> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/dashboard/missions/mission-handling.md).

# Mission handling

Mission objects are used to store time-limited measurements, such as transport monitoring.

### Example mission object

A mission object called **Transports** contains:&#x20;

* 3 **virtual mission MPs** called `-22 -18°C`, `2-6°C`, and `2-8°C`
* 3 **real mission MPs** called `TPatrol sensor 1`, `TPatrol sensor 2`, and `TPatrol sensor 3`

The real mission MPs receive readings directly from BTiny mission sensors.

<figure><img src="/files/0cCUMY502gwunaqee8kk" alt=""><figcaption></figcaption></figure>

### Real vs virtual mission MPs

* **Real mission MP**: represents a physical BTiny mission sensor. This is where readings arrive first.
* **Virtual mission MP**: a “bucket” you can use to organize mission results. Typical use is grouping by a target range (for example, `2-8°C`).

### Typical workflow

1. Start the mission and collect readings in a **real mission MP** (one per sensor).
2. After the mission ends, review the mission data.
3. If needed, move or copy mission data into a **virtual mission MP** to group missions by use case or temperature range.

### Related pages

* [Missions](/boomerang-3-user-manual/dashboard/missions.md)
* [BTiny Mission sensor usage](/boomerang-3-user-manual/dashboard/missions/btiny-mission-sensor-usage.md)


---

# 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:

```
GET https://help.boomerang3.com/boomerang-3-user-manual/dashboard/missions/mission-handling.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.
