# How to Use

## Here step by step to use Crypro Bot

{% stepper %}
{% step %}
How to Use

* Open Telegram and search for Crypro Bot or follow this link [**Crypro\_probot**](https://t.me/Crypro_probot).
* Start a conversation by typing `/start`.
* Follow the instructions or use `/help` to see available commands.
  {% endstep %}

{% step %}
Choose a Command

* Use any of the commands listed above to access a specific feature.
* For example, to get the price of Bitcoin, type `/price bitcoin`.
  {% endstep %}

{% step %}
Use Inline Buttons

* Some commands (e.g., `/ico`) will display inline buttons for additional actions.
* Tap the buttons to navigate between options like `Active ICOs`, `Upcoming ICOs`, or `Back`.
  {% endstep %}

{% step %}
Manage Your Portfolio

* Add a coin to your portfolio: `/portfolio add [coin] [amount]` (e.g., `/portfolio add bitcoin 0.5`).
* View your portfolio: `/portfolio view`.
* Remove a coin: `/portfolio remove [coin]` (e.g., `/portfolio remove bitcoin`).
  {% endstep %}

{% step %}
Get Insights

* Use `/predict` to receive AI-powered analysis for a specific cryptocurrency.
* Use `/cryptoinsights` for a detailed market overview
  {% endstep %}
  {% endstepper %}

### Crypto Bot Commands

```markdown
"Crypto Bot Commands"
Here are the commands you can use to interact with me
        
"💲 /price [cryptocurrency]"
- Get the latest price for a specific cryptocurrency.
- Example:
"     /price bitcoin"
"     /price ethereum"

"📰 /news"
- Stay updated with the latest cryptocurrency news.
- Example:
"     /news" 

"📊 */stats*\n"
- View current statistics for popular cryptocurrencies.
- Example:
"     /stats"
        
"🔍 /tool [token address]"
- Look up details for a specific token by its address."
- Example:
"     /tool 0x1234...abcd"
        
"🤖 /predict [cryptocurrency]"
- Get AI-powered analysis and predictions for a specific cryptocurrency.
- Example:
"     /predict bitcoin"
"     /predict ethereum"

"🗃️ /cryptoinsights"
- Get insights and analytics on popular cryptocurrencies.
- Example:
"     /cryptoinsights"

"⛽ /gas"
- Get the current gas fees on the Ethereum blockchain.
- Example:"
"     /gas"

"🗠 /trends [24h | 7d]"
- Get market trends for 24 hours or 7 days.
- Example:
"     /trends 24h"
"     /trends 7d"

"📇 /feargreed"
- Get the current data of the Fear and Greed Index.
- Example:
"     /feargreed"

"📦 /ico"
- Get information about ongoing, upcoming, or ended ICOs (Initial Coin Offerings)"
- Example:
"     /ico"

"💹 /yield `[token_symbol]"
- Get yield farming opportunities for a specific token.
- Example:
"     /yield usdc"
"     /yield ethereum"

"📁 /portfolio"
- Track and manage your cryptocurrency portfolio.
- Add coins, view your holdings, or remove coins with ease.
- Examples:
"     /portfolio add bitcoin 0.5     - Add 0.5 Bitcoin to your portfolio"
"     /portfolio view                - View your current portfolio."
"     /portfolio remove bitcoin 0.5  - Remove 0.5 Bitcoin from your portfolio."
"     /portfolio remove bitcoin      - Remove Bitcoin from your portfolio."

```

### &#x20;**Advanced Commands**

* **Top Gainers and Losers**\
  Use inline buttons to view the top-performing tokens.
* **ICO Management**\
  Access ICO data using `/ico`. Choose `Active`, `Upcoming`, or `Ended`.
* **Gas Fee Tracker**\
  Monitor Ethereum gas fees using `/gas`.


---

# 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://crypro.gitbook.io/crypro-docs/crypro-bot/how-to-use.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.
