> 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/10_viewing_treatments.md).

# Viewing Treatments

Once the treatment has been created, you will be able to view the treatment's configuration on the landing page.

![View Treatment](/files/ofSYGjsz2t6TUjDj4DFh)

## Navigate to Treatment Details

1. Click on the row that contains the treatment.
2. You will now be able to see the Treatment Details View. ![View Treatment Details](/files/3oWWzS5UKlX0jRCTBPy2) At the top row, you will be able to see your treatment name.

### Configuration

The Configuration tab displays the selected treatment's details. These values are configured from creating or editing a treatment. The treatment can be deleted from this page as well, which will also remove all of its historical versions.

1. Configuration: General settings of the treatment.
2. Activity: Activity details of treatment.

### Searching

The UI supports searching by treatment name.

In the search panel, enter the treatment name to filter by.

![View Treatment Search](/files/TEjTSwp02AqJh9KMVtNe)

### History

When a treatment is modified (edited / activated / deactivated) its existing configurations are saved as a historical version. All versions can be viewed from the **History** tab of the Treatment Details view.

![View Treatment History](/files/tzETMxCmvebJII4619Vr)

The versions are ordered in the descending order of creation (the most recent version appearing on top). The Created and Updated dates of the version symbolize the duration that the configuration was applied in the treatment. Selecting a row opens the details of the version.

![View Treatment History](/files/QU74FlUPWlaqQLiDAg7y)


---

# 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/10_viewing_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.
