> 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/knowledge-management/ai-chat/concept-ai-chat/use-cases-and-best-practices.md).

# Use Cases & Best Practices

## Common Use Cases

<table><thead><tr><th width="180.03125">Use Case</th><th width="282.6328125">What It means</th><th>Example Prompts </th></tr></thead><tbody><tr><td><strong>Ask questions in context</strong></td><td>Explore blockers, clarify priorities, or surface details directly from Motion docs and projects.</td><td>“Using the <em>Marketing Campaign Project</em>, what potential blockers do you foresee?”</td></tr><tr><td><strong>Generate summaries and updates</strong></td><td>Turn project notes or meeting outcomes into concise, client-ready updates or team recaps.</td><td>“Summarize today’s completed items from the <em>Q4 Launch Doc</em> into a status update.”</td></tr><tr><td><strong>Plan and draft agendas</strong></td><td>Quickly prepare meeting agendas or planning outlines, grounded in Motion docs and project data.</td><td>“Draft a client meeting agenda for tomorrow using the <em>Q4 Launch Project</em>.”</td></tr><tr><td><strong>Generate project insights</strong></td><td>Compare planned vs. actual execution: track time spent, longest phases, and where ad-hoc tasks shifted the flow.</td><td>“From the <em>Product Launch Project</em>, tell me which stage took the longest compared to the original template.”</td></tr><tr><td><strong>Keep related work in one thread</strong></td><td>Keep connected prompts together so context builds across requests.</td><td>“In this thread, draft the client agenda, generate key talking points, and outline follow-up items.</td></tr></tbody></table>

{% hint style="info" %}

#### 💡 **Business Impact**

AI Chat not only drafts and summarizes but also surfaces **real execution insights**. By grounding answers in Motion’s projects, docs, and tasks, it helps teams compare plans to reality, spot inefficiencies, and make better decisions faster.
{% endhint %}

## Best Practices for Using AI Chat

To get the most value from AI Chat, follow these practices:

<table><thead><tr><th width="186.13671875">Best practice</th><th width="267.78515625">Why it matters</th><th>Example prompts</th></tr></thead><tbody><tr><td><strong>Use clear verbs and outcomes</strong></td><td>Makes your intent explicit so AI knows exactly what to do.</td><td><em>“Draft a proposal for Acme Corp” instead of “Help with Acme.”</em></td></tr><tr><td><strong>Add context like priority, deadline, and effort</strong></td><td>More detail means smarter, more accurate scheduling.</td><td><em>“Create a task to review Q3 budget by Friday, high priority, 2 hours.”</em></td></tr><tr><td><strong>Keep related asks in one thread</strong></td><td>Groups connected tasks together for easier tracking and fewer errors.</td><td><em>“In this thread, create tasks for drafting copy, designing banners, and scheduling posts.”</em></td></tr><tr><td><strong>Break work into smaller tasks</strong></td><td>Smaller tasks are easier to schedule and complete on time.</td><td><em>Split “Launch campaign” into “Write copy,” “Design ads,” and “Set up campaign.”</em></td></tr><tr><td><strong>Review and confirm daily</strong></td><td>Keeps AI-created tasks aligned with your priorities.</td><td><em>At day’s end, review today’s tasks and adjust for tomorrow’s schedule.</em></td></tr><tr><td><strong>Reference docs, projects, and team members</strong></td><td>Anchors tasks in Motion’s context so AI Chat can pull insights and surface dependencies instead of working blind.</td><td>“Using the <em>Marketing Campaign Project</em>, what potential blockers do you foresee?” or “Pull key points from the <em>Q3 Strategy Doc</em> for my update.”</td></tr></tbody></table>


---

# 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://www.usemotion.com/help/knowledge-management/ai-chat/concept-ai-chat/use-cases-and-best-practices.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.
