# Monitoring & Tips

To maintain optimal performance of your strategy, here are a few things to monitor and adjust regularly:

* **Analytics**: Track the frequency of trades, total volume generated, and the transaction fees paid. This helps you understand the strategy’s effectiveness.
* **Notifications**: If you receive an email notification about a low balance, make sure to top up the relevant wallet to prevent the strategy from pausing due to insufficient funds.
* **Adjusting Parameters**: If you'd like to increase the frequency of trades or adjust trade sizes, you can modify these settings in "My Strategies." Keep in mind that more aggressive settings will require a higher SOL balance to avoid running into low-fund issues.


---

# 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/monitoring-and-tips.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.
