> 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/docs/docs-faq.md).

# Docs FAQ

**Can I mix the white space and AI Docs?**\
Yes. Use the **white space** to brainstorm, cluster ideas, and collect references, then move into **AI Docs** to draft, revise, and polish. They’re designed to work together as part of the same workflow.

**Can I undo AI edits?**\
Yes. Motion keeps a full version history. If you don’t like a change, you can restore any prior snapshot.

**Will teammates see references?**\
Yes, if they have **editor access** to the doc. References are part of the shared context so your whole team works from the same foundation.

**Can I run AI on just part of a doc?**\
Yes. Highlight a section or paragraph and run AI there — perfect for rewriting, shortening, or adjusting tone without touching the rest of your draft.

**Does Motion overwrite my writing?**\
No. AI makes edits on a copy of your content, and you’re always in control. You decide which changes to keep, discard, or roll back.

**Can I collaborate with teammates in real time?**\
Yes. Motion supports real-time collaboration with visibility into who’s editing. If another teammate is making changes, the doc will lock to prevent overwrites.

<br>


---

# 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/knowledge-management/docs/docs-faq.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.
