# 🟢  Buy

✏️ How to Buy

1. Enter the token address of the token you want to buy (e.g ***99C6QkUUHnRGxemLXVCeSUNENocgDLbA4WxFThQpi1Ma***) or click 'Buy' from the start menu+

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

| Button            | Action                                                           | Response |
| ----------------- | ---------------------------------------------------------------- | -------- |
| Buy 0.01 SOL      | Will auto buy 0.01 SOL of the token                              |          |
| Buy 1 SOL         | Will auto buy 1 SOL of the token                                 |          |
| Buy 5 SOL         | Will auto buy 5 SOL of the token                                 |          |
| Buy 10 SOL        | Will auto buy 10 SOL of the token                                |          |
| Buy X SOL         | Will auto buy X SOL of the token                                 |          |
| Refresh           | Refresh page                                                     |          |
| Limit Orders      | Goto [🔮 Limit Orders](/telegram-bot-user-guide/limit-orders.md) |          |
| Switch To Sell    | [🔴  Sell](/telegram-bot-user-guide/markdown.md)                 |          |
| Generate PNL Card |                                                                  |          |


---

# 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://docs.closed.fun/telegram-bot-user-guide/editor.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.
