# Interacting with Jet Admin API

Jet allows you to **interact with data sources and APIs**, connected to Jet. The API documentation for each resource can be found in the data section within the particular resource page.&#x20;

{% hint style="info" %}
To **be able to use API** for a particular data source, you need to use the "Sync" connection when integrating a resource:
{% endhint %}

![](/files/iRA41VGDnSOH5ZRJq9Y1)

To get there, follow the steps:

1. Go to the `Data` section
2. Choose the **resource**
3. Click on the `API` tab

{% @arcade/embed flowId="8vRd4KNbbtDbfQa4Sgra" url="<https://app.arcade.software/share/8vRd4KNbbtDbfQa4Sgra>" %}

Using the tab, scroll to navigate the API documentation.

<figure><img src="/files/nYFi6YbC1oG85UT6drTI" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
At the moment, the API documentation is available for a **limited number of integrations**. If you want us to prioritize a specific data source, please let us know in the support chat.
{% 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.jetadmin.io/user-guide/jet-admin-api/interacting-with-jet-admin-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.
