# General

This document is intended for developers and technical product managers, and provides examples and OpenAPI schemas to simplify the usage of the eClaims API.

This document is not an FAQ page and does not provide answers to frequently asked questions. Additionally, please note that this document does not cover all of the functionalities provided by eClaims.

The main goals of the eClaims API are to introduce automation capabilities, add an additional security layer, and provide a scalable solution for our 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.eclaims.eu/general.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.
