> 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-domain-administrator-manual/dashboard/missions/mission-handling/move-mission.md).

# Move mission

As explained in [Missions](/boomerang-3-domain-administrator-manual/dashboard/missions.md) there are real and virtual mission MPs.&#x20;

The real mission MPs are BTiny sensors used during missions.

The virtual mission MPs are needed to store missions collected by Logger Card sensors.&#x20;

It is also possible to move the missions collected on real BTiny mission sensors to the virtual MPs.

If you use only BTiny MPs as mission sensors then you may keep the missions there and not use virtual mission MPs at all.

However, in some cases it may be useful to use the virtual mission MPs.&#x20;

* If you want to use your BTiny MP for missions with different alarm limits then you may decide to not define any alarm limits for the BTiny MP, create few virtual mission sensors with different alarm limits and move the registered missions from the real BTiny MP to a virtual mission MP with the alarm limit that is needed for a given mission.
* Another possibility is to use virtual mission MPs as containers that hold missions of certain category like type of product transported, carrier, recipient etc.

Once the mission is moved, its alarms are regenerated basing on the alarm limits of the target MP as shown in the example below.

To move a mission:

1. Go to the Mission object view.
2. Select the mission from the missions list.
3. The mission we move in the example was registered using TPatrol sensor 2 which has alarm limits set to 2-8°C range as shown on the graph. All the values are within these alarm limits so there is no mission active alarm.

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

4. Click Move Mission <img src="/files/3R7iww8rfbabdoljjN4q" alt="" data-size="line"> icon located right from the Mission list.&#x20;
5. A "Move to" form is opened. Select the MP you want to move the mission to from the "Select Measuring Point" list.

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

5. In the example we will move the mission to 2-6°C MP.

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

6. Click Move and sign.
7. The mission disappeared from the TPatrol sensor 2 mission list and is now present in 2-6°C MP mission list.

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

This virtual MP has alarm limits set to to 2-6°C with alarm filter equal 1.

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

The mission after move has now an active alarm which was triggered by the last mission value which was the second value above 6°C.


---

# 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-domain-administrator-manual/dashboard/missions/mission-handling/move-mission.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.
