# Welcome

### 💡 What Is Syra?

Syra is an **AI-powered Telegram bot** designed to automate technical analysis and deliver clean, readable trading insights for both beginner and advanced traders.

It monitors the market, processes technical indicators, and gives you clear **Buy / Sell recommendations** along with:

* 📊 **Market Overview** — price, volume, volatility, and momentum
* 📈 **Technical Indicators** — RSI, MACD, SMA, EMA, Bollinger Bands
* 🎯 **Action Plans** — entry, stop loss, and profit-taking levels
* ⚖️ **Risk Management** — suggested position sizing and R/R ratio
* 🧠 **AI Insights** — trend confidence and sentiment interpretation

***

### 🚀 Key Highlights

| Feature                      | Description                                                                      |
| ---------------------------- | -------------------------------------------------------------------------------- |
| 🤖 **AI-Assisted Signals**   | Smart algorithms evaluate multiple indicators to create structured trade setups. |
| ⚙️ **Real-Time Market Data** | Powered by live data from Binance and other exchanges.                           |
| 💬 **Telegram Integration**  | Receive signals, analysis, and updates directly in chat.                         |
| 🧾 **Actionable Strategies** | Pre-formatted trade plans with entry, targets, and stop loss.                    |
| 📚 **Educational Insights**  | Each signal includes indicators and reasoning to help you learn.                 |

***

### 🧭 How It Works

* **User Command:** You interact through Telegram commands (e.g. `/signal bitcoin`).
* **Data Fetching:** Syra retrieves live OHLC data and market indicators.
* **Analysis Engine:** The bot processes multiple metrics (RSI, MACD, EMA, etc.).
* **Signal Generation:** It evaluates market conditions and produces a trend signal.
* **Delivery:** The bot sends a formatted trading report straight to your Telegram chat.

***

### ⚡ Quick Start

To get started:

1. Open Telegram bot [**Syra Trading Agent Bot**](https://t.me/syra_trading_bot).
2. Press **Start** or type `/start`.
3. Use `/list` to see supported tokens.
4. Type `/signal bitcoin` to get your first live signal.
5. Explore `/docs` for advanced guides and explanations.

***

### 🧩 Example Commands

| Command           | Description                                         |
| ----------------- | --------------------------------------------------- |
| `/start`          | Initialize the bot and view all available commands. |
| `/signal bitcoin` | Get the latest BTC trading analysis.                |
| `/list`           | See supported tokens.                               |
| `/docs`           | Access detailed documentation.                      |
| `/feedback`       | Send your suggestions or report issues.             |
| `/soon`           | Discover upcoming features.                         |

***

### 🧠 Why Choose Syra?

* Built for **speed, clarity, and consistency**
* Combines **AI reasoning** with traditional technical analysis
* Designed for **automation with n8n workflows**
* Constantly evolving through **community feedback**


---

# 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://syra.gitbook.io/syra-docs/welcome.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.
