# Get Started with AgentLabs

Depending on your need, AgentLabs provides a self-hostable and cloud version.

## Cloud version

The cloud version is the most convenient way to start using AgentLabs.&#x20;

You only have to [register](https://console.agentlabs.dev) and follow the wizard to configure your account without worrying about infrastructure management.

{% hint style="info" %}
Keep in mind that AgentLabs is still in Alpha, so the cloud version is probably convenient especially if you don't want to update it every week. :smile:
{% endhint %}

## Self-hosted version

The cloud version of the plugin uses exactly the same version as the self-hosted one.

It means you can choose to self-host AgentLabs on your own infra and keep the exact same feature set.

At this moment, we only support docker-compose to run it at a small scale.

However, we'll support helm-chart for Kubernetes as soon as we roll out the beta version.

## Which one should I choose?

At the moment, choosing the Cloud Version is probably the safest solution unless you have some very specific infrastructure or security constraints.


---

# 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.agentlabs.dev/introduction/get-started-with-agentlabs.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.
