> For the complete documentation index, see [llms.txt](https://docs.ticket-aio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ticket-aio.com/settings.md).

# Settings

When opening Ticket AIO for the first time, it is best to configure a few settings first. Click the **Settings** button in the top navigation bar to go to that page.

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

#### Updates: <a href="#updates" id="updates"></a>

This section shows your current Ticket AIO version and lets you check for new updates. It is important to keep Ticket AIO up to date so you have the latest fixes, improvements, and site support. To check for a new update, click **Check Update**.

{% hint style="info" %}
To stay up to date with the latest changes and releases, check the #**🖥️│bot-updates** channel in the Ticket AIO Discord server.
{% endhint %}

#### Key Details <a href="#key-details" id="key-details"></a>

This section shows the license information for the key currently activated in Ticket AIO.

\
**Deactivate key:** Click this button to remove your current license key from this device.

{% hint style="warning" %}
Deactivating your license does **NOT** cancel your subscription, delete your key, or unbind it from your account.
{% endhint %}

<div align="center"><figure><img src="/files/GJDKct5fsSDNfcSo5M7E" alt=""><figcaption></figcaption></figure></div>

#### Miscellaneous Settings <a href="#miscellaneous-settings" id="miscellaneous-settings"></a>

This section contains additional settings for webhooks, Captcha mode and Capsolver Key

* **Success Webhook:** Enter a Discord webhook URL here to receive notifications for successful checkouts.
* **Fails Webhook:** Enter a Discord webhook URL here to receive notifications when a task fails.
* **Captcha mode:** Strongly recommended OCR model for automatic captcha solving
* **Capsolver Key:**  When Google reCAPTCHA is required, you will need to use Capsolver. You can register [here](https://dashboard.capsolver.com/passport/register?inviteCode=OlTJuZJbF-CT).

{% hint style="info" %}
All three webhook fields are required, but you do not need to create three different webhooks. After entering one webhook URL, Valor will automatically fill in the other two fields for you. If you don't know how to create a Discord webhook, watch the video [here](https://www.youtube.com/watch?v=xIZXDdVwNaE).
{% endhint %}


---

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

```
GET https://docs.ticket-aio.com/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.
