# PDFs

Training on PDFs is very simple. You can transform other document types, like Word files etc, to PDFs and then add them to your bot. You can upload them directly to eesel AI

1. Go to the eesel dashboard, navigate to the "**Integrations**" section.
2. Click **PDF**
3. Click **upload files**, select and upload your PDFs. It will be supported up to 25 MB

The bot won’t read images by default, so make sure the content is in text format

Your files will help the bot get smarter and more helpful. You’re one step closer to smoother support.


---

# 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://docs.eesel.ai/legacy/integrations/pdfs.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.
