# Add a Client Workspace

### Add a new client

From the [**Clients**](https://use.kick.co/clients) tab, click **Add client** in the top right. It takes less than a minute to get a client set up.

1. Enter the client name and business name.
2. Select the entity type for the first business entity.
3. Choose the services you offer to this client.
4. Set the bookkeeping start date.
5. Select the client's [subscription](/managing-clients/subscription-and-billing.md) - Free, Basic, or Plus.
6. Optionally, invite your client.

{% hint style="info" %}
The bookkeeping start date controls when transaction data starts syncing and is the default for all connected accounts. You can update the start date at any time from the Clients tab.
{% endhint %}

***

### After setup

Your client's first entity is created during this process. From here:

* [Add additional entities](/setting-up/multi-entity/adding-and-removing-entities.md) if your client operates multiple businesses
* [Connect accounts](/setting-up/integrations/connect-accounts.md) via Plaid, direct integrations, or the Universal Importer

***

### If your client is already on Kick

If your client already has a Kick workspace, don't create a new one from your Clients tab. Instead, have them invite your firm to their existing workspace.

→ [Add Existing Kick Users as Clients](/managing-clients/add-your-first-client/add-existing-kick-users-as-clients.md)

***

### Invite your client

Once the workspace is set up, you can [invite your client](/setting-up/invite-your-clients.md) and their team. Many firms prefer to get accounts connected and workflows dialed in before granting access.

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

### **FAQs**

<details>

<summary><strong>I am part of the AI Accountant Program, do I still need to enter billing details?</strong></summary>

Yes, but you will not be charged again for clients included in your Accountant AI Program annual licenses.

→ [Accountant AI Program](/start-here/accountant-ai-program.md)

</details>

<details>

<summary>C<strong>an I add additional entities to an existing client?</strong></summary>

Additional entities can be added at any time for clients on the Plus plan. See [Adding & Removing Entities](/setting-up/multi-entity/adding-and-removing-entities.md).

</details>


---

# 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://accountants.kick.co/managing-clients/add-your-first-client.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.
