# Bot Tutorial

###

<figure><img src="/files/qR1Vyleujg3IVrv76qmx" alt="" width="563"><figcaption><p>BridgeBot Logo</p></figcaption></figure>

{% hint style="info" %}
**Before we proceed, it's important to note that while our bot is freely accessible, there is a transaction fee of 1% applied to all transactions. This fee is incurred to cover the costs associated with providing our services and maintaining the platform.**
{% endhint %}

1. Head over to bot and press **/start**&#x20;
2. Send **/exchanges** to summon panel displaying multiples exchanges.
3. Choose your exchanges by tapping to the button.
4. A message regarding the selected exchange were sent, Reply to message, put in **amount you want to exchanges**
5. A message regarding the amount were sent. Reply to message, put in **wallet address** that will receiving the assets.
6. Confirm all your detail, and press on **Confirm** if you have checked all the detail and it's correct
7. A deposit address will show up with all the details regarding the exchange, **sent the amount you selected to that address.**
8. User also can use **/track** command to keep update on their order.


---

# Agent Instructions: 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:

```
GET https://bridgebot.gitbook.io/documentation/bridge-bot-guidance/bot-tutorial.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
