> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/5.1.x/customer-service/dashboard/send-file-or-attachment/send-form.md).

# Send Form

Sometimes, you might need to sending form attachments to customer chat, maybe it’s because you need additional information about the customer. For example, if a customer is about to register on your application, you may need additional information about that customer. So, you can request additional information via the attached form. For more information about form, you can prefer to [this document](/5.1.x/customer-service/form-management.md). In conversation chat, click the *'attachment'* button and select *'send form'.* Then, you will see a pop-up to find form.

![Send Form](/files/-MQRHmNHGI8m0RVWlUkh)

For example, select form and click the *'attach'* button to send form to the customer's chat. Then, if the attached form is successful, form will appear in the conversation chat as shown images below.

| Agent page                                                          | Customer page                                                       |
| ------------------------------------------------------------------- | ------------------------------------------------------------------- |
| <img src="/files/-MQRJPp14NhYu9xO5_aE" alt="" data-size="original"> | <img src="/files/-MQRJTVkieFOiv1-VSoH" alt="" data-size="original"> |

The form that is filled out by the customer, will automatically be entered into the customer case list on tab activity as shown below.

![Customer Case](/files/-MQRKCDFbgcxR6KbybrL)

And, the form will also be entered in the **task** tab on the form management. In this tab, Supervisors can *‘approve‘* or *‘reject‘* forms as shown below.

![Form Management (Supervisor)](/files/-MQRKigxDjWq4waA7ijP)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.3dolphins.ai/5.1.x/customer-service/dashboard/send-file-or-attachment/send-form.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
