# What's a workspace?

In **Sentinel**, a **Workspace** is a required feature for managing moderation across your Discord server (guild) and related Roblox experiences. Each Discord guild must have one registered Workspace, as it is the foundation for all moderation actions and game linking within that community.

## Key Aspects of a Workspace:

* **One Workspace per Discord Guild:** Every Discord server must register a single Workspace in order to use Sentinel's moderation tools. This Workspace is essential for linking your Roblox experiences and managing all moderation activities.
* **Experience Registration:** Once your Workspace is set up, you can register multiple Roblox experiences under it. This is especially useful for developers managing multiple games, allowing for centralized control over bans, warnings, and other moderation functions.
* **Global Ban Functionality:** Workspaces allow you to issue global bans across all linked experiences. This means that if a player violates the rules in one game, they can be banned across all of your games instantly, maintaining consistency and improving community safety.

## Example:

Imagine you run a development studio called **BIG Games**. By creating a Workspace named "BIG Games" in Sentinel, you can link your Roblox titles such as:

* **Pet Simulator X**
* **Pet Simulator 1**

Now, if a player is banned in **Pet Simulator X**, that ban automatically extends to **Pet Simulator 1** and any other games under the **BIG Games** Workspace if chosen, Sentinel has specific-experience banning functionality as well. This ensures that once a decision is made, it applies across your entire game network without having to manage bans individually.


---

# 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://sentineldocs.metatable.dev/getting-started/whats-a-workspace.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.
