> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vistaly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Workspaces

> Vistaly workspaces contain strategy and discovery cards.

export const Image = ({src, alt, caption}) => <figure>
    <img src={`https://cdn.vistaly.com/kb${src}`} {...alt ? {
  alt
} : {}} />
    {caption && <figcaption class="image-caption">{caption}</figcaption>}
  </figure>;

## Naming Workspaces

At the top of the Tree view is the Workspace card. Update the name of the workspace card to change the name of the workspace.

> **Note**: Each Workspace contains exactly one workspace card.

## Multiple Workspaces

To add new workspaces, open the workspace selector in the top navigation bar.

<Image src="/documentation/core-concepts/workspace-selector.png" alt="workspace selector" />

If you'd like to learn more about how many workspaces you need, see the [workspace planning](/guides/getting-started/workspace-planning) guide.

## Consultants & Fractional Executives

Consultants & Fractional Executives - If you work with multiple companies and need separate Vistaly environments for each client, contact [support@vistaly.com](mailto:support@vistaly.com) to set up multiple instances.
