> For the complete documentation index, see [llms.txt](https://doc.aissist.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.aissist.io/tutorial/turn-assets-into-ai/documents.md).

# Documents

*Last updated: May 12, 2026*

Use this path when your knowledge source starts as a file.

Direct file upload is not supported for formats like `TXT`, `PDF`, `DOC`, or `Excel`.

To use these files as assets, first add them through Google Drive.

### Add document files through Google Drive

Follow these steps:

1. upload them to Google Drive
2. share them with **<support@aissistant.io>** or set them to **Anyone with the link can view**
3. add them through the Google Drive asset flow

For setup steps, see [Google Drive](/tutorial/turn-assets-into-ai/google-drive.md).

### Best practice

Use Google Docs or Google Sheets when possible.

Use uploaded files when the source already exists in another format.


---

# 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:

```
GET https://doc.aissist.io/tutorial/turn-assets-into-ai/documents.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.
