# Bot overview

Typing into bots to call commands is a bad user experience.

Most of your interactions with RoboFT will likely be from automated triggers that get sent to you and from 1-click buttons to get charts/stats, set alerts, or buy/sell. &#x20;

That said, all commands are also accessible by typing. Here are some can try:\
\
`/info robosuite` - Get info on the robosuite account

`/chart robosuite` - Pull up a price chart on the robosuite account

`/buy robosuite` - Buy a RoboSuite key

`/tradealert 0xraceralt` - Get trade alerts whenever 0xRacerAlt buys or sells keys

`/pricealert 0xraceralt 5` - Get a price alert if 0xRacerAlt goes above or below Ξ5.<br>

When you run a command or when you get a push-notification for a trigger, you will see an info panel with data and also several rows of bot buttons. &#x20;

For example:

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

Those icons are used throughout the site to mean:

[ℹ️](https://emojipedia.org/information) = Get info

📈 = Chart key

⏰ = Price alert

[🚨](https://emojipedia.org/police-car-light) = Trade alert

🎯 = Limit order

💳 = Buy or sell, 💳+1 = Buy 1, 💳+2 = Buy 2, 💳+3 = Buy 3, 💳-1 = Sell 1, 💳-all = Sell all

🐦 = Link to Twitter profile

🐇 = Link to Friend Tech room

❔= Link to the bot documentation (here)

❌ = Cancel an existing trigger, alert, or order

🚧 = This feature is Network Gated and you don't have access


---

# 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://robosuite.gitbook.io/robosuite-roboft/bot-overview.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.
