> 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/integrations.md).

# Data Sources

Jet Admin connects a lot of resources you need to build your internal tools. A few of our integrations:

* **Databases**: [PostgreSQL](broken://pages/-LzjXXIXBtK-tlT1Auh5), [MySQL](broken://pages/-LzjXXIXBtK-tlT1Auh5), [Microsoft SQL](broken://pages/-LzjXXIXBtK-tlT1Auh5), [Oracle](broken://pages/-LzjXXIXBtK-tlT1Auh5), [SQLite](broken://pages/-LzjXXIXBtK-tlT1Auh5), [Firebase](/user-guide/integrations/firebase-firestore.md)
* **Internal** [REST APIs](/user-guide/integrations/rest-api.md) and [GraphQL](/user-guide/integrations/graphql.md)
* **Business apps**: [Stripe](/user-guide/integrations/stripe.md), [SendGrid](/user-guide/integrations/sendgrid.md), [Zendesk](/user-guide/integrations/zendesk.md), etc
* **Frameworks**: [Django](/user-guide/integrations/django-framework-package.md)

![](/files/-MjZ3CUFcG-WwfLae_ly)

### 1. Adding resources from Data section

You can add an unlimited number of resources from the available resources by going to the Data section:

![](/files/-MjZ0V4A7fQE0OIx1tnZ)

### 2. Adding a resource from Page

Simply hit the **Import App From Resource** button to select the resource you want to integrate with Jet.

![](/files/-MjZ4BedRM9_jeakBr0v)

You can also add any resource directly from the component Data settings:

![](/files/-MjZ5gr95DUaQsci_tqA)

{% content-ref url="/pages/-LzjXXIXBtK-tlT1Auh5" %}
[Broken mention](broken://pages/-LzjXXIXBtK-tlT1Auh5)
{% 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/integrations.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.
