# Forms

The **Forms** page allows you to manage and edit existing forms, as well as create and customize new ones.

![](/files/51YXfJlnIab9ZcJu9n0f)

## Add new form

New forms can be created using either a **Custom Form** or a **Claim Form**.

* **Custom Form** - A flexible form that can be tailored to meet specific user requirements.
* **Claim Form** - A pre-configured form designed for claims, with fields that can be modified as needed.

To add a new form, follow these steps:

1. Navigate to the "Forms" section in the admin panel.
2. Click on the **New** button.
3. Select the type of form you want to create (New Form or New Claim Form).
4. Fill in the required details and customize the form as needed.
5. Save the form to make it available for use.

![](/files/W7UQuMGP0pvr7VgyGphT)


---

# 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://doc.product-reg.varify.xyz/admin/forms.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.
