# Accessing Atlas

### Logging In

1. Visit the [site](https://app.algoalpha.io/atlas) and click **Login** in the top navigation.
2. Sign in with your AlgoAlpha account that has access an active premium plan.
3. Once authenticated, you will be redirected to the **Atlas** chat.

You'll be taken directly to the Atlas chat interface, ready to start searching.

{% hint style="info" %}
If you don't have an AlgoAlpha plan yet, you can create one at [www.algoalpha.io](https://www.algoalpha.io/). Your Atlas access is tied to your AlgoAlpha membership.
{% endhint %}

### What You'll See

After logging in, Atlas opens to a clean chat interface with:

* A greeting: **"Hi, I'm Atlas."**
* A prompt: **"What strategy are we building today?"**
* A text input at the bottom for your message
* Your credit balance in the top-right corner

<figure><img src="/files/5hsIOnibFw16bsXZiFAc" 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/accessing-atlas.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.
