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

# Document

> Sends documents and files to the user within the conversation

The **Document** node sends a downloadable file to the user as part of the conversation.

## Configuration

* **File or URL**: Upload a file or paste a public URL
* **File name**: The name the user will see when receiving the document

| Channel        | Maximum name length |
| :------------- | :------------------ |
| WhatsApp       | 47 characters       |
| Other channels | 255 characters      |

## Limits

| Supported formats                                                                  | Maximum size |
| :--------------------------------------------------------------------------------- | :----------- |
| `text/plain`, `application/pdf`, `.doc`, `.docx`, `.ppt`, `.pptx`, `.xls`, `.xlsx` | 100 MB       |

<Warning>
  If you use a URL, it must be publicly accessible via HTTPS, must not require authentication, and must point directly to the file (not to an HTML page).
</Warning>
