> For the complete documentation index, see [llms.txt](https://docs.powertable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powertable.com/explore-powertable/approval-flow/rule-based-approvals.md).

# Rule-based Approvals

### **Identify Approvers based on configured rules**

Define approvers for specific columns or records in the table based on set rules and criteria. Enter the rule name, the filter criteria, and the designated approvers for that rule. You can set as many rules as required and assign corresponding approvers for each.

Note that rules are executed in the order they are added and can be reordered.&#x20;

The detailed steps are as follows:

1. Select the highlighted option below.

<figure><img src="/files/cpoPyFfm4slue8vuoDQX" alt=""><figcaption><p>Select users based on rules</p></figcaption></figure>

2. Click **Add Rule** to add a rule.

<figure><img src="/files/ziub3ORhW2FhvoZJphJY" alt=""><figcaption><p>Add Rule</p></figcaption></figure>

3. Enter a name for the rule, filter criteria, and approvers for the criteria.

<figure><img src="/files/yPY7BymsOORNkk6z9Izd" alt=""><figcaption><p>Configure rule</p></figcaption></figure>

4. Click on **Add filter** to add multiple filters/criteria within a rule and combine them using AND or OR operators as below:

<figure><img src="/files/JewgCn8wClWUAOlIff2A" alt=""><figcaption><p>Multiple filter criteria</p></figcaption></figure>

5. To delete a filter criteria, use the bin icon.&#x20;

<figure><img src="/files/lOhcG1i4U0QMdwL0QjuN" alt=""><figcaption><p>Delete a criteria</p></figcaption></figure>

6. Click **Create.**&#x20;

<figure><img src="/files/NGNhfq3HsqKnVVh86hgU" alt=""><figcaption><p>Click 'Create'</p></figcaption></figure>

7. You can now find the rule added to the list of rules. You can add more rules by selecting **Add Rule.**

<figure><img src="/files/H3lsNKlD2tsFMvDMToDO" alt=""><figcaption><p>To add more rules</p></figcaption></figure>

8. **Default Approver**: In the final step, add one or more default approvers who will approve the changes that do not meet the above-configured rules/criteria. Click **Save**, and you are good to go.

<figure><img src="/files/XAhwnkqu5dhLWTnjKk2W" alt=""><figcaption><p>Approver for other changes that do not meet these rules</p></figcaption></figure>


---

# 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.powertable.com/explore-powertable/approval-flow/rule-based-approvals.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.
