# Consent Form Builder

The **Consent Form Builder** interface enables healthcare facilities to design and tailor consent forms to specific institutional requirements. It comprises fields such as patient demographics and legal clauses, ensuring compliance with standards.

***

## Overview

### Dashboard

The screen provides a **Search** field to find consent forms, a **Filter** section to refine results, and action buttons to Export, Import, [Consent Repo ](/uniteemr/master-modules/consent-form/consent-form-builder/consent-repo.md)and [create a new form](/uniteemr/master-modules/consent-form/consent-form-builder/create-consent-form.md). Once a consent form is created, it appears as a card on the dashboard with options to **Edit**, **Preview**, or **Delete**.

<figure><img src="/files/V5s8azCLrTE6jUSLhGQp" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

1. The supported file format for exporting and importing data is JSON.
2. Depending on the configuration, the controls displayed on the screen may vary by user.
   {% endhint %}

***

### Consent Form Builder Layout

Click **Create New Consent Form** to open the design layout, where you can customize the content using various controls. You can add, edit, and arrange sections to create a consent form that meets your requirements.

<figure><img src="/files/arcicR6MGv08hNIfk1Lz" alt=""><figcaption></figcaption></figure>

Refer to the link below for detailed information about each section.

{% content-ref url="/pages/jQkQ2a7zCOZXYsWIK26f" %}
[Consent Form Builder: Sections and Page Controls](/uniteemr/master-modules/consent-form/consent-form-builder/consent-form-builder-sections-and-page-controls.md)
{% endcontent-ref %}

***

## Functionalities

### [Create Consent Form](/uniteemr/master-modules/consent-form/consent-form-builder/create-consent-form.md)

Use this option to create consent forms. It helps generate customizable forms to obtain permissions from patients. This option ensures the efficient collection of all necessary information and signatures.

### [Edit Consent Form](/uniteemr/master-modules/consent-form/consent-form-builder/edit-consent-form.md)

Use this option to review or update consent form details. This streamlines consent management, enabling prompt updates or reviews as needed.

### [Delete Consent Form](/uniteemr/master-modules/consent-form/consent-form-builder/delete-consent-form.md)

Delete a consent form if it was created by mistake or is no longer needed. This action helps ensure compliance and maintain accurate records.

***


---

# 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://unitecare.gitbook.io/uniteemr/master-modules/consent-form/consent-form-builder.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.
