# APIs

Once an app is registered in Fyre dashboard, it can query Fyre backend for some data. The Fyre server gives access registered applications after authentication via few APIs.

Any app which wants to request data from Fyre server, it will use the following APIs depending upon its needs.

{% content-ref url="/pages/i6DXtGsCJFemC7RpwXlc" %}
[/app/user/redirection](/developer/apis/app-user-redirection.md)
{% endcontent-ref %}

{% content-ref url="/pages/kQf89kx61G1k6m3DOIMp" %}
[/app/events](/developer/apis/app-events.md)
{% endcontent-ref %}

{% content-ref url="/pages/eNjx5Whj0Kn0Tq00gB3c" %}
[/app/user/events](/developer/apis/app-user-events.md)
{% endcontent-ref %}


---

# 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.fyre.hypersign.id/developer/apis.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.
