> For the complete documentation index, see [llms.txt](https://docs.degirum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degirum.com/ai-hub/workspaces/workspace-settings.md).

# Workspace Settings

When you are the owner of a Workspace, you can access **Workspace Settings**. In here, you can change member roles, invite members, remove members, manage billing, and delete the Workspace.

This page will not show up if you have a Workspace selected that you do not own.

<figure><img src="/files/CkXzJXy9XQa2eUzzSOgA" alt=""><figcaption><p>Workspace Settings page.</p></figcaption></figure>

## Members

The **Members** tab features a list of members, a search bar, permission levels, and the invite button.

### Permission levels

Workspaces have two permission levels: owner and member.

* Members have access to all features enabled for the Workspace.
* Owners can edit member roles and delete the Workspace.

### Inviting people to Workspaces

Only Workspace owners can invite people to Workspaces. To invite someone, you'll need their email address. The AI Hub sends a confirmation email to the new member.

{% stepper %}
{% step %}
**Select a Workspace**

Select a Workspace in which you are a Workspace owner.
{% endstep %}

{% step %}
**Enter the Workspace settings page**

Click **Workspace settings**.
{% endstep %}

{% step %}
**Ensure you are an owner of the Workspace**

In the **Members** tab of the selected Workspace, ensure that you are an owner of the Workspace. If you are an owner, then locate the **Invite** button in the bottom-right corner of the list of members.
{% endstep %}

{% step %}
**Set the email and permission level**

To the left of the **Invite** button, enter the email and default permission level of the person you would like to invite. You can invite anyone. They'll receive an invitation email with instructions to sign in. If they don't have an AI Hub account yet, the email will include steps to register.
{% endstep %}

{% step %}
**Click Invite**

After you click **Invite**, the AI Hub sends a confirmation email and immediately adds the recipient to your Workspace with the permission level you selected.
{% endstep %}
{% endstepper %}

### Removing members from Workspaces

To remove members from the Workspace, click their permission level then click Remove. You'll see a popup to confirm removal of this member.

## General Settings

General settings currently feature one item: deleting the Workspace.

### Deleting the Workspace

{% hint style="danger" %}
Deleting a Workspace is a permanent action and cannot be undone. This will irreversibly remove all data associated with this workspace including tasks, members, and settings.
{% endhint %}

To delete a Workspace, navigate to **General Settings**. You'll see a **Danger Zone** in **General Settings** with instructions on deleting the Workspace.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.degirum.com/ai-hub/workspaces/workspace-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
