# Workspaces

When you create or join a Workspace, you can unlock advanced AI Hub capabilities such as:

* [Cloud Compiler](/ai-hub/workspaces/cloud-compiler.md)
* [Creating Model Zoos](/ai-hub/workspaces/workspace-models.md#creating-a-model-zoo)
* [Workspace tokens for AI Hub authentication](/ai-hub/workspaces/workspace-tokens.md)
* [Inviting people to the Workspace and assigning roles](/ai-hub/workspaces/workspace-settings.md)

{% hint style="info" %}
Workspaces are free during early access; charges begin after early access ends.
{% endhint %}

## Accessing Workspaces

<figure><img src="/files/KWabYSD5VpXGugZ3pANo" alt="" width="295"><figcaption><p>Workspace dropdown in the left navigation with a Workspace selected.</p></figcaption></figure>

To access Workspaces, click the **Create new** button or the name of your active Workspace in the left-hand navigation bar of the AI Hub. The dropdown menu that appears will display the "Create new" button and Workspaces your account has joined.

Click a Workspace to select it. When your Workspace is selected, you'll see a check next to the Workspace name in the selector, and you'll be able to use Workspace-specific features like the [Cloud Compiler](/ai-hub/workspaces/cloud-compiler.md).

## Creating Workspaces

Any AI Hub user can create a Workspace.

{% stepper %}
{% step %}
**Click Create new or the Workspace in the left-hand navigation bar**

When you click your account or Workspace, the dropdown menu will display the **Create new** button and the Workspaces your account has joined.
{% endstep %}

{% step %}
**Set a Workspace Name**

After clicking **Create new**, enter the Workspace name.

{% hint style="danger" %}
Workspace names cannot be changed after creation.
{% endhint %}
{% endstep %}

{% step %}
**Click Create**

After entering the Workspace name, click **Create**. You'll immediately join as the Workspace owner, and the Workspace will appear in the dropdown menu the next time you open it.
{% endstep %}
{% endstepper %}

## Managing a Workspace

To manage a Workspace, select a Workspace in which you are a Workspace owner, then select **Workspace Settings**.

Only owners of the Workspace can access the Workspace Settings page.


---

# 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.degirum.com/ai-hub/workspaces.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.
