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

# Bot Settings

### 💡 Customize Your Experience

The Bot Settings menu allows you to fine-tune your [Dexlab Factory Bot](https://t.me/dexlab_factory_bot) experience — from wallet management to swap behavior.

Each setting directly impacts how your trades and transactions are executed.

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

### 🔐 Set Withdrawal Wallet

For security and accuracy, you must register a withdrawal wallet before transferring SOL or SPL tokens out of the bot.

* By default, no withdrawal address is set
* You’ll be prompted to input a valid public key (Solana wallet address)

<figure><img src="/files/2qwp7byB5ErQfRIxacjh" alt=""><figcaption></figcaption></figure>

> ✅ Once set, this address will be used for all outgoing transfers\
> 🛡️ Prevents accidental withdrawals to wrong or malicious addresses

### 🔑 View Wallet Recovery Key

You can securely view the private key and seed phrase of your current default deposit wallet.

* Display includes:
  * Public Key
  * Seed Phrase
  * Private Key

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

### 🧭 Wallets (x/5)

Accesses the same multiple-wallet management screen (see “[Deposit Wallets](/products/dexlab-factory-bot/multiple-wallets.md)” section).

You can switch, create, or manage up to 5 deposit wallets.

***

### 🔄 Swap Mode

You can choose which aggregator to use for swaps:

* AUTO (Default): Chooses best available route
* OKX AGG: Force use of OKX
* Jupiter AGG: Force use of Jupiter

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

### 📉 Slippage Settings

Adjust slippage tolerance for buy and sell trades independently.

* Range: 0% \~ 100%
* Default: 10%

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

> 🎯 Use lower values for stable tokens, higher for meme/volatile tokens

### 📌 Notes

* Changing settings does not require reconnecting the bot
* Changes take effect immediately
* Always double-check critical settings like slippage and withdrawal address


---

# 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://docs.dexlab.space/products/dexlab-factory-bot/bot-settings.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.
