> For the complete documentation index, see [llms.txt](https://docs.caraml.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caraml.dev/user-guides/01_getting_started-1/09_creating_treatments.md).

# Creating Treatments

From the Experiments List page, click on 'Treatments'.

![Create Treatment Navigation](/files/HvwXiDvKh0022prYAXGS)

Treatments can be created from the treatments landing page. Created treatments can be used as a template, to initialise one or more treatments in an experiment (See `Creating Experiments - Configure Experiment's Treatments` for more information).

## 0. Create Treatment

a. Click on the "Create Treatment" button on the landing page.

![Create Treatment Landing](/files/62XAhTzfuqqExwoHElCU)

## 1. Configure Treatment's General Settings

a. In the Create Treatment's general settings page, you may either input the fields from scratch or choose to select a pre-configured Treatment template where upon selection, would fill up the respective fields of the form. Subsequently, you may continue editing the fields if necessary.

![Create Treatment General](/files/1vceYjdDxKUN0A562Y5X)

1. **Name**: Name of treatment.
2. **Status**: Active or inactive treatment. Treatment status can be toggled later. (You may refer to #Enabling/Disabling section in [Viewing Treatments](/user-guides/01_getting_started-1/10_viewing_treatments.md) document for more information.)
3. **Configuration**: Configuration of treatment. This needs to be a valid JSON string.

b. Click "Save" to create the treatment.


---

# 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.caraml.dev/user-guides/01_getting_started-1/09_creating_treatments.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.
