# Analytics

The **Analytics** page gives you a detailed overview of each strategy’s performance:

* **Trade Count**: Displays the total number of trades (buy/sell) executed since the strategy was activated.
* **Volume Generated**: Shows the cumulative trading volume, including the amount of SOL or tokens traded.
* **Average Trade Size**: A quick reference to understand the typical size of each trade made.
* **Time-Based Graphs**: Visual representations of trading activity, including how volume and trade counts have changed over time (days/weeks).
* **Profit/Loss Estimation (if applicable)**: Some strategies, such as volume boosting, might not track P/L directly, but others may show real-time gains or losses.

Use this data to:

* Assess whether the strategy is meeting your volume or trading objectives.
* Determine if adjustments are needed for trade parameters or to better allocate funds for fees.
* Quickly identify any issues with your wallets (such as low funds or repeated failed trades).


---

# 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://selen-ai.gitbook.io/selen-ai-how-to-use/step-by-step-guide/images-and-media.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.
