# Settings

The **Settings** section in your **Tebex Control Panel** allows you to configure key preferences and operational details for your store. These settings help tailor the purchase experience, streamline your backend processes, and ensure your store runs smoothly.

Below is a breakdown of the available configuration areas:

***

### [**Project Settings**](https://docs.tebex.io/creators/tebex-control-panel/settings/project)

Manage general details about your store, including:

* Store name and branding
* [Regional Pricing](https://docs.tebex.io/creators/tebex-control-panel/settings/project/regional-pricing)
* Currency and locale
* Store status (open/maintenance)

***

### [**Checkout Settings**](https://docs.tebex.io/creators/tebex-control-panel/settings/checkout)

Customize the checkout flow and behavior:

* Default payment methods
* Purchase quantity limits
* Required customer input fields
* Terms of service display

***

### [**Email Settings**](https://docs.tebex.io/creators/tebex-control-panel/settings/email)

Control customer communication via automated email:

* Customize email templates
* Add reply-to addresses
* Enable or disable receipt and confirmation messages

***

### [**Custom Variable Settings**](https://docs.tebex.io/creators/tebex-control-panel/settings/custom-variables)

Define additional input fields to collect extra data from your customers during checkout:

* Player usernames
* Discord IDs
* Game-specific identifiers

These variables can be used in deliverables and stored for later reference.

***

### [**Team Account Settings**](https://docs.tebex.io/creators/tebex-control-panel/settings/team-accounts)

Invite and manage team members who help operate your store:

* Assign specific roles (e.g. billing, fulfillment)
* Set permission levels for each team member
* Monitor team activity via audit logs

***

### [**Billing Settings**](https://docs.tebex.io/creators/tebex-control-panel/settings/billing)

Manage your store’s financial and invoicing preferences:

* Set your billing country and tax settings
* Configure payout methods
* View and download past invoices


---

# 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.tebex.io/creators/tebex-control-panel/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.
