# Prority

Priority determines the order in which automations are executed. You can set priorities for all your automations in the Automation list. To do this, you first need to enable priority editing.

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

Now, you can establish priority for each automation.

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

Automations are being executed by order, starting from the automation with priority number "1", then "2" and so on. If you leave some automations without priority, they will be assigned prirority "0" and run in random order.&#x20;


---

# 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.pushpushgo.company/automation/automation-list/prority.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.
