> 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/move-mission.md).

# Move mission

You can move a completed mission from a **real mission MP** to a **virtual mission MP**.

This is optional. It is useful for organizing and alarm handling.

See [Missions](/boomerang-3-user-manual/dashboard/missions.md) for real vs virtual mission MPs.

### When to move a mission

Move missions when you need one of these:

* Different alarm limits per transport type.
* A simple category structure (product, carrier, recipient).

Example: keep the BTiny MP without limits. Create virtual MPs with different limits. Move each mission to the right virtual MP.

{% hint style="warning" %}
After you move a mission, alarms are recalculated using the target MP limits. This can create new active alarms.
{% endhint %}

{% hint style="info" %}
You can only move completed missions. The Move action is disabled during an active mission. See [Active mission](/boomerang-3-user-manual/dashboard/missions/mission-handling/active-mission.md).
{% endhint %}

### Move a mission

{% stepper %}
{% step %}

### Open the mission object view

Go to [Mission object view](/boomerang-3-user-manual/dashboard/missions/mission-handling/mission-object-view.md).
{% endstep %}

{% step %}

### Select the mission

Select the mission from the mission list.

In this example, the mission is on `TPatrol sensor 2`. Its alarm limits are set to `2-8°C`. All readings are within limits. There is no active alarm.

<figure><img src="/files/efQ9CLD818xShCAL8fFQ" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Open Move dialog

Click **Move mission** <img src="/files/3R7iww8rfbabdoljjN4q" alt="" data-size="line"> next to the mission list.

The **Move to** dialog opens. Select the target MP under **Select Measuring Point**.

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

In this example, the target MP is `2-6°C`.

<figure><img src="/files/Rjf1LeyiwijkNoSwkwFx" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Move and sign

Click **Move** and sign.

The mission is removed from `TPatrol sensor 2` and it appears under `2-6°C`.

<figure><img src="/files/QhcU9CPxUt0scaffpEsW" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### What changes after the move

The target virtual MP has alarm limits set to `2-6°C`. Its [Alarm filter](/boomerang-3-user-manual/dashboard/alarms_and_warnings/alarm-filter.md) is set to `1`.

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

After the move, the mission has an active alarm. The last value triggered it. It was the second value above `6°C`.

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


---

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