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

# Welcome to Jet Admin

Build AI agents and govern AI-generated business apps on your existing data.

Build AI-generated business apps and agents on the data you already use, then govern who can access them and what they can do. Jet Admin’s Prompt Assistant can create an app from a description; refine it with prompts, visual editing, or code where your plan supports it.

Connect [200+ data sources](https://www.jetadmin.io/integrations), from databases and APIs to business services. Build internal tools, dashboards, customer portals, workflows, and AI agents without moving every system into a new stack.

<figure><img src="https://3448227606-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LQ08RFAKZvFADEiXKFy%2Fuploads%2FiKEXlYECVmgwgr03rLYV%2Fimage.png?alt=media&amp;token=c48a265b-a606-48a5-aa2d-9675bdecc9b1" alt=""><figcaption></figcaption></figure>

## Start building

* [What can I build?](/getting-started/what-can-i-build.md)
* [Build your first app with AI](/getting-started/start-here.md)
* [Connect data sources](/user-guide/data-sources.md) or [start with Jet Databases](/user-guide/jet-databases.md)
* [Add workflows](/workflow/overview.md) and [build AI agents](/ai-agents/overview.md)
* [Set permissions](/access-and-sharing/authentication-and-sso.md) and [deploy](/jet-bridge-deployment/overview.md)

Use [Explore core concepts](/getting-started/explore-core-concepts.md) for a short route. Existing drag-and-drop apps are documented in [Classic App Builder](/classic-app-builder/maintain-an-existing-classic-app.md).

See [What’s New](broken://pages/tKWRDO0vAHGhqqN4o4Pe), [FAQ and Troubleshooting](/faq-and-troubleshooting.md), or [Community](/join-the-community.md) when you need help.


---

# 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/master.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.
