> For the complete documentation index, see [llms.txt](https://docs.alphador.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alphador.ai/free-features/dex-trading-bot/trading-bot-faq.md).

# Trading Bot FAQ

<details>

<summary>How to delete trade?</summary>

If for some reason you want to completely delete your trade - you can use "Delete" button on [Positions](https://alphador.ai/trade/positions) page.

</details>

<details>

<summary>How to archive trade?</summary>

Sometimes you might want to archive the trade, for example when you are not going to sell the token or it is impossible to sell. For this you can use "Archive" button on [Positions](https://alphador.ai/trade/positions) page. After archiving it will be shown in the closed positions.

</details>

<details>

<summary>I try to buy token but get an error</summary>

Most likely there is an issue with your slippage or gas delta. Check token buy tax and make sure that your slippage is higher than tax. Use [Trade Configuration](/free-features/dex-trading-bot/trade-configuration.md) to set proper gas delta and slippage.

</details>

<details>

<summary>I try to sell token but get an error</summary>

There could be many reasons why you can not sell the token:

* low slippage or slippage is lower than token sell tax
* low sell gas delta
* token has a delay before buyer can sell
* token is honeypot (impossible to sell)
* deployer of the token blacklisted you (use anti rug feature)
* deployer of the token rug pulled and there is no liquidity

</details>

<details>

<summary>How platform trading fee is handled?</summary>

Platform fee is handled automatically. Once you have at least 0.01 ETH or 0.01 BNB of unpaid fees - our platform automatically deducts a fee from your wallet with the biggest balance. You will see this transaction in your logs.

</details>


---

# 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.alphador.ai/free-features/dex-trading-bot/trading-bot-faq.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.
