# 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**, use a **prompt** to generate content, or open any pre-existing project from recent projects!&#x20;

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

2. **Upload files**

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

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

3. **Select AI tools**

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

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

4. **Edit manually**

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

### Exporting Documents

* Export documents manually in **PDF** or **HTML** formats.

<figure><img src="/files/9vBevVImDnlm1iJw1nFr" alt=""><figcaption></figcaption></figure>

### History

There are 3 ways to view recent documents:

1. **Search Chats:**
   1. Access past documents and revisions by clicking on the "Search Chats" button in the left nav bar to **review, refine, or continue work**.
   2. Click Select Chats to Delete bulk chats&#x20;

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

2. **Recent Documents:**
   1. Contains a list of your top 20 most recent documents. You can directly open the chats or:
      1. Pin
      2. Rename
      3. Delete
   2. Use "View All" to go to the Search Documents page with all of the AI Doc chats ever

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

3. **Recents:**
   1. Access past documents and revisions by expanding the left nav bar
   2. Either go directly to the chat or:
      1. Pin
      2. Rename
      3. Delete

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

### Usage

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


---

# 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://help.chatlyai.app/products-and-features/ai-docs/how-to-use-ai-docs.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.
