# GraphQL API

{% hint style="info" %}
The API is available at `/api/graphql/` URL path of your instance.
{% endhint %}

{% hint style="info" %}
API returns data in JSON format.
{% endhint %}

{% hint style="info" %}
[API schema](/graphql/overview/schema.md) contains Queries and Mutations.
{% endhint %}

{% hint style="info" %}
Rate limit is: 250 req / min for media, and 500 req / min for everything else. Max 6 concurrent connections.
{% endhint %}


---

# 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.ergonode.com/graphql/graphql-api.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.
