# Form Management

Sometimes, you need to collect additional information from your customers, such as when they want to register for your application. To do this, you can use a form. Before sending the form to customers, you need to create it first on the form management page. This page also allows you to manage, review, and process the forms you’ve created. The form management menu consists of two sections: **Form Record** and **Form Builder**.

{% hint style="info" %}
You can access the Form Management menu based on your privilege permissions.&#x20;
{% endhint %}

To get started, log in as a Supervisor, go to the **Customer Service** menu, and click on **Form Management**. You will then see the form management page as shown in the image below.

<figure><img src="/files/LtkW0YoQx4NqsQiYy4eR" alt=""><figcaption><p>Form Management Page</p></figcaption></figure>


---

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