# Organization vs Workspace

## Organization

Your organization represents your firm in Kick — the company that owns the subscription and manages the team.

At the organization level, you:

* Manage your team and their client access from **Team** in the sidebar
* View and manage all clients from **Clients** in the sidebar
* Control organization-level settings and billing (for Owners)

Everyone under your organization belongs to the same firm, even if they only work on some clients. Organization roles (Owner, Manager, Member) determine what someone can do at the firm level — like creating clients, inviting team members, or managing billing.

→ [Invite your Team](/start-here/set-up-your-firm/invite-your-team.md)

***

## Workspace

A workspace is the environment for one client. It contains the chart of accounts, transactions, rules, documents, and an unlimited number of entities — each entity representing a separate set of books. This makes it easy to manage clients with multiple businesses, holding companies, or related LLCs in one place.

Common setups:

* One workspace per client
* A free firm workspace for your firm's own books and to test workflows

Each workspace has its own members and roles. A team member's workspace role determines what they can do inside that workspace — independent of their organization role.

→ [Roles & Permissions](/managing-clients/roles-and-permissions.md)

***

## How they work together

| Organization                                                | Workspace                                                         |
| ----------------------------------------------------------- | ----------------------------------------------------------------- |
| Your firm                                                   | One client (with one or more entities)                            |
| Team, clients, firm settings, firm billing                  | Entities, transactions, COA, workspace members, workspace billing |
| "Should this team member work on this this client's books?" | "What can this person do inside this client's workspace?"         |


---

# 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.kick.co/setting-up/organization-vs-workspace.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.
