> For the complete documentation index, see [llms.txt](https://support.emsigner.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.emsigner.com/initiate-and-sign-envelopes/using-templates/creating-and-managing-templates/configure-a-flexi-form-template/configuring-attachment-profile.md).

# Configuring Attachment Profile

Signer Attachments allow you to collect **supporting documents from signatories** as part of the signing workflow (for example, ID proof or authorization documents). This configuration happens in **two stages**:

1. **Admin-level setup** and
2. **Template-level assignment to signatories**.

***

#### 1. Configure Signer Attachments (Admin Setup)

Before attachments can be used in a template, they must be configured by an admin.

**Steps:**

* Navigate to **SETTINGS →ATTACH SUPPORTING DOCUMENTS DURING SIGNING**

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

* Click **Create New** to define an attachment profile.

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

* Provide the following details:
  * **Profile Name** – Logical name for the attachment set (e.g., *IdentityProof*).
  * **Document Name** – Name shown to the signer.
  * **Document Instruction** – Guidance displayed to the signer while uploading.
  * **Allowed File Extensions** – Supported formats (PDF, JPG, PNG, etc.).
  * **Maximum File Size** – File size limit.
  * **Mandatory** – Mark whether upload is required to proceed.
* Save the profile.

Once saved, the attachment profile becomes available for use while configuring templates.

<figure><img src="/files/0h36qJ8kryEKmDgbLgSn" alt=""><figcaption></figcaption></figure>

***

#### 2. Assign Attachment Profile in Flexi Form Template

After adding signatories in the Flexi Form Template, attachment profiles can be assigned **per signatory**.

**Steps:**

1. In the **Configure Signatory** panel, click the **Settings (⚙️)** icon for the required signatory.
2. The **Configure Attachment Profile** window opens.
3. Select a **Profile Name** from the dropdown.
   * The list is populated based on profiles created in **Signer Attachments (Admin Settings)**.
4. Click **Apply** to save the configuration.

<figure><img src="/files/3vx6dj2Umz0jVRw9ikMT" alt=""><figcaption></figcaption></figure>

***

#### Key Behavior

* Attachment configuration is **signatory-specific**.
* Only profiles created in **Admin → Signer Attachments** are available for selection.
* This ensures controlled, reusable, and consistent attachment handling across templates.


---

# 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://support.emsigner.com/initiate-and-sign-envelopes/using-templates/creating-and-managing-templates/configure-a-flexi-form-template/configuring-attachment-profile.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.
