# Add your Registry

Registries are where the images you'd like to deploy are collected. While there are multiple registries explicitly supported, all OCI registries are supported. You can add registries from the following sources:

* [**V2 compatible registries**](/tutorials/add-your-registry/add-v2-registry.md)
* [**Docker Hub**](/tutorials/add-your-registry/add-docker-hub-registry.md)
* [**GitHub**](/tutorials/add-your-registry/add-github-registry.md)
* [**GitLab**](/tutorials/add-your-registry/add-gitlab-registry.md)
* [**Google**](/tutorials/add-your-registry/add-google-registry.md)
* [**Unchecked**](/tutorials/add-your-registry/add-google-registry-1.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/add-your-registry.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.
