> For the complete documentation index, see [llms.txt](https://www.usemotion.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.usemotion.com/help/getting-started/navigation-basics/sidebar-navigation-guide/organization-and-shortcuts.md).

# Organization & Shortcuts

## Top Section

<table><thead><tr><th width="252.5234375">Top section</th><th>Description</th></tr></thead><tbody><tr><td>Go back/forward (only in Motion desktop app)</td><td>Navigate backward or forward through recently visited pages or views inside Motion. Works like browser navigation.</td></tr><tr><td>Motion tab (only in Motion desktop app)</td><td>Opens a new Motion tab in your workspace, letting you multitask across calendars, projects, or docs.</td></tr><tr><td>Close navigation pane</td><td>Collapse the sidebar to free up space on your screen — useful when you want a distraction-free calendar or project view.</td></tr><tr><td>Settings</td><td>Access your personal and workspace settings, like calendars, integrations, notifications, and preferences.</td></tr><tr><td>Adding new items (+ New)</td><td>Create a new task, project, doc, sheets, meeting or event directly from the sidebar</td></tr><tr><td>Current tasks/event</td><td>See and manage the task or meeting currently scheduled</td></tr></tbody></table>

{% @supademo/embed demoId="cmf7akgzo4uvv39oz1bsrud4i" url="<https://app.supademo.com/demo/cmf7akgzo4uvv39oz1bsrud4i>" %}

## Account Menu Section

Let's first open the account menu.

<table><thead><tr><th width="157.1640625">Button</th><th>Description</th></tr></thead><tbody><tr><td>Settings</td><td>Access your personal and workspace settings, like calendars, integrations, notifications, and preferences.</td></tr><tr><td>Help</td><td>Quick access to Motion’s Help Center for tutorials, FAQs, and troubleshooting.</td></tr><tr><td>Theme</td><td>Switch between Light, Dark, or System theme to customize how your Motion looks.</td></tr><tr><td>Download desktop/mobile app</td><td>Sends you directly to the download link.</td></tr><tr><td>Log out</td><td>Sign out of your current Motion account.</td></tr></tbody></table>

{% @supademo/embed demoId="cmf7azhy14vbg39oz33euplcf" url="<https://app.supademo.com/demo/cmf7azhy14vbg39oz33euplcf>" %}


---

# 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://www.usemotion.com/help/getting-started/navigation-basics/sidebar-navigation-guide/organization-and-shortcuts.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.
