> 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/form-management/form-records.md).

# Form Records

When a customer fills out a form sent by the User, by default the form will be stored in the **Customer Service** menu > **Form Management** > **Form Record** > **Tasks** based on the particular module on your right side to get approval or rejected from the agent. These are also categorized by modules which makes it easy for you to see all forms based on a particular module.

However, if the form that has been filled out by the customer does not appear on the **Tasks** tab, make sure that you have assigned the form to your groups. To see how to assign forms to groups, please refer to the document [user management-group](/5.1.x/administration/user-management/group.md).

![Task Tab](/files/xmgpjUlxhyb3QmAKR3Ty)

The system will display a pop-up confirmation message for the Agent to provide additional information before the form is approved. By default, it will be stored in the **Endorsed** tab after the agent's approval. On the endorsed tab also agents can view all forms that have been approved for a specific module.

![Endorsed Tab](/files/5HCqiPfQdAL5BGf2KRmZ)

The system will also display a confirmation message for the agent to provide additional information before the form is rejected. And, by default, it will be stored in the **Rejected** tab after the agent's rejection. On the rejected tab also agents can view all forms that have been rejected for a specific module.

![Rejected Tab](/files/yxbMMV3ZspBKoAhvGhE2)


---

# 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/form-management/form-records.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.
