# Your First Strategy Search

## Step 1: Type Your Query

In the Atlas chat, type what you're looking for. For example:

> "Show me the best SSA strategies for Bitcoin on the 1-hour timeframe"

Press **Enter** or click the send button.

<figure><img src="https://736441233-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRLWEm8uShUvrMtRy93wD%2Fuploads%2FGJfsR1jkbVmmq772mloJ%2Fimage.png?alt=media&#x26;token=6a0a0d57-1d51-40bb-9e09-6b17d924b0d9" alt=""><figcaption></figcaption></figure>

### Step 2: Answer Any Follow-Up Questions

If Atlas needs more detail, it will present you with multiple-choice options. For example, it might ask which direction you prefer — Long Only, Short Only, or Both.

Click an option to continue, or type your answer.

### Step 3: Review Your Results

Atlas displays up to 5 matching strategies, each with:

* A **metrics panel** showing net profit, win rate, Sharpe ratio, max drawdown, profit factor, and total trades
* An **equity curve chart** showing how the strategy performed over time
* The **entry and exit conditions** (which trigger and states were used)

<figure><img src="https://736441233-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRLWEm8uShUvrMtRy93wD%2Fuploads%2Fv6qoGqFdWQYNd6Cb8kb6%2Fimage.png?alt=media&#x26;token=960c0f8d-6a39-4568-87a9-c6388f4efe52" alt=""><figcaption></figcaption></figure>

### Step 4: Keep Exploring

Continue the conversation to dig deeper:

* *"Show me the same for ETH"*
* *"Any of these with a drawdown under 10%?"*
* *"Sort by win rate instead"*
* *"What does the Fair Value Trail filter do?"*

Atlas remembers your conversation context (within each session), so you can refine naturally.

<figure><img src="https://736441233-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRLWEm8uShUvrMtRy93wD%2Fuploads%2FUbfaqssh2RauHuk5h1mE%2Fimage.png?alt=media&#x26;token=9300bbc0-1439-4317-abfc-cfa905ad75f6" alt=""><figcaption></figcaption></figure>


---

# 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://algoalpha.gitbook.io/algoalpha-user-manual/atlas-ai-backtesting-agent/your-first-strategy-search.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.
