# Academy

In Jet Academy, you'll be able to learn both the fundamentals of Jet Admin and more advanced topics through a series of **short tutorial videos**.

To navigate Academy, click on the topic in the menu on the left to open its contents, or get started with the most basic functions:

{% content-ref url="/pages/4Dl85uSaY1HCTfpZ9PQy" %}
[Connecting Data Sources](/videos/connecting-data-sources.md)
{% endcontent-ref %}

{% content-ref url="/pages/pwkvRQftiXL4NJGH5hCn" %}
[Data Editor](/videos/data-editor.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZP3rWIJOxUKCi8bpvWtV" %}
[App Builder](/videos/app-builder.md)
{% 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/videos.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.
