> 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.md).

# Missions

Most objects have measuring points (MPs) that send readings continuously.

Sometimes you only monitor parameters for a limited time. Transport monitoring is a common example.

In Boomerang, this time-limited data is stored as a **mission**.

### Mission components

Missions use BTiny gateways and BTiny mission sensors (Mission Loggers).

To store mission data, create a **mission object** in the system. Assign **mission MPs** to the mission object.

Mission MPs can be:

* **Real mission MPs**: store readings received directly from BTiny mission sensors.
* **Virtual mission MPs**: store imported or moved mission readings.

### How mission measurements are registered

You can register mission measurements using:

1. **BTiny mission sensors.**
2. **Logger cards**.

#### **1. BTiny mission sensors**&#x20;

BTiny mission sensors (Mission Loggers) are described in [ICU Scandinavia Transport Solution](https://icuscandinavia.se/transport-solution/).

* Sensors log temperature offline or online.
* The data is uploaded online, if the sensor is within range of a **Cloud Connector**.
* Readings are sent to the Boomerang 3 server and stored in **real mission MPs**.
* If needed, mission data can be moved from **real** to **virtual** mission MPs.

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

The BTiny temperature loggers are battery-operated.

They have an internal memory buffer for continuous logging during transport.

The logger communicates with the Boomerang cloud when it is within wireless range of a Cloud Connector.

BTiny temperature loggers can log temperatures from -196°C up to +120°C.

#### **2. Logger cards**.&#x20;

Logger cards are described in [Logger cards documentation](https://help.boomerang3.com/logger-card-client-user-manual/).

* Logger cards register temperature offline.
* Readings are sent to the Boomerang 3 server using the Logger Card client application.
* Readings are stored in **virtual mission MPs**.

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

### Next steps

* Follow [BTiny Mission sensor usage](/boomerang-3-user-manual/dashboard/missions/btiny-mission-sensor-usage.md) to start and stop a transport mission.
* See [Mission handling](/boomerang-3-user-manual/dashboard/missions/mission-handling.md) for how mission objects and MPs are structured.


---

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