# Learning

StackAI gives you multiple ways to learn. Pick the format that matches your goal.

{% hint style="info" %}
Start with the curriculum for a guided path. Use tutorials when you want hands-on practice fast.
{% endhint %}

### Choose your learning format

<table data-view="cards"><thead><tr><th>Format</th><th data-card-target data-type="content-ref">Page</th></tr></thead><tbody><tr><td><strong>Guided learning paths</strong><br>Follow beginner, intermediate, and advanced builder tracks.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/7b87ac9b5026cd833979f831a3bfc143348b160b">/spaces/FSlso1Kjob5CLDrh0dVn/pages/7b87ac9b5026cd833979f831a3bfc143348b160b</a></td></tr><tr><td><strong>Video training</strong><br>Learn with walkthroughs on building, deploying, and managing agents.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/WFdtxHXcbDqcPS72BL3f">/spaces/FSlso1Kjob5CLDrh0dVn/pages/WFdtxHXcbDqcPS72BL3f</a></td></tr><tr><td><strong>Browse by topic</strong><br>Jump directly to the right docs by skill level and task.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/NcFwq4Re0F0NlmjngLNa">/spaces/FSlso1Kjob5CLDrh0dVn/pages/NcFwq4Re0F0NlmjngLNa</a></td></tr></tbody></table>

### Learn by goal

<table data-view="cards"><thead><tr><th>Goal</th><th data-card-target data-type="content-ref">Page</th></tr></thead><tbody><tr><td><strong>Build your first workflow</strong><br>Choose a fast path from setup through deployment.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/onrHZOZQyI5ySnyvvUt0">/spaces/FSlso1Kjob5CLDrh0dVn/pages/onrHZOZQyI5ySnyvvUt0</a></td></tr><tr><td><strong>Strengthen core AI concepts</strong><br>Learn prompting, embeddings, chunking, and multi-model workflows.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/p2eQNqQyV36ddMYQQ4ae">/spaces/FSlso1Kjob5CLDrh0dVn/pages/p2eQNqQyV36ddMYQQ4ae</a></td></tr><tr><td><strong>Practice with tutorials</strong><br>Build real examples and adapt them to your own use case.</td><td><a href="/spaces/FSlso1Kjob5CLDrh0dVn/pages/cgqAxr2zF5wqXFxe6xsi">/spaces/FSlso1Kjob5CLDrh0dVn/pages/cgqAxr2zF5wqXFxe6xsi</a></td></tr></tbody></table>

### Keep improving

As you move from learning to production, focus on quality, governance, and visibility.

* Use [Best Practices](/getting-started/best-practices.md) to improve workflow design and agent quality.
* Use [Security in StackAI](/welcome-to-stackai/security-and-governance/security-in-stackai.md) to manage access, permissions, and authentication.
* Use [Observability](/agentic-adoption-and-security/observability.md) to measure usage, quality, and performance.


---

# 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.stackai.com/getting-started/learning.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.
