# Tutorial

*Last updated: May 6, 2026*

Build your first Aissist step by step.

Use this guide to move from setup to live deployment.

### Recommended path

1. Start with [Quick Start](/tutorial/quick-start.md).
2. Add knowledge in [Turn Assets into AI](/tutorial/turn-assets-into-ai.md).
3. Define scenario specific instructions in [Create Sub Agents](/tutorial/create-sub-agents.md).
4. Connect information systems in [Integrations](/integrations.md).
5. Test behavior in [Simulator](/tutorial/simulator.md).
6. Deploy channels in [Deploy Gateway](/tutorial/deploy-gateway.md).

### Improve behavior

Use these guides once your first workflow is running:

* [Tune Aissist Behavior](/tutorial/tune-aissist-behavior.md)
* [Instructions, Assets, and Sub Agents](/tutorial/instructions-assets-and-sub-agents.md)
* [Teach AI with Examples](broken://spaces/yKHM836KGDAfAWvw6XL6/pages/zc6gp37Pav6WZX00JFx7)
* [Add Images in Instructions](/tutorial/use-images-in-instructions.md)
* [Aissist Build Checklist](/tutorial/aissist-build-checklist.md)

### Test and operate

Use these pages to validate and run your setup:

* [Simulator](/tutorial/simulator.md)
* [In-note Command](/tutorial/in-note-command.md)
* [Streamline with Human Team](/tutorial/streamline-with-human-team.md)

{% hint style="info" %}
Start with one workflow. Test it. Then expand to more scenarios.
{% endhint %}


---

# 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://doc.aissist.io/tutorial.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.
