# Tutorials

- [Getting started](https://docs.dyrector.io/tutorials/getting-started.md): This is an extremely compressed guide to new users who would like to give cloud-hosted dyrector.io a look as quick as possible.
- [Add your Node](https://docs.dyrector.io/tutorials/register-your-node.md)
- [Add your Registry](https://docs.dyrector.io/tutorials/add-your-registry.md)
- [Add V2 Registry](https://docs.dyrector.io/tutorials/add-your-registry/add-v2-registry.md)
- [Add Docker Hub Registry](https://docs.dyrector.io/tutorials/add-your-registry/add-docker-hub-registry.md)
- [Add GitHub Registry](https://docs.dyrector.io/tutorials/add-your-registry/add-github-registry.md)
- [Add GitLab Registry](https://docs.dyrector.io/tutorials/add-your-registry/add-gitlab-registry.md)
- [Add Google Registry](https://docs.dyrector.io/tutorials/add-your-registry/add-google-registry.md)
- [Add Unchecked Registry](https://docs.dyrector.io/tutorials/add-your-registry/add-google-registry-1.md)
- [Create your Project](https://docs.dyrector.io/tutorials/create-your-product.md)
- [Create a versionless project](https://docs.dyrector.io/tutorials/create-your-product/create-a-simple-product.md)
- [Create a versioned project](https://docs.dyrector.io/tutorials/create-your-product/create-a-complex-product.md)
- [Create a Rolling Version](https://docs.dyrector.io/tutorials/create-your-product/create-a-complex-product/create-a-rolling-product.md)
- [Create an Incremental Version](https://docs.dyrector.io/tutorials/create-your-product/create-a-complex-product/create-an-incremental-product.md)
- [Add a version to your Versioned Project](https://docs.dyrector.io/tutorials/create-your-product/create-a-complex-product/add-a-version-to-your-complex-product.md)
- [Deploy your Project](https://docs.dyrector.io/tutorials/deploy-your-product.md): Deployment is the key feature of the platform. It's the process of setting up the images on your node.
- [Create Chat Notifications](https://docs.dyrector.io/tutorials/create-chat-notifications.md)
- [Inject Files to a Container](https://docs.dyrector.io/tutorials/inject-files-to-a-container.md)


---

# 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.dyrector.io/tutorials.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.
