> ## Documentation Index
> Fetch the complete documentation index at: https://docs.askbrain.io/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 Ask Brain

Getting started with Ask Brain 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 BSC token by name or contract address:

```
What is the price of \$BRAIN?
Show me information about 0x5ae6abd70147d2214cac2e2dee7af15235bf4444
What's the market cap of BNB?
```

### Trending Tokens

Discover what's hot on BSC:

```
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 0x5ae6abd70147d2214cac2e2dee7af15235bf4444
Explain this contract address
Is this contract safe?
```

### Market Insights

Get network and market data:

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

### Social Sentiment

Monitor community discussions:

```
What's the sentiment for \$BRAIN on X?
Show me trending BSC 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 - Ask Brain 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

Ask Brain 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, BSCScan, 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 Ask Brain offers.
</Card>
