> For the complete documentation index, see [llms.txt](https://docs.pennicart.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pennicart.io/managing-your-store/dashboard/tax.md).

# Tax

{% hint style="warning" %}
Please note that this section/document is still <mark style="color:purple;">**Work in Progress**</mark><mark style="color:purple;">.</mark> It might be updated, revised, or changed entirely in the near future.&#x20;
{% endhint %}

{% embed url="<https://drive.google.com/file/d/1bf3CI996XeyQeHW8PSZWzeLHt64Bz88v/view?usp=drive_link>" %}
Managing Your Taxes
{% endembed %}

Navigating taxes in your Penni Cart store is straightforward and essential for compliance. Given that taxes are manually set up for both products and services across the USA and Canada, with distinct rates for certain provinces, it's crucial to ensure accuracy in alignment with current regulations.

### <mark style="color:purple;">**Key Steps for Managing Taxes:**</mark>

1. **Review Taxes Regularly**: Access the Taxes tab in your dashboard to review the preset tax rates. While we strive to keep these updated, it's beneficial to verify them against the latest state and provincial regulations to ensure compliance.
2. **Editing Tax Rates**: Should you need to adjust a tax rate, locate the desired tax entry and click on the three dots to the right. A pop-up will allow you to modify the tax percentage. Confirm your changes by clicking 'Save'.

Remember, the tax setup in Penni Cart today relies on manual entry for both products and services, segmented by regions in the USA and Canada. We're committed to evolving this feature towards a more automated tax calculation system in the future to further simplify tax management for our users.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pennicart.io/managing-your-store/dashboard/tax.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
