> For the complete documentation index, see [llms.txt](https://support.totalcoach.com/coaches/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.totalcoach.com/coaches/support-for-coaches-organisations/welcome-to-totalcoach-support/manage-clients/add-new-client-categories.md).

# Add new client categories

Use the client categories to invite multiple clients to book your services. For example: create a "Juniors" category and tag all of your juniors to invite them to a holiday program or create a "Private" category and invite all of your one-on-one clients to book their private lessons.&#x20;

1. Go to the **Settings** cog and click on **Client categories**.&#x20;

   <figure><img src="/files/NCaxS8CEzxFbDzdQrLAw" alt=""><figcaption></figcaption></figure>
2. Click on the green **+ Add category** button.&#x20;

   <figure><img src="/files/YUnKX4zGpNgiWN18DFSr" alt=""><figcaption></figcaption></figure>
3. Input your **Category name** and **Choose** a **colour** for this category. Here you can also select **Clients** to be allocated to this client category. Then click **Save**.&#x20;

   <figure><img src="/files/WM1XDmOky8htHDsaTMYg" alt=""><figcaption></figcaption></figure>
4. You can search your **client list** by filtering client categories.

   <figure><img src="/files/42PglRVdCq4V5pDQXBTc" alt=""><figcaption></figcaption></figure>
5. When adding a lesson, you can search and filter by **client category** and invite all the categories or just the client(s) you want for this lesson. If you tick 2 categories, it will filter and provide the clients who match both categories.

   <figure><img src="/files/YCFPgMVOW4P7utvu9igt" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.totalcoach.com/coaches/support-for-coaches-organisations/welcome-to-totalcoach-support/manage-clients/add-new-client-categories.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
