# Project

During the onboarding, the first thing we ask you to do is to create a Project.

You can think of a project as a Tenant or as an Application you want to build.

## Project slug and domain

When you create a project, AgentLabs attributes it a `slug` which is a unique identifier but also a subdomain where your frontend application will be available to your users.

Let's say your project slug is `gpt-chat`, then your application will be available at `https://gpt-chat.agentlabs.dev` , and your users will be able to register and use your Chat UI there.

<figure><img src="/files/1SGOvndHyBI4Isn0GAS3" alt=""><figcaption><p>Process of creating a project in your console</p></figcaption></figure>


---

# 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/core-concepts/project.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.
