# Examples of popular rules

There are many rules that you could set up to help automate your workflows.

Here are our top 4 rules:

1. Workload Management
2. VIP Customers
3. Set up shifts

### 1. Workload Management

To ensure that no one in your team has too much work or their plate, or conversely not enough, you can set up a rule to assign incoming emails based on the team's workload. Loop will look at the number of assigned and unresolved emails and allocate new messages accordingly.

![](https://dl.intheloop.io/loop-help/examples-of-popular-rules.md/Screenshot_2021-03-01_at_12.34.09.png)

In this example, incoming emails will be assigned to Emily, then Rachel, then Harry based on their workload. If Emily has 5 unresolved emails but Rachel and Harry only have 2, the next new emails that come into the shared inbox will be assigned to Rachel first, and then Harry until their workloads balance out.

### 2. Handling VIP customers

There may be specific customers who you only want to be managed by the team leader or senior member(s) of your team. You can set up a rule so that emails from a specific domain, or email address, are assigned to the team leader or chosen individual.

![](https://dl.intheloop.io/loop-help/examples-of-popular-rules.md/Screenshot_2021-03-01_at_12.43.30.png)

In this example, incoming emails from anyone with the domain @intheloop.io will be assigned to James, the Manager.

A variation of this could be to specify that only certain contacts at the VIP customer are assigned to James:

![](https://dl.intheloop.io/loop-help/examples-of-popular-rules.md/Screenshot_2021-03-01_at_12.52.18.png)

### 3. Set up shifts

You may have different team members working different hours or within different time zones. To ensure that emails are not assigned to someone who is not working you can set up rules based on the day and/or time.

![](https://dl.intheloop.io/loop-help/examples-of-popular-rules.md/Screenshot_2021-03-01_at_14.46.35.png)


---

# 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://help.intheloop.io/workflow-automation/examples-of-popular-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.
