# Taxation

The Bookster Taxation Addon plugin allows administrators to configure and manage tax settings for various services.&#x20;

<figure><img src="/files/0CkFgyso0kTl5zpeTqvR" alt=""><figcaption></figcaption></figure>

Below are the details of the settings and features available in the Tax section of the plugin.

#### Accessing Tax Settings

1. **Navigate to Tax Settings**:
   * Go to the main menu on the left-hand side.
   * Click on "Settings" under the "Administration" section.
   * From the dropdown menu, select "Tax" to access the tax settings.

#### Configuring Tax Settings

<figure><img src="/files/gongcdOodyuv6m21PpaS" alt=""><figcaption></figcaption></figure>

2. **Tax Settings Overview**:
   * The Tax Settings page allows you to add and manage multiple tax entries.
   * Each tax entry can be configured with specific details such as tax name, tax formula, and rate or fixed amount.
3. **Adding a New Tax**:
   * Click on the "+ Add new tax" button to create a new tax entry.
   * Configure the following fields for the new tax entry:
     * **Tax Name**: Enter the name of the tax (e.g., New Tax).
     * **Tax Formula**: Choose the formula for calculating the tax. Options include:
       * **Rate**: A percentage-based tax.
       * **Fixed**: A fixed amount tax.
     * **Rate or Fixed Amount**: Enter the applicable rate (percentage) or fixed amount for the tax.
     * **Enable/Disable**: Toggle to enable or disable the new tax entry.

Click on **save changes**!


---

# Agent Instructions: 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:

```
GET https://docs.yaycommerce.com/bookster/addons/taxation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
