# For Data Сonsumers

{% hint style="info" %}
**Disclaimer:** The development team is working diligently, and the documentation will be updated with each new release.
{% endhint %}

{% hint style="danger" %}
This functionality is available only on the territory of the Kyrgyz Republic.
{% endhint %}

Before you start you need to get an Authorization Token(Bearer). Please talk to our team to obtain the token.

If you need to get a consent from user, you need to create an application first. To do that you need to make a POST request.

{% openapi src="/files/rz264aorRjDkV7UoLoVz" path="/api/v1/Application/create-application" method="post" %}
[swagger.json](https://2208573175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXon1RMnj85mP22gR5Ex8%2Fuploads%2FkcpVD6RB2UwyZLeq5qfa%2Fswagger.json?alt=media\&token=80bfa062-e116-4142-8472-e247331c6c4f)
{% endopenapi %}

Once the application is created, you must wait for the user to provide their official consent. While waiting you might request status of application.

{% openapi src="/files/rz264aorRjDkV7UoLoVz" path="/api/v1/Application/get-application-by-id/{id}" method="get" %}
[swagger.json](https://2208573175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXon1RMnj85mP22gR5Ex8%2Fuploads%2FkcpVD6RB2UwyZLeq5qfa%2Fswagger.json?alt=media\&token=80bfa062-e116-4142-8472-e247331c6c4f)
{% endopenapi %}

Also you can get appliction by its application number.

{% openapi src="/files/rz264aorRjDkV7UoLoVz" path="/api/v1/Application/get-application-by-application-number" method="get" %}
[swagger.json](https://2208573175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXon1RMnj85mP22gR5Ex8%2Fuploads%2FkcpVD6RB2UwyZLeq5qfa%2Fswagger.json?alt=media\&token=80bfa062-e116-4142-8472-e247331c6c4f)
{% endopenapi %}


---

# 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.mydatacoin.io/product-guides/for-data-sonsumers.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.
