> For the complete documentation index, see [llms.txt](https://seiyan-token.gitbook.io/seiyan-token/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://seiyan-token.gitbook.io/seiyan-token/seiyan-tech/telegram-trading-bot/settings-menu.md).

# Settings Menu

<figure><img src="/files/ZTPJvJ4Ut4e4KL8G77UO" alt="" width="375"><figcaption><p>Seiyan Bot Settings Menu</p></figcaption></figure>

The settings menu allows you to customize the bot’s default settings to your liking.

1. Under ‘Trade Settings’ you can edit the default maximum slippage setting and maximum price impact when making a trade. You can read about these two settings in the message text.
2. Under ‘Buy Amounts’ you can select the default buy amounts in SEI when making a trade.
3. Under ‘Auto Buy’ you can turn on the option to automatically buy tokens immediately when you paste a contract address in the chat with the bot. You can set the amount with which the bot will attempt to make a purchase.
4. Under ‘Confirmations’ you can edit whether specific actions in the bot require an additional confirmation before being submitted.


---

# 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://seiyan-token.gitbook.io/seiyan-token/seiyan-tech/telegram-trading-bot/settings-menu.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.
