> For the complete documentation index, see [llms.txt](https://docs.aichatone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aichatone.com/product-guides/upload-docs.md).

# Upload docs

A step-by-step on how to upload your training documents on AIChatOne and let the AI model to interact with your data to answer your queries.

## Step-by-step to upload your files to AIChatOne <a href="#id-4c5aabc57cb74225aa83a97f95a05c2e" id="id-4c5aabc57cb74225aa83a97f95a05c2e"></a>

1. Click the “Upload” icon
2. Choose your document by browsing through your file directory.
3. Once your document is uploaded, you can proceed to interact with the AI model through the chat.

## Important notes <a href="#f37cbd5f3bac446784f7e147654a9bce" id="f37cbd5f3bac446784f7e147654a9bce"></a>

Please take note of the following key points:

* Our system only supports true PDFs, TXT, or Markdown files. Scanned or image-only PDFs cannot be processed.
* Only text can be extracted from your documents.


---

# 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://docs.aichatone.com/product-guides/upload-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.
