> For the complete documentation index, see [llms.txt](https://docs.agentlabs.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agentlabs.dev/core-concepts/project.md).

# 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>
