# Signature

The Signature API in the Evia Sign platform provides endpoints for managing user signatures. This includes retrieving the current signature, uploading a new signature, and deleting an existing signature. Below are the descriptions of the provided endpoints.

### &#x20;Retrieve User Signature

<mark style="color:blue;">`GET`</mark> {{baseUrl}}/api/users/signature

This endpoint retrieves the current signature of the user.

### Upload User Signature

<mark style="color:green;">`POST`</mark> {{baseUrl}}/api/users/signature

This endpoint facilitates the upload of a new signature for the user.

### Delete User Signature

<mark style="color:red;">`DELETE`</mark> {{baseUrl}}/api/users/signature

This endpoint deletes the current signature of the user.


---

# 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.sign.enadocapp.com/evia-sign-api/signature-and-initials/signature.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.
