# Overview

The Evia Sign API has been introduced to facilitate user access to Evia Sign resources. Users become eligible to submit requests to the Evia Sign API upon the completion of the application registration and authorization processes. The primary goal of the Evia Sign API documentation is to delineate the steps users must follow for application registration, obtaining authorization, and comprehensively outlining the details of Evia Sign API methods to facilitate seamless access to Evia Sign resources.

{% hint style="info" %}
Access to the Evia Sign API service is restricted to authorized applications only.
{% endhint %}

The document's scope encompasses the following key components:

1. **Application Registration Process:** This section provides detailed guidance on the process of registering applications for interaction with the Evia Sign API.
2. **Authorization Acquisition:** Users will find comprehensive information on obtaining the necessary authorization to access the Evia Sign API in this section.
3. **API Methods for Accessing Evia Sign Resources:** This crucial section details the specific API methods available for interacting with various Evia Sign resources.


---

# 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/v1/overview.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.
