# My Strategies

Once you've created strategies, you can easily manage them from the **My Strategies** section:

**1. View Strategy List**\
Here, you can see all your strategies with their current status:

* **Active**: The strategy is running and executing trades as configured.
* **Paused/Stopped**: The strategy is on hold, with no new trades occurring.
* **Low Funds**: One or more wallets tied to the strategy have insufficient funds to continue trading.

**2. Edit a Strategy**\
You can make adjustments to your strategy's settings, such as:

* Trade frequency
* Max trade amount
* Other parameters\
  Note: Modifying certain settings may require additional funds to cover new trade configurations.

**3. Stop or Pause a Strategy**

* **Stop**: Completely halts the strategy, ceasing all trading operations.\
  \&#xNAN;*This action stops new trades but retains all historical analytics for review.*
* **Pause**: Temporarily suspends the strategy, allowing you to resume trading later.


---

# 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/markdown.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.
