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

# Workspace identification and worker zone

Every workspace includes the following settings to identify the workspace and to route the workspace jobs to a specific set of Structural workers.

## Fields to identify the workspace <a href="#workspaces-config-common-fields" id="workspaces-config-common-fields"></a>

All workspaces have the following fields that identify the workspace:

1. In the **Workspace name** field, enter the name of the workspace.
2. In the **Workspace description** field, provide a brief description of the workspace. The description can contain up to 200 characters.
3. In the **Tags** field, provide a comma-separated list of tags to assign to the workspace. For more information on managing tags, go to [Assigning tags to a workspace](/app/workspace/managing-workspaces/workspace-tags.md).

## Workspace job routing zone

### About worker zones

Workspace jobs are processed by Tonic Structural workers.

Each can optionally be assigned to a zone. Each zone can contain multiple workers.

Structural Cloud provides a set of zones, as well as a set of workers that are not assigned to zones.

On a self-hosted instance, you can [configure the list of zones and assign your Structural workers to those zones](/app/admin/on-premise-deployment/configuring-worker-zones.md).

### Assigning a workspace to a zone

On the workspace settings view, from the **Zone** dropdown list, select the name of the zone to route the workspace jobs to.

By default, a workspace is not assigned to a zone. The workspace jobs are processed by a worker that is also not assigned to a zone.

Note that the following cases cause the workspace jobs to not be processed:

* A workspace is not assigned to a zone, but all of the workers are assigned to zones.
* A workspace is assigned to a zone, but the zone has no assigned workers.


---

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

```
GET https://docs.tonic.ai/app/workspace/workspace-configuration-settings/workspace-config-common.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.
