# Creating and managing workspaces

A Tonic Structural workspace provides a context within which to configure and generate transformed data.

A workspace represents a path between the source data and the transformed output data. For example, `postgres-prod-copy` to `postgres-staging`.

A workspace includes:

* Where to find the source data to transform during data generation
* Where to write the transformed data
* The rules for the transformation

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Workspaces view</strong><br><br>View, filter, and sort the list of workspaces that you have access to.</td><td><a href="/pages/VuZTv79aK60z2nx3kiI9">/pages/VuZTv79aK60z2nx3kiI9</a></td></tr><tr><td><strong>Create, edit, and delete workspaces</strong></td><td><a href="/pages/uARhWg4pWJJKxVrEbuGg">/pages/uARhWg4pWJJKxVrEbuGg</a></td></tr><tr><td><strong>Workspace management view</strong><br><br>Provides access to workspace configuration and generation tools.</td><td><a href="/pages/tY58NV84QsMNX33FlVbd">/pages/tY58NV84QsMNX33FlVbd</a></td></tr><tr><td><strong>Workspace inheritance</strong><br><br>Create child workspaces that inherit source data and configuration from their parent workspace.</td><td><a href="/pages/8xo2gopGT9L9GHrodJUY">/pages/8xo2gopGT9L9GHrodJUY</a></td></tr><tr><td><strong>Assign workspace tags</strong><br><br>Use tags to help organize and identify workspaces.</td><td><a href="/pages/tEVCNG3NxC4tRoN1bR6l">/pages/tEVCNG3NxC4tRoN1bR6l</a></td></tr><tr><td><strong>Export and import workspace configuration</strong></td><td><a href="/pages/0ZXfXdQ1oFJ9wItiPuLY">/pages/0ZXfXdQ1oFJ9wItiPuLY</a></td></tr></tbody></table>


---

# 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.tonic.ai/app/workspace/managing-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.
