> 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.md).

# Free Features

- [Crypto Events](https://docs.alphador.ai/free-features/crypto-events.md)
- [DEX Trading Bot](https://docs.alphador.ai/free-features/dex-trading-bot.md)
- [Create Trading Wallet](https://docs.alphador.ai/free-features/dex-trading-bot/create-trading-wallet.md)
- [Deposits and Withdrawals](https://docs.alphador.ai/free-features/dex-trading-bot/deposits-and-withdrawals.md)
- [Buy and Sell](https://docs.alphador.ai/free-features/dex-trading-bot/buy-and-sell.md)
- [Trading Wallet Configuration](https://docs.alphador.ai/free-features/dex-trading-bot/trading-wallet-configuration.md)
- [Trade Configuration](https://docs.alphador.ai/free-features/dex-trading-bot/trade-configuration.md)
- [Fees](https://docs.alphador.ai/free-features/dex-trading-bot/fees.md)
- [Trading Bot FAQ](https://docs.alphador.ai/free-features/dex-trading-bot/trading-bot-faq.md)
- [Friend Tech Bots](https://docs.alphador.ai/free-features/friend-tech-bots.md): Your tool for tracking and buying friend.tech shares in a few clicks with a pre-set settings.
- [Wallet Configuration](https://docs.alphador.ai/free-features/friend-tech-bots/wallet-configuration.md): Get started with Alphador Sniper & Tracker Bots by following these quick & easy steps!
- [Slippage](https://docs.alphador.ai/free-features/friend-tech-bots/wallet-configuration/slippage.md): Maximum price fluctuation allowance for a key after you've submitted a transaction
- [Buy / Sell gas Price](https://docs.alphador.ai/free-features/friend-tech-bots/wallet-configuration/buy-sell-gas-price.md)
- [Buy / Sell Gas Limit](https://docs.alphador.ai/free-features/friend-tech-bots/wallet-configuration/buy-sell-gas-limit.md)
- [Reset Settings](https://docs.alphador.ai/free-features/friend-tech-bots/wallet-configuration/reset-settings.md)
- [Friend.Tech 10k bot tracker](https://docs.alphador.ai/free-features/friend-tech-bots/friend.tech-10k-bot-tracker.md): A bot for detecting new friend.tech users with 10k+ twitter followers.
- [Friend.Tech Sniper](https://docs.alphador.ai/free-features/friend-tech-bots/friend.tech-sniper.md)
- [Buy \[1, 3, 5, 10, custom\]](https://docs.alphador.ai/free-features/friend-tech-bots/friend.tech-sniper/buy-1-3-5-10-custom.md)
- [Sell \[1, 3, 5, 10, custom\]](https://docs.alphador.ai/free-features/friend-tech-bots/friend.tech-sniper/sell-1-3-5-10-custom.md)
- [Limit Buy](https://docs.alphador.ai/free-features/friend-tech-bots/friend.tech-sniper/limit-buy.md)
- [Limit Sell](https://docs.alphador.ai/free-features/friend-tech-bots/friend.tech-sniper/limit-sell.md)


---

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