> 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/managing-workspaces/selecting-a-workspace-to-manage.md).

# About the workspace management view

You use the workspace management view to configure and run data generation for an individual workspace.

When you log in to Tonic Structural, it displays the workspace management view for the workspace that was selected when you logged out.

## Components of the workspace management view

<figure><img src="/files/XCm2gMjBAHvctRIWaImS" alt=""><figcaption><p>Workspace management view for a workspace</p></figcaption></figure>

The workspace management view includes the following components.

### Workspace information

The top left of the workspace management view provides information about the workspace, including:

<figure><img src="/files/XDmSNvUDyUwrmdaRy8Tr" alt=""><figcaption><p>Workspace information</p></figcaption></figure>

* The workspace name
* When the workspace was last updated
* The user who last updated the workspace
* Whether the workspace is a [child workspace](/app/workspace/managing-workspaces/workspaces-inheritance.md)

### Workspace options

The top right of the workspace management view provides general options for working with the workspace, including:

<figure><img src="/files/cFgKMPJKupEIu2jjXTNc" alt=""><figcaption><p>Workspace options</p></figcaption></figure>

* The workspace share icon, to [grant workspace access to other users and groups](/app/workspace/workspace-access-management/workspace-sharing.md)
* The workspace download menu to:
  * Download sensitivity scan and privacy reports
  * [Export and import workspace configuration](/app/workspace/managing-workspaces/workspace-export-import-config.md)
* The history icon, to [display the **Version History**](/app/generation/protection-audit-trail.md)
* The workspace actions menu
* The **Generate Data** button, to [start a data generation job](/app/workflows/data-generation-run-job.md)

### Workspace navigation bar

The workspace navigation bar provides access to workspace configuration options.

<figure><img src="/files/efLJH2WXCtinoPbnLYYa" alt=""><figcaption><p>Workspace navigation bar</p></figcaption></figure>

## Displaying the workspace management view

To display the workspace management view for a workspace:

* On **Workspaces** view, in the **Name** column either:
  * Click the workspace name. The workspace management view opens to **Privacy Hub**.
  * Click the dropdown icon, then select a workspace management option.

<figure><img src="/files/GuVhdMII4Uv8d4BgEInA" alt=""><figcaption><p>Workspace tools menu</p></figcaption></figure>

* Click the search field at the top. A list of available type the name of the workspace. As you type, Tonic displays a list of matching workspaces. In the list, click the workspace name.

<figure><img src="/files/GJA56z1xhnF9u8KQYNwf" alt=""><figcaption><p>Workspace search</p></figcaption></figure>

## Collapsing and expanding the workspace heading

To reduce the amount of vertical space used by the heading of the workspace management view, you can collapse it.

To collapse the heading, click the collapse icon in the Structural heading.

<figure><img src="/files/8wKT9RnByfJ3PAEh27ak" alt=""><figcaption><p>Workspace heading with collapse option highlighted</p></figcaption></figure>

When you collapse the workspace management heading:

* The workspace information is hidden. The workspace name is displayed in the search field.
* The workspace options are moved up into the Structural heading.

The workspace navigation bar remains visible.

When you collapse the heading, the collapse icon changes to an expand icon. To restore the full heading, click the expand icon.

<figure><img src="/files/8nJFpIHe7RkepB2MuUXn" alt=""><figcaption><p>Collapsed workspace heading with expand option highlighted</p></figcaption></figure>


---

# 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.tonic.ai/app/workspace/managing-workspaces/selecting-a-workspace-to-manage.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.
