> For the complete documentation index, see [llms.txt](https://cryptoman-1.gitbook.io/cryptoman-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptoman-1.gitbook.io/cryptoman-docs/getting-started/quickstart.md).

# Quick Start Guide

### Installation

1. Install Cryptoman from the Chrome Web Store.
2. Click the Cryptoman icon in your browser to configure settings.
3. (Optional) Add your CoinMarketCap API key for enhanced data access.

### Basic Features

* Auto-Detection: Automatically detects crypto symbols in tweets ($BTC, #Bitcoin, #ETH, #TRUMP  etc.)
* Smart Search: Works with both symbols and hashtags ($ETH and #Ethereum)
* Multiple Results: Shows up to 6 matching coins per symbol (adjustable in settings)

### Smart Search

* All Text Mode: Scans every word in tweets for crypto matches (e.g., "I love Bitcoin" or "ETH is rising")
* Hashtag Only Mode: Only detects symbols with #, @ or $ (e.g., $BTC, #ETH, @Bitcoin) a

### Settings Configuration

* API Key: Add your CoinMarketCap API key for premium data access
* Analysis Mode: Choose between "All Text" or "Hashtag Only" mode
* Results Slider: Adjust how many matching coins to display (2-6)

### Pro Tips

* Use the slider to control how many alternative coins appear
* Click on any coin box to visit its CoinMarketCap page
* Hashtag mode (#) uses less API calls and is more efficient
* Without a CMC API key, Cryptoman uses CoinPaprika (limited to 60 requests/hour)

## Features in Detail

### Price Display

* Current price in USD
* 1h and 24h price changes
* Trading volume
* Market rank

### Supported Platforms

* x.com
* Works on both web and mobile views
* Compatible with Chrome-based browsers

### Coming Soon

* Additional exchange integrations
* Price alerts
* Portfolio tracking
* More social media platform support

Need help or have suggestions? [<mark style="color:purple;">Follow us</mark>](https://x.com/cryptomenai). Would you like me to expand on any section or add more details?

<br>

<br>

<br>

\ <br>

\ <br>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cryptoman-1.gitbook.io/cryptoman-docs/getting-started/quickstart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
