# Trading

The Click Spot Bot lets you trade any Solana token directly from Telegram. Find a token, execute a trade, and manage your positions — all without leaving the chat.

### How it works <a href="#feb3a1cb-3054-4195-b97e-e8d6f98e399e" id="feb3a1cb-3054-4195-b97e-e8d6f98e399e"></a>

1. **Find a token** — paste a contract address (CA) or search by name/ticker
2. **Review the trading panel** — see price, market cap, liquidity, and volume
3. **Buy or sell** — use preset amounts or enter a custom value
4. **Track your positions** — monitor PnL, close positions, and withdraw profits

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

### In this section <a href="#id-42740c3b-ab14-4f96-8cdd-6d384707bee8" id="id-42740c3b-ab14-4f96-8cdd-6d384707bee8"></a>

| Page             | Description                                        |
| ---------------- | -------------------------------------------------- |
| Token Search     | Find tokens by CA, name, or ticker                 |
| Buy a Token      | Market buy with B1-B5 presets or custom SOL amount |
| Sell a Token     | Sell by percentage (S1-S3) or custom amount        |
| Manage Positions | View open positions, PnL, and generate PnL cards   |
| Withdraw         | Send SOL to an external Solana wallet              |


---

# 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.click.trade/spot-trading-bot/trading.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.
