> For the complete documentation index, see [llms.txt](https://docs.optitrack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.optitrack.com/v1.1/motive-ui-pages/toolbar.md).

# Toolbar

***

<figure><img src="https://v110.wiki.optitrack.com/images/d/d7/Toolbar.png" alt=""><figcaption><p>The Motive Toolbar</p></figcaption></figure>

| Icon                                                                                                | Function                   | Description                                                                                                                 |
| --------------------------------------------------------------------------------------------------- | -------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| ![Tb1.png](https://v110.wiki.optitrack.com/images/2/2e/Tb1.png)                                     | New Project                | Creates a new project for capture                                                                                           |
| ![Tb2.png](https://v110.wiki.optitrack.com/images/1/18/Tb2.png)                                     | Open File                  | Opens Motive files: Project (TTP), Calibration (CAL), Takes (TAK), Rigid bodies (TRA), Skeletons (SKL), and Timeline (TIM). |
| ![Tb3.png](https://v110.wiki.optitrack.com/images/d/d8/Tb3.png)                                     | Save Project               | Saves the project. Calibration settings and related session folders can be re-accessed from loading this file.              |
| ![Tb4.png](https://v110.wiki.optitrack.com/images/9/92/Tb4.png)                                     | Application Settings       | Opens Application Setting Pane for software preferences                                                                     |
| ![Tb8.png](https://v110.wiki.optitrack.com/images/a/a2/Tb8.png)                                     | Hide all panes             | Closes all the panes in the layout, leaving only the main view port.                                                        |
| ![Tb9.png](https://v110.wiki.optitrack.com/images/4/4f/Tb9.png)                                     | Project Pane               | Opens the Project Pane.                                                                                                     |
| ![Tb10.png](https://v110.wiki.optitrack.com/images/a/ad/Tb10.png)                                   | Devices pane               | Opens the Devices (Cameras) Pane                                                                                            |
| ![Tb11.png](https://v110.wiki.optitrack.com/images/1/11/Tb11.png)                                   | Calibration Pane           | Opens Calibration Pane                                                                                                      |
| ![Tb12.png](https://v110.wiki.optitrack.com/images/7/7f/Tb12.png)                                   | Reconstruction Pane        | Opens Reconstruction Pane for adjusting reconstruction settings.                                                            |
| ![Tb13.png](https://v110.wiki.optitrack.com/images/1/13/Tb13.png)                                   | Timeline Pane              | Opens the Timeline Pane                                                                                                     |
| ![Tb14.png](https://v110.wiki.optitrack.com/images/1/1a/Tb14.png)                                   | Rigid Body Properties Pane | Opens Rigid Body Properties.                                                                                                |
| ![Tb15.png](https://v110.wiki.optitrack.com/images/e/e3/Tb15.png)                                   | Skeleton Pane              | Opens the Skeleton Pane for creating Skeletons. Available only in Motive:Body.                                              |
| ![Icon Labeling.png](https://v110.wiki.optitrack.com/images/8/8f/Icon_Labeling.png)                 | Labeling Pane              | Opens the Labeling Pane                                                                                                     |
| ![Tb16.png](https://v110.wiki.optitrack.com/images/f/f5/Tb16.png)                                   | Device Connections pane    | Opens Device Connections pane                                                                                               |
| ![Tb17.png](https://v110.wiki.optitrack.com/images/b/b7/Tb17.png)                                   | Data Streaming Pane        | Opens Data Streaming Pane                                                                                                   |
| ![Tb18.png](https://v110.wiki.optitrack.com/images/d/d2/Tb18.png)                                   | Status Log                 | Opens the Status Log for monitoring the activity.                                                                           |
| ![Tb19.png](https://v110.wiki.optitrack.com/images/0/07/Tb19.png)                                   | Edit Tools Pane            | Opens Edit Tools for post-processing pipelines.                                                                             |
| ![Tb21.png](https://v110.wiki.optitrack.com/images/8/89/Tb21.png)                                   | View Pane                  | Adds extra View pane.                                                                                                       |
| ![ToolBar ReferenceView.png](https://v110.wiki.optitrack.com/images/e/e0/ToolBar_ReferenceView.png) | Reference View Pane        | Opens the view pane for monitoring reference videos with assets overlay.                                                    |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.optitrack.com/v1.1/motive-ui-pages/toolbar.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
