> For the complete documentation index, see [llms.txt](https://docs.amesa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amesa.com/identify-agent-skills/activity-clusters-in-amesa.md).

# Activity Clusters in AMESA

Activity clusters are generated as part of simulation creation. You can see the clusters as one of the steps in creating your simulation.&#x20;

You can also view the clusters later:

1. Go to the Simulators page from the main dashboard
2. Click on your simulator
3. Click on the Activity Clusters tab
4. Choose whether to view the clusters as a list of sensor variable ranges or as a graph.

<figure><img src="/files/BLOWInw0mbsGFJeiwoWJ" alt=""><figcaption></figcaption></figure>

Activity cluster graphs show a multi-dimensional space represented in two dimensions. For this reason, the X and Y axis are not meaningful in the visualizations.

Use the list view to capture the variable ranges to use in populating the [Scenarios](/build-multi-agent-systems/configure-scenarios.md) page when you are setting up your use case.

<figure><img src="/files/bs44RHvQzIqm36qwLxxN" alt=""><figcaption></figcaption></figure>


---

# 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.amesa.com/identify-agent-skills/activity-clusters-in-amesa.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.
