> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/quality-control/rules/create-metric-rule.md).

# Create Metric Rule

To create a new Metric Rule -

1. Navigate to **`Rules`** -> **`Metric Rules`**
2. Click on **`Add Metric`**
3. Enter the basic details -
   1. **`Metric Name`** - Name of the metric
   2. **`Data Type`** - Return data type of the metric
   3. **`Component Type`** - Metric component type **`FILE`** level or **`PROJECT`**
   4. **`Language`** - Language for which the rule is applicable. E.g.: Mule, API
   5. **`Metric Tags`** - Tags associated with the rule. Tags can be used to filter metrics\
      &#x20;

      <figure><img src="/files/BcUvAsjakZA4GejKy34T" alt=""><figcaption></figcaption></figure>
   6. **`Metric Description`** - Description of the metric in Markdown format
   7. **`Metric Definition`** - Definition of the metric. Metric rules are specified in Groovy\
      &#x20;

      <figure><img src="/files/SRFegRZfFdSiK1GmjOZk" alt=""><figcaption></figcaption></figure>
4. Click on **`Submit`** to create the metric

### See Also

* [Quality Profiles](/product-guides/integral-zone/iz-suite/quality-control/profiles/quality-profiles.md)
* [Metric Profiles](/product-guides/integral-zone/iz-suite/quality-control/profiles/metric-profiles.md)
* [Quality Rules](/product-guides/integral-zone/iz-suite/quality-control/rules/quality-rules.md)
* [Metric Rules](/product-guides/integral-zone/iz-suite/quality-control/rules/metric-rules.md)


---

# 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://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/quality-control/rules/create-metric-rule.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.
