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

# Active mission

When a measuring point (MP) has an active mission, an active mission marker <img src="/files/DG5688agWQAGkq51ErY3" alt="" data-size="original"> is shown after its name in the Dashboard.

<figure><img src="/files/6PMRRCKxkicyKPCSogHB" alt=""><figcaption></figcaption></figure>

### Mission controls during an active mission

When a mission is active, the MP form shows mission control buttons.

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

* **Move** <img src="/files/s9EaIPkrWzRrfcIx7ewM" alt="" data-size="line"> moves a mission to a virtual mission MP. See [Move mission](/boomerang-3-user-manual/dashboard/missions/mission-handling/move-mission.md). This action is disabled while a mission is active.
* **Stop** <img src="/files/4GXyRnkaTjTLAG0bXYBt" alt="" data-size="line"> the active mission.
* **Schedule** <img src="/files/wkPwVz0g2rS71UklibjX" alt="" data-size="line"> a mission for later. See [Schedule mission](/boomerang-3-user-manual/dashboard/missions/mission-handling/schedule-mission.md).
* **Cancel** <img src="/files/XYXAL69nZTKG1jULFb4s" alt="" data-size="line"> the active mission.

{% hint style="info" %}
To cancel a scheduled mission *before it starts*, the mission must be visible in the mission list.

To make it visible, adjust [Time range selection](/boomerang-3-user-manual/common_elements/time-range-selection.md) using **Custom** settings.

Set the end time beyond the scheduled mission start time.

Then select the mission in the list and cancel it.
{% endhint %}

### Mission list during an active mission

The current mission is shown as active in the mission list.

* A scheduled mission shows both start and stop time.
* An unscheduled mission shows only the start time.
* The active mission marker is also shown next to the mission controls.

<figure><img src="/files/uJZ54iNtmubYdN81iy43" alt="" width="308"><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/active-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.
