# APIs

APIs are essential for different systems to connect and communicate with each other. They define how applications interact, exchange data, and execute functions without needing to understand each other’s internal workings. \
\
In the context of **iSHARE**, APIs form the backbone for secure, standardised, and automated data sharing between multiple stakeholders across sectors like logistics, energy, and agriculture.

Within the **iSHARE Framework**, specific APIs-such as **token**, **delegation**, and **capabilities**—are crucial for enabling trust-driven and compliant data exchange.

{% content-ref url="/pages/NkW5i00yLbllEmQgEk01" %}
[Capabilities endpoint](/apply-ishare/apis/capabilities-endpoint.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://trustbok.ishare.eu/apply-ishare/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.
