# Workspaces

Each Intangible account has a personal workspace plus zero or more team workspaces. The dropdown at the top-left of the homepage switches between them. Switching workspaces changes what you see: different projects, different shared assets, different team members, different billing.

## Watch

{% embed url="<https://www.youtube.com/watch?v=GnBAbs3TmiM>" %}

## What it does

Personal and team workspaces are separate spaces. A project in your personal workspace is invisible from a team workspace and vice-versa. Team Assets, custom styles, and shared library items live in their team's workspace; they don't migrate when you switch. The intent is clean separation between what's yours and what's shared.

## How to switch

The workspace dropdown sits at the top-left of every workspace, under the Intangible logo. Click; a list of every workspace you belong to appears. Click one to switch.

When you switch:

* The projects below the homepage fold change to that workspace's projects.
* The asset library's My Assets and Team Assets categories swap to that workspace's assets.
* Custom styles in the picker swap to that workspace's saved styles.
* The credit counter shows that workspace's balance.
* Notifications scope to that workspace.

## Personal vs team

| Personal                                                               | Team                                                                         |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| Projects only you see                                                  | Projects every team member sees                                              |
| Renders bill against your personal credit balance                      | Renders bill against the team's credit balance                               |
| Custom styles save under the Custom filter in your style preset picker | Custom styles save under the Custom filter and are available to team members |
| Imports save to My Assets                                              | Imports save to My Assets within the active team workspace                   |
| No collaboration                                                       | Multi-user editing, owner / member permissions                               |

If you're working solo, personal is fine. The moment a teammate or a contractor needs to be in the project with you, you need a team workspace, which requires a Business plan. See [Plans and billing](/teams-and-billing/plans-and-billing.md).

## When to use which

* **Personal**: prototyping, learning, anything that won't go to a client.
* **Team**: client work, agency work, anything that requires multi-user editing or shared review.

For agency creatives, the common pattern is one team workspace per client (or per major client engagement). Saves cross-contamination of assets and credits, and lets you invite client-side reviewers as members of just their team.

{% hint style="info" %}
Once you create a team workspace, your default project home shifts to that workspace. You can still work in personal at any time by switching, but the team becomes the active default. Unselect by switching back.
{% endhint %}

## Limits and known issues

* **No cross-workspace asset sharing.** A custom style or imported model in Team A doesn't appear in Team B. Re-save in each workspace where you need it.
* **Credit balances are per-workspace.** Personal credits don't subsidize team credits and vice-versa.
* **No way to convert a personal project into a team project.** Once a project lives in a workspace, it stays there. Recreate in the other workspace if you need to move.

## Related

* [Create and invite](/teams-and-billing/create-and-invite.md)
* [Plans and billing](/teams-and-billing/plans-and-billing.md)
* [Permissions](/teams-and-billing/permissions.md)
* [Project ownership](/teams-and-billing/project-ownership.md)


---

# 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://help.intangible.ai/teams-and-billing/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.
