> For the complete documentation index, see [llms.txt](https://help.imagine.art/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.imagine.art/imagine-computer/ai-tools/draft-documents/how-to-use-ai-docs.md).

# How to use AI Docs?

**AI Docs** makes creating, editing, and refining documents simple and efficient, whether you’re generating content from scratch, summarizing files, or enhancing existing text.

### Getting Started

1. **Create a new document**
   * Choose your document mode.
   * Start with a **blank document**, choose a **template** or **starter prompt**, use a **prompt** to generate content, or open any pre-existing project from recent projects

<figure><img src="/files/NudiME38VjRZAxf3hlr3" alt=""><figcaption></figcaption></figure>

2. **Upload files**

* Attach supported files or images to reference in your document.&#x20;

3. **Select AI tools**

* Use features like **Refer in Chat**, **Fix Grammar**, **Shorten**, and **Extend** to improve your text.&#x20;

<figure><img src="/files/DNRiav51Jo2lxlG4EUp9" alt=""><figcaption></figcaption></figure>

4. **Edit manually**

* Make changes directly in the editor alongside AI suggestions.&#x20;

5. **Shortcut Dock:**

   Quick Access Dock. Switch instantly between Home, Files, Chat, Personas, and Documents. Everything stays one tap away, even while you are working in a document.

<figure><img src="/files/D2IkNKXrbSVA7b5QHzBG" alt=""><figcaption></figcaption></figure>

### Exporting Documents

* Export documents manually in **PDF,** **Docx or Markdown** formats.

<figure><img src="/files/X0ypzjs9XSldj2JjKk1i" alt=""><figcaption></figcaption></figure>

### Usage

* Each operation counts toward your usage limits by consuming credits based on the actions performed&#x20;


---

# 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://help.imagine.art/imagine-computer/ai-tools/draft-documents/how-to-use-ai-docs.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.
