> For the complete documentation index, see [llms.txt](https://docs.intelligems.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intelligems.io/general-features/atlas-ai/atlas-experience-agent/how-to-create-an-experience-with-atlas.md).

# How to Create an Experience with Atlas

#### Step 1: Open Atlas

Atlas appears as a chat prompt box in two places: the Homepage and the Content Experiences page. It can also be used to edit an existing experience via the sparkle icon in that experience’s setup.

#### Step 2: Describe the experience

Enter the experience description in the chat field. Include the intended change, audience, and objective. Additional detail reduces the number of follow-up questions.

Example: "Test a sticky add-to-cart button on mobile PDPs against the current layout, targeting all visitors."

#### Step 3: Answer any follow-up questions

Atlas asks a follow-up question when it needs more information. You can change your answer at any point in the conversation, and Atlas will adjust accordingly.

#### Step 4: Review the configuration

Atlas displays a task list that shows groups, targeting, analytics, and content modifications as they are configured.

#### Step 5: Edit the draft

The draft can be edited before activation, including targeting, copy, and content modifications.

#### Step 6: Start the experience

The experience remains inactive until manually started. Use the standard start action once the draft is finalized.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.intelligems.io/general-features/atlas-ai/atlas-experience-agent/how-to-create-an-experience-with-atlas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
