# Settings

The **Settings** module of the Emporix Management Dashboard is designed to help you manage your store's settings related to sites, deliveries, units, taxes, countries, currencies, or languages. You can also manage the system preferences.

The Settings module consists of the following sections:

* [Sites](/ce/management-dashboard/settings/sites.md) - Configure and fine-tune your store's appearance and functionality across different websites.
* [Shipping Zones and Methods](/ce/management-dashboard/settings/shipping-methods.md) and [Delivery Times](/ce/management-dashboard/settings/delivery-times.md) - Manage the logistics of delivering products to your customers and ensuring that your customers receive their orders accurately.
* [Units](/ce/management-dashboard/settings/units.md) - Define and customize units of measurement for your products.
* [Taxes](/ce/management-dashboard/settings/tax.md) - Configure tax rules and rates for different regions, ensuring compliance with local tax laws and providing transparency to your customers.
* [Countries](/ce/management-dashboard/settings/countries.md) and [Currencies](/ce/management-dashboard/settings/currencies.md) - Set up multiple currencies and configure country-specific settings, making it easier for international customers to shop on your site.
* [Languages](/ce/management-dashboard/settings/languages.md) - Manage multiple languages used on your sites.
* [System Preferences](/ce/management-dashboard/settings/system-preferences.md) - Configure your tenant as your need, for example OpenAPI, coupons settings, expiration days of the approvals, and more.
* [Custom Entities](/ce/management-dashboard/settings/custom-entities.md) - Define custom entities tailored to your business model.
* [Mixin Schemas](/ce/management-dashboard/settings/mixin-schemas.md) - Manage customer-specific data models.


---

# 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://developer.emporix.io/ce/management-dashboard/settings.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.
