> For the complete documentation index, see [llms.txt](https://docs.testfiesta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testfiesta.com/administration-tab/configurations/create-a-configuration.md).

# Create a Configuration

Ready to create a configuration? It's simple! Just follow the steps below to set up your first configuration:

<details>

<summary>Step 1: Click the “Add configuration” button.</summary>

This action will open the Add configuration side panel.

</details>

<figure><img src="/files/LZZM9mdNh54m7haOEgPS" alt=""><figcaption><p>Click the “Add configuration” button.</p></figcaption></figure>

<figure><img src="/files/fnqVlUmPbZpwgElNIZKp" alt=""><figcaption><p>Add configuration side panel</p></figcaption></figure>

<details>

<summary>Step 2: Enter a name for the configuration group.</summary>

Enter a name for the configuration group so you can easily keep track of it. Choose something that makes sense for what you're setting up, so you'll know exactly what this group is for.

</details>

<details>

<summary>Step 3: Enter a description for the configuration group.</summary>

Add a description for the Configuration group to explain what it's for. This helps you and others understand the purpose of the group and what settings or conditions it includes.

</details>

<details>

<summary>Step 4: Add Configuration(s) to the group</summary>

Click the "Add" button below the Description. In the popup, enter a "Name" for the Configuration, and then click "Add."

</details>

<details>

<summary>Step 5: Finish adding the Configuration Group</summary>

Complete the process by clicking the "Add" button in the bottom right corner to save and finalize the configuration group. This action will create and store your configuration group, making it available for use.

</details>

You've just set up a new Configuration! If you want to add more details or tweak anything, you can edit it anytime. Click "Next" to find out how.


---

# 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.testfiesta.com/administration-tab/configurations/create-a-configuration.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.
