# Global rules

Global rules are known as 'Limitations' in the old version.

Globar rules help you define how fields function when a user creates a new item in aqua, optimizing workflows and improving team efficiency.&#x20;

The field can be:

* required
* highlighted
* hidden
* read-only

Or

Can have

* default value
* specific value

### Adding Global rule

Click **Add Global Rule** to open a modal and define the rule:

* **Field** – Field to be modified
* **Has Attribute** – What to apply (Required, Read-only, Default Value, etc.)
* **Field Mode** (shown when Default Value is selected):
  * **String Field** – default text
  * **Dropdown Field** – value(s) or empty
  * **User Field** – current user or empty
* **For / Role** – Define roles
* **Value** – Whether this rule applies or not

You can:

* Add multiple rules
* Edit, duplicate, or delete rules from the list view (hover to reveal actions)

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

{% hint style="info" %}
**Note:** Currently it's not possible to set rules for a rich text type field.
{% endhint %}

All rules will be added to the table

<figure><img src="/files/9OcubT66jnSrVvq7ZhLQ" alt=""><figcaption></figcaption></figure>

You can duplicate and modify the rules or delete them.

Hover on therule to reveal actions.

{% hint style="info" %}
Global rules can be applied only when WORKFLOW feature is enabled.
{% endhint %}


---

# 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://docs.aqua-cloud.io/documentation/project-configuration/workflow-configuration/global-rules.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.
