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

# What is the Settings tab?

**Settings Tab (General)**

* You will be able to input a catchall domain, check for bot updates, and open up the user manual.

![](/files/bnOT9SMX45cr5zvEG2Lm)

**Settings Tab (Discord)**

* You will be able to input your discord webhook as well as control what gets sent on these webhooks such as failed checkouts and if they can be sent to global checkouts.

![](/files/XY8N7faIe0tMWGzl9ZE4)

**Settings Tab (Captcha)**

* You will be able to input various automated captcha solver services API keys in order to have your captcha solving become automated.

![](/files/WiqvWUBdmfz3u4PKYIz4)

**Settings Tab (AYCD)**

* You will be able to input your AYCD auto solve information with ease.

![](/files/FdRn4agsIHulDGTFXZ4I)

**Settings Tab (Cookies)**

* You will be able to import cookies for sites. Mainly used for Target cookies.

![](/files/O4JAQCNWwrDkhhQsPa4T)

**Settings Tab (Sounds)**

* You will be able to use either the default cart and checkout sounds or your very own custom sounds using a .mp3 file.

![](/files/tbpYoM5HsfED8g1NkZPp)

**Settings Tab (Account)**

* You will be able to deactivate your key or go to the StellarAIO dashboard.

![](/files/lK7qXp5f1987KxZrjntE)

**Settings Tab (Appearance)**

* You will be able to set the sizing of the StellarAIO app to fit your screen perfectly.

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


---

# 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://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-settings-tab.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.
