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

# Manage workspace settings

Manage settings that apply to one workspace.

In **Workspace settings** you can:

* change the **Workspace name**
* review and update the **Internal name**
* delete the workspace

Changes you make here affect this workspace only.

{% hint style="info" %}
Only users with the workspace role **Admin** can update or delete a workspace. For role details, see [Manage workspace access](/builder-hub/manage-your-organization-and-workspace/organize-your-workspace/manage-workspace-access.md).
{% endhint %}

### Change workspace details

Use this screen when the displayed workspace name changes or when you need to review the internal name.

{% stepper %}
{% step %}

#### Open workspace settings

If you are not already on the settings screen, click the gear icon **Settings** in the main navigation.

Under **WORKSPACE**, select **Settings**.
{% endstep %}

{% step %}

#### Update the workspace details

Edit **Workspace name**.\
Choose a clear name for the team or business area.

Review **Internal name** and change it only if needed.\
The internal name is the system identifier for the workspace.
{% endstep %}

{% step %}

#### Save the changes

Confirm the change in the settings screen with **Update workspace**.\
The updated details apply to this workspace.
{% endstep %}
{% endstepper %}

### Delete a workspace

Delete a workspace only when you no longer need the apps and data inside it. When you start deletion, Ninox asks you to confirm the action explicitly before it is carried out.\
Deleting a workspace cannot be undone.

{% hint style="warning" %}
Deleting the workspace permanently deletes all apps and data inside that workspace.
{% endhint %}

Before you delete the workspace, make sure you have saved anything you still need.

{% stepper %}
{% step %}

#### Open the delete action

In **Workspace settings**, go to **Danger zone**.\
Click **Delete workspace**.
{% endstep %}

{% step %}

#### Confirm the deletion

Select the confirmation checkbox.\
Confirm your email address.\
Enter the exact workspace name.
{% endstep %}

{% step %}

#### Delete the workspace

Click **Delete workspace**.

The workspace and all data inside it are permanently deleted.
{% endstep %}
{% endstepper %}


---

# 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.ninox.com/builder-hub/manage-your-organization-and-workspace/organize-your-workspace/manage-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.
