# Adding & Removing Entities

### Adding an entity

There are two ways to add an entity:

**From the Clients tab:**

1. Navigate to the client and click the options menu (⋯).
2. Click **Add entity**.
3. Fill out the entity profile (name, entity type) and click **Create entity**.

**From within the client's workspace:**

1. Go to the **Accounts** tab.
2. Click **Add Entity** in the top right.

Kick generates a standard (but completely customizable → see [Chart of Accounts](/setting-up/chart-of-accounts.md)) chart of accounts for the new entity based on the entity type you select.

{% hint style="info" %}
**Tip:** The bookkeeping start date you set during entity creation controls when transaction data begins syncing for connected accounts. This can be updated later from the Clients tab.
{% endhint %}

***

### Removing an entity

Deleting an entity permanently removes **all** associated data. Take this action with caution.

1. Go to the **Clients** tab.
2. Hover over the entity and click the options menu (⋯).
3. Click **Delete entity**.

Not all roles can delete entities. See [Permissions](/managing-clients/roles-and-permissions.md) for more.


---

# 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/managing-clients/entity-management/adding-and-removing-entities.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.
