> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flast.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Documents

> Create rich documents with AI-powered editing

Document artifacts bring the power of AI to your writing. Create, format, and export professional documents.

## What You Can Do

* **Rich formatting**: Headings, bold, italic, lists, tables
* **Add media**: Insert images from URL or upload directly
* **AI assistance**: Ask for help with writing or editing
* **Export anywhere**: PDF, Word (.docx), or HTML

## Creating a Document

Ask Flast to create a document:

```
Create a project proposal document for a new mobile app
```

The document appears in the artifact viewer with a full editor.

## Editing

Use the toolbar for formatting:

* Font family and size
* Text alignment
* Lists and checkboxes
* Tables and quotes
* Links and images

Or ask AI for help:

```
Make the introduction more concise
Add a budget section at the end
```

## Export Options

<CardGroup cols={3}>
  <Card title="PDF" icon="file-pdf">
    Print-ready format for sharing
  </Card>

  <Card title="Word" icon="file-word">
    Edit in Microsoft Word or Google Docs
  </Card>

  <Card title="HTML" icon="code">
    Embed in websites or blogs
  </Card>
</CardGroup>

## Tips

<Tip>
  Use the keyboard shortcut `Ctrl/Cmd + B` for bold, `Ctrl/Cmd + I` for italic.
</Tip>

<Tip>
  You can upload images directly from your computer. Click the image button in the toolbar.
</Tip>

<Card title="Next: Creating Artifacts" icon="arrow-right" href="/features/artifacts/creating">
  Learn how to create different types of artifacts.
</Card>
