# Signature Component

Signature component in NotionApps allows users to add their signature directly to the database pages/records. It is designed to be user-friendly and reliable.

{% hint style="info" %}
We have three types of Signature components:

1. Add Signature (available on add screens)
2. Update Signature (available on update screens)
3. Signature Viewer (available on update & view screens)
   {% endhint %}

{% hint style="info" %}
The result of the signature component is stored as an image in your database property.
{% endhint %}

#### How to Add the Signature Component

1. Click on the "+" (add component) button in the app builder.

<figure><img src="/files/2YbRVRZNB8pV4uKCawLs" alt=""><figcaption></figcaption></figure>

2. Navigate to the "Components" section in the popup and select the Signature component.

<figure><img src="/files/5FV6eL20P8TjKyiylb57" alt=""><figcaption></figcaption></figure>

3. Select the  "Files & Media" Notion database property as the property for the component.&#x20;

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

#### Conclusion

The Signature component in NotionApps can help businesses improve accountability of their operations.&#x20;

* **Contract Management**: Easily collect signatures for contracts, consent forms directly via your apps.
* **Workflow Approvals**: Streamline approval processes by integrating signatures for project charters or work orders.
* **Feedback and Acknowledgments**: Capture feedback or acknowledgment from team members or clients.


---

# 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.notionapps.com/customize-app/type-of-components/signature-component.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.
