# Before we start

This section shows you many examples of what you can build with AgentLabs.

These examples will focus on the code you have to write using the SDK, but they assume you already know how to access your admin dashboard and configure a project using the admin wizard.

As a quick reminder, here are the steps you have to follow to setup your admin dashboard (at least for the cloud version).

1. Login to the [admin console](https://console.agentlabs.dev)
2. Create a project and follow the wizard
3. Create your first agent
4. You're all set!


---

# 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/recipes/before-we-start.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.
