> For the complete documentation index, see [llms.txt](https://docsv1.customfit.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docsv1.customfit.app/experience-engine/creating-an-experience.md).

# Creating an Experience

Any website should change and modify itself in various ways to make sure that they deliver the most relevant content, resulting in a personalized user experience when they land on to your website. Providing better user experience results in increasing the desired goals such as the number of sign-ups, the number of demo requests, etc.

CustomFit.ai dashboard makes experience creation easy. First, log in to the dashboard and navigate to the Experience page. Click on the "New Experience" button.

Now you will be prompted to create a new experience.

![](/files/-M1xtJJQoqFmTHWY2lVp)

In create experience page provide the following details:

1. **Name:** A meaningful name for your experience that will allow you to easily locate it in the dashboard.
2. **Key:** Give a unique key to reference an experience. A key value can be customized to anything you like, so long as it does not duplicate existing keys.
3. **Description:** Briefly describe what this experience is about. This will help your team members understand the experience's purpose.
4. **Page Paths**: Enter the website page path to which you wish to personalize. For example, the home page(/), pricing page(/pricing), etc
5. **Priority:** Provide the priority for each experience you are creating. Priority is a numerical value and it is used to determine the priority of an experience. For example, if you have changed the background image in two of the experiences, then the experience with higher priority will server the background image for the website. Lower value has the lowest priority and the higher value has higher priority. If you do not give any value then by default the priority value will be set to 1.
6. **Trackable:** Enable this field if you wish to track the events under this experience so that you can see the journey of the user under the experience.

Once all the details are provided then click on the "Create Experience" button.&#x20;


---

# 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:

```
GET https://docsv1.customfit.app/experience-engine/creating-an-experience.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.
