# Initials

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

### Retrieve User Initials

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

This endpoint retrieves the current initials of the user.

### Upload User Initials

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

This endpoint facilitates the upload of new initials for the user.

### Delete User Initials

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

This endpoint deletes the current initials 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/initials.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.
