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

# Mission object view

Use the mission object view to start, schedule, stop, and review missions for a mission sensor MP.

{% stepper %}
{% step %}

### Open the mission MP

Click the mission sensor MP (for example, `TPatrol sensor 1`) in the Dashboard.

Select the **Properties** tab.

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

{% step %}

### Select a mission

Use the **Mission** field (below the MP list) to select a mission.

The list only shows missions that fall within the current [Time range selection](/boomerang-3-user-manual/common_elements/time-range-selection.md).

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

{% step %}

### Use the mission controls

The mission control buttons <img src="/files/7yzpoZyZQIboL27Dapb5" alt="" data-size="line"> are on the right side of the **Mission** field.

Available actions depend on whether the mission is planned, active, or completed:

* Start now: [Start mission](/boomerang-3-user-manual/dashboard/missions/mission-handling/start-mission.md)
* Schedule for later: [Schedule mission](/boomerang-3-user-manual/dashboard/missions/mission-handling/schedule-mission.md)
* Manage an active mission: [Active mission](/boomerang-3-user-manual/dashboard/missions/mission-handling/active-mission.md)
* Stop an ongoing mission: [Stop mission](/boomerang-3-user-manual/dashboard/missions/mission-handling/stop-mission.md)
* Move a completed mission to a virtual MP: [Move mission](/boomerang-3-user-manual/dashboard/missions/mission-handling/move-mission.md)
* Generate a PDF report: [Mission report](/boomerang-3-user-manual/dashboard/missions/mission-handling/mission-report.md)
* Review alarms and events: [Mission activity log](/boomerang-3-user-manual/dashboard/missions/mission-handling/mission-activity-log.md)
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
If you have admin rights, you can configure the MP log interval and transmit period. See [BTiny MP](/boomerang-3-domain-administrator-manual/admin/infrastructure/infrastructure__measuring_points/types-of-measuring-points/btiny-mp.md).
{% endhint %}


---

# 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/mission-object-view.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.
