> For the complete documentation index, see [llms.txt](https://documentation.taskmaverick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.taskmaverick.com/missions/how-to-guides/run-the-same-mission-simultaneously.md).

# Run the same Mission simultaneously

**References** solve a common problem: you need the same Mission running *simultaneously* for different rooms, equipment, or people. Without References, you'd create dozens of separate Missions. With References, you create one and multiply it.

## When to use References?

For example, a hotel needs to clean 100 rooms at 11:30 AM. Without References, you'd need 100 separate Missions. With References, you create one "Clean Room" Checklist with a "Rooms" Reference containing 100 units — and schedule it once.

### Two types of References

| Type                  | What it is                                   | Example                                            |
| --------------------- | -------------------------------------------- | -------------------------------------------------- |
| **General Reference** | A folder of custom items you define          | Rooms: 101, 102, 103 · Equipment: Fryer A, Fryer B |
| **Person Reference**  | Uses all active employee names automatically | Peer reviews: one Mission per colleague            |

### How to set up

1. Open a Mission → **Settings** → click **Add Reference**
2. Select an existing Reference folder or create a new one
3. Add units inside the folder
4. When scheduling, you'll select which Reference units to include — each gets its own Mission card on mobile

References are available for all Mission types except Test and Ticket. Each unit can have its own independent schedule. **Reference Designation** can restrict which teams see which references.

## Good to know

* You can add **multiple reference folders** to one mission
* Each reference unit can have its **own schedule**
* References also work with **On Demand** missions


---

# 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://documentation.taskmaverick.com/missions/how-to-guides/run-the-same-mission-simultaneously.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.
