> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rangerai.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Your First Query

> Learn how to ask questions and get started with Ranger

Getting started with Ranger is simple - just ask a question in natural language! Here are some examples to help you get started.

## Example Questions

### Token Information

Ask about any Robinhood Chain token by name or contract address:

```
What is the price of \$RANGER?
Show me information about 0x020bfc650a365f8bb26819deaabf3e21291018b4
What's the market cap of ETH?
```

### Trending Tokens

Discover what's hot on Robinhood Chain:

```
What are the trending tokens right now?
Show me the latest DEX tokens
What tokens are being boosted?
```

### Contract Analysis

Verify and understand smart contracts:

```
Check the security of 0x020bfc650a365f8bb26819deaabf3e21291018b4
Explain this contract address
Is this contract safe?
```

### Market Insights

Get network and market data:

```
What's the Robinhood Chain network overview?
Show me Robinhood Chain network statistics
What are the current market trends?
```

### Social Sentiment

Monitor community discussions:

```
What's the sentiment for \$RANGER on X?
Show me trending Robinhood Chain tokens on Twitter
What are people saying about CAKE?
```

## Tips for Better Results

<CardGroup cols={2}>
  <Card title="Be Specific" icon="crosshair">
    Include contract addresses (0x...) or ticker symbols (\$TICKER) for more accurate results.
  </Card>

  <Card title="Use Natural Language" icon="message">
    Ask questions as you would to a friend - Ranger understands context and intent.
  </Card>

  <Card title="Try Different Phrasings" icon="arrows-rotate">
    If you don't get the result you want, try rephrasing your question.
  </Card>

  <Card title="Combine Questions" icon="layer-group">
    Ask multiple related questions in one message for comprehensive analysis.
  </Card>
</CardGroup>

## Understanding Responses

Ranger provides responses in clear markdown format with:

* **Structured Data** - Prices, market caps, volumes in easy-to-read format
* **Analysis** - Insights and explanations of the data
* **Links** - Direct links to DexScreener, Blockscout, and other sources
* **Warnings** - Security alerts and risk assessments when relevant

## Next Steps

<Card title="Explore Features" icon="sparkles">
  Check out our [Features section](/features/token-analysis) to learn about all the powerful capabilities Ranger offers.
</Card>
