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