# Create Strategy

Launching an automated strategy with Selen AI is quick and intuitive. Here’s how to get started:

**1. Start the Setup**\
From the main dashboard, click **“Create Strategy”** to begin configuring a new automated trading routine.

**2. Choose a Strategy Type**\
Select from the available pre-built strategy templates—like **Volume Booster**, with more options available based on your objectives.

**3. Configure Your Parameters**\
You’ll be prompted to fill out key details specific to the selected strategy. For example, with **Volume Booster**, you’ll enter:

* **Token Address** *(optional — defaults to SOL if left blank)*
* **Number of Wallets** *(1 to 20)*
* **Trade Frequency** *(in minutes)*
* **Min/Max Trade Amounts**

**4. Fund the Strategy**\
Each strategy operates via dedicated wallets. Deposit enough funds to:

* Cover configured trade amounts
* Handle network and execution fees

**5. Review and Launch**\
A final summary screen shows your full configuration. Double-check your settings, then hit **Confirm** to activate.

Your strategy will run automatically based on your inputs, executing buys, sells, and managing positions with no further action needed.


---

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