# Jet Admin API

Jet Admin API makes extending your apps and accessing Jet Admin outside of the app easy. In just a few clicks, you can access lists of records and individual records, create new rows, or update/delete existing ones through a RESTful interface. Make working with data more efficient in no time!

<figure><img src="https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LQ08RFAKZvFADEiXKFy%2Fuploads%2FnIagBuozVzyftX7uRhZ9%2Fapi1.jpg?alt=media&#x26;token=6119064e-0526-4dec-ba06-ecd524560cb2" alt=""><figcaption></figcaption></figure>

### 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 %}

{% content-ref url="jet-admin-api/interacting-with-jet-admin-api" %}
[interacting-with-jet-admin-api](https://docs.jetadmin.io/user-guide/jet-admin-api/interacting-with-jet-admin-api)
{% endcontent-ref %}

### Users & Teams API

Firstly, to make requests to Jet's API you should **get a token**. To do so, follow the steps described in the articles:

{% content-ref url="jet-admin-api/project-users" %}
[project-users](https://docs.jetadmin.io/user-guide/jet-admin-api/project-users)
{% endcontent-ref %}

{% content-ref url="jet-admin-api/project-teams" %}
[project-teams](https://docs.jetadmin.io/user-guide/jet-admin-api/project-teams)
{% endcontent-ref %}

### Projects, Pages & HTTP Requests API

Learn how to use Projects API, Pages API, and HTTP Requests API in the tutorials below.

{% content-ref url="jet-admin-api/projects-api" %}
[projects-api](https://docs.jetadmin.io/user-guide/jet-admin-api/projects-api)
{% endcontent-ref %}

{% content-ref url="jet-admin-api/pages-api" %}
[pages-api](https://docs.jetadmin.io/user-guide/jet-admin-api/pages-api)
{% endcontent-ref %}

{% content-ref url="jet-admin-api/http-requests-api" %}
[http-requests-api](https://docs.jetadmin.io/user-guide/jet-admin-api/http-requests-api)
{% 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.jetadmin.io/user-guide/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.
