> For the complete documentation index, see [llms.txt](https://docs.alemba.com/asm-hermes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alemba.com/asm-hermes/use-asm/using-asm-core/managing-your-cmdb/managing-agreements/agreement-measurements.md).

# Agreement Measurements

As part of the standard application, measurements are just text fields stored against the agreement. They do not interact with any other component of SLM or ASM Core. Measurements can be integrated with other components of the application as part of a consulting project.

{% hint style="info" %}

### Before you start

You must have **Agreement New** selected in the Options tab of your **Service Level Management security role** to create agreements. You must have **Agreement Update** selected in the same tab to update the information.
{% endhint %}

1. In the Explorer pane, expand **Data**, then select **Measurements**.
2. Click the Add New button (To delete a measurement, select the measurement and click the **Delete** button)
3. The **Agreement Measurement** window consists of the main measurements table, the **Measurement Description** area, and the **Penalty Description** area. Complete the details.

<table><thead><tr><th width="297">Agreement Title</th><th>This is a read-only field displaying the title of the agreement.</th></tr></thead><tbody><tr><td>Agreement Reference</td><td>This is a read-only field displaying the reference for the agreement.</td></tr><tr><td><strong>The main table</strong> </td><td>contains of the following columns for Name, Unit, Amount and Time. The function of these columns will vary depending on the particular setup for measurements you are using on your system</td></tr><tr><td>Measurement Description</td><td>Type a description of the measurement as it relates to the particular agreement.</td></tr><tr><td>Penalty Description</td><td><p>Type a description of any penalties that might apply as a result of breaching the agreement.</p><p>Not all agreements have penalties. This will depend on the nature of the agreement and the needs of your business.</p></td></tr></tbody></table>


---

# 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.alemba.com/asm-hermes/use-asm/using-asm-core/managing-your-cmdb/managing-agreements/agreement-measurements.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.
