> 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.md).

# Sidebar Navigation Guide

{% hint style="success" %}
You can find a slideshow with the button locations down below.
{% endhint %}

<table><thead><tr><th width="183.27734375">Button</th><th>Description</th></tr></thead><tbody><tr><td>AI Chat</td><td>Chat with Motion’s AI to delegate work, brainstorm ideas, or get quick answers.</td></tr><tr><td>Motion search</td><td>Search across all your tasks, projects, meetings, and docs in one place.</td></tr><tr><td>Inbox</td><td>See notifications for the latest updates in Motion — like a teammate updating a task status, assigning you new work, or changes made to shared projects.</td></tr><tr><td>AI Agenda</td><td>Your personalized daily agenda, showing prioritized tasks and meetings in order.</td></tr><tr><td>Resolve past due</td><td>Review and reschedule overdue tasks to keep your plan realistic and updated.</td></tr><tr><td>Calendar</td><td>Open your calendar view to see tasks, events, meetings all in one day/week.</td></tr><tr><td>Projects &#x26; Tasks</td><td>Navigate to your project boards and task lists — the hub for structured work.</td></tr><tr><td>Team schedule</td><td>View your teammates' availability and workload</td></tr><tr><td>AI Meeting notes</td><td>Access meeting transcripts, recordings, summaries, and action items captured by AI Notetaker.</td></tr><tr><td>Favorites</td><td>Pin important projects, docs, or pages so they’re always one click away.</td></tr><tr><td>Workspaces</td><td>Switch between or create new workspaces to keep personal, team, or client work separate.</td></tr><tr><td>Docs</td><td>Draft and create documentation for ideas and work. </td></tr><tr><td>Shared</td><td>Access documents, projects, or resources that are shared across your team.</td></tr><tr><td>Invite team members</td><td>Quickly add teammates to your Motion workspace so you can collaborate together.</td></tr><tr><td>Tutorials</td><td>Explore guided walkthroughs and resources to help you learn how to get the most out of Motion.</td></tr></tbody></table>

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


---

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