# Usage

#### 1. What is This Bot?

This bot provides the latest crypto news and allows users to open **long** or **short** trades based on market updates.

***

#### 2. How to Use the Bot?

1. **Start the Bot:** Type `/start` to activate the bot on Telegram.
2. **Configure API Settings:** To enable trading, you need to save your exchange API details in the bot’s settings. Follow the step-by-step guide in our **Wiki** for detailed instructions.
3. **Open a Trade:** When a news update is shared, you can react by selecting:
   * **📈 Open Long:** If you expect the price to go up.
   * **📉 Open Short:** If you expect the price to go down.
4. **Check Your Open Trades:** Use `/mytrades` to monitor your active trades.
5. **Close a Trade:** Navigate to your trade list and select the option to close a position.

***

#### 3. List of Commands

* `/start` – Start the bot.
* `/mypositions` – Check your open trades.
* `/help` – Show the user guide.

***

#### 4. Example Usage

* **Opening a Trade After News:**
  * When a news update appears, simply click the **Open Long** or **Open Short** button to take action.
* **Monitoring Your Trades:**
  * Type `/positions` to review your current open trades and manage them accordingly.

***

#### 5. Security & Disclaimers

* This bot is for informational purposes only and does **not** provide financial advice.
* Crypto trading carries high risks. Always conduct your own research before making any trades.
* For safety, ensure your Telegram account is secured.

***

If you encounter any issues, use `/help` for assistance. Happy trading and good luck!


---

# 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://doginal.gitbook.io/doginal-buds-bot/terminal/usage.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.
