# Rule Model

&#x20;Rule Model – is a model for showing platform rule parameters. Model fields are presented in the table (Table 4.16), with an example below (Listing 4.12).&#x20;

**Table 4.16 – Fields of Rule Model**&#x20;

<table><thead><tr><th width="65">№</th><th width="153">Key </th><th width="88">Type </th><th width="103">Exists </th><th>Description </th></tr></thead><tbody><tr><td>1</td><td>uuid </td><td>string </td><td>required </td><td>Identificator of current rule</td></tr><tr><td>2</td><td>name </td><td>string </td><td>required </td><td>Rule name</td></tr><tr><td>3</td><td>description </td><td>string </td><td>required </td><td>Short info about the rule</td></tr></tbody></table>

**Listing 4.12 – Example of Rule Model (JSON)**

```
{
    "uuid":          "1711929600",
    "name":          "Rule for refills",
    "description":   "Send notification to email when usage reaches 100MB"
}
```


---

# Agent Instructions: 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:

```
GET https://faq.droam.com/menu/webhooks/webhook-payload-models/rule-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
