> For the complete documentation index, see [llms.txt](https://docs.jetadmin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetadmin.io/user-guide/jet-admin-api.md).

# 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="/files/ub9CGmcQNZMzK4HOrmvE" 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="/pages/2MdWpKVECOGhflEp19lS" %}
[Interacting with Jet Admin API](/user-guide/jet-admin-api/interacting-with-jet-admin-api.md)
{% 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="/pages/-M2EzqDCc2oxe6EPSm-4" %}
[Users API](/user-guide/jet-admin-api/project-users.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M2F3e0xgXylS6X0fUbP" %}
[Teams API](/user-guide/jet-admin-api/project-teams.md)
{% 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="/pages/Dt1pjj2Iqd14Zb52Wp8S" %}
[Projects API](/user-guide/jet-admin-api/projects-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/4sIgRZvlU8JBEC4ynceC" %}
[Pages API](/user-guide/jet-admin-api/pages-api.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Mj7uFCzKWsS1VotcM0X" %}
[HTTP requests API](/user-guide/jet-admin-api/http-requests-api.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.jetadmin.io/user-guide/jet-admin-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
