# Send Document

To make your Bot conversations more varied than standard text messages by adding a digital asset document. This document is useful for providing additional information to customers in the form of pdf, doc, or xls files so they can view and read information offline. You can upload documents with 'doc', 'docx', 'pdf', 'xls', and 'xlsx' file types, with max. size upload is 2MB.

![Add New Send Document](/files/mK95Z7SvIAgI2Hm3ZYKl)

For example, you can use a digital asset document to answer customer questions that are too complex such as how a product works or detailed information on a product. Then how do I add or attach a document to the Bot answer?

1. Create assets in the **Digital Library** > **'Send Document'**. Then select document, input heading, and digital group then, click the 'save' button.
2. Create knowledge and attach digital assets documents that have been made in the first point.
3. The last step, make sure you attach the knowledge to the bot

![Send Document](/files/0HKVWeyetJStCqMWrVhK)


---

# 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.3dolphins.ai/bot-settings/digital-library/create-new-digital-library/send-document.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.
