> For the complete documentation index, see [llms.txt](https://docs.jetai.site/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetai.site/readme.md).

# Developer Platform

<h2 align="center">JET AI Documentation</h2>

<p align="center">Everything you need to build, customize, and scale websites with JET AI.</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-rectangle-terminal">:rectangle-terminal:</i></h4></td><td><strong>No code</strong></td><td>Start building powerful, full-stack websites with JET AI in minutes using natural language — no coding required.</td><td><a href="/spaces/LlMlcCtqGfGco37HMxLa">/spaces/LlMlcCtqGfGco37HMxLa</a></td><td><a href="/files/h1AWlDBXruUBwSHiUdhW">/files/h1AWlDBXruUBwSHiUdhW</a></td></tr><tr><td><h4><i class="fa-browser">:browser:</i></h4></td><td>Premade Components</td><td>Select premade components that JET AI seamlessly integrates into your site.</td><td><a href="/spaces/LlMlcCtqGfGco37HMxLa">/spaces/LlMlcCtqGfGco37HMxLa</a></td><td><a href="/files/TdKDFtw6phxJ9BTDjNmh">/files/TdKDFtw6phxJ9BTDjNmh</a></td></tr><tr><td><h4><i class="fa-screwdriver-wrench">:screwdriver-wrench:</i></h4></td><td>Live Iteration</td><td>Edit, enhance, and preview your website in real time through natural-language chat.</td><td><a href="/spaces/ARSqKiXLAKsoMKVdMiVn">/spaces/ARSqKiXLAKsoMKVdMiVn</a></td><td><a href="/files/Wg6h4XeodmzjgdlmTOj9">/files/Wg6h4XeodmzjgdlmTOj9</a></td></tr></tbody></table>

<h3 align="center"></h3>

{% columns %}
{% column %}

<h3 align="center">Build Full Websites in Minutes with JET</h3>

JET is a no-code + AI platform that transforms your prompts into fully functional websites, frontend and backend — in minutes. With premade components, lightning-fast deployment, and a community-driven ecosystem, JET empowers creators to build smarter, ship faster, and scale effortlessly.
{% endcolumn %}

{% column %}

<figure><img src="/files/AZmJYeHMAxzubrYwep0Z" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}

<figure><img src="/files/SLoD67b7CKzZLXI1lyym" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<h3 align="center"></h3>

<h3 align="center">From Idea to Live Site, Instantly</h3>

Why wait days or weeks to launch a website? With JET, you can turn prompts into polished, production-ready websites in minutes. Leverage premade components to speed up development, optimize UI/UX, and focus on what matters most — creating and growing your project.
{% endcolumn %}
{% endcolumns %}

<h2 align="center">Connect with the JET Community</h2>

<p align="center">Join the JET community on Telegram and X to connect with creators, share ideas, and stay updated on the latest launches and features.</p>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><h4><i class="fa-discord">:discord:</i></h4></td><td><strong>X Page</strong> </td><td>Follow us on X and stay updated on the latest launches, features, and creator tips.</td><td><a href="https://x.com/JET_AI_SOL" class="button secondary" data-icon="square-x-twitter">X Page </a></td><td><a href="/files/3ghu6lbPQcXqDMxKXKkk">/files/3ghu6lbPQcXqDMxKXKkk</a></td></tr><tr><td><h4><i class="fa-github">:github:</i></h4></td><td><strong>Telegram Community</strong></td><td>Join our Telegram community and connect with creators building the future with JET.</td><td><a href="http://t.me/jet_ai_community" class="button secondary" data-icon="telegram">Telegram </a></td><td><a href="/files/Yc03nfwS6m2OtS2VIyQh">/files/Yc03nfwS6m2OtS2VIyQh</a></td></tr></tbody></table>


---

# 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.jetai.site/readme.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.
