> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/getting-started-agencies/agency-dashboard/create-a-new-company-for-your-client.md).

# Create a new company for your client

{% hint style="info" %}
**Note:** If you create a company from the Agency Dashboard, other users (your colleagues) in the Agency Dashboard will have access to it.
{% endhint %}

1. Go to your **Agency Dashboard**.
2. Click **Create new company**.

<figure><img src="/files/5e85d652f8b0eb20ab2c264f8c95c94faf7f9b84" alt=""><figcaption></figcaption></figure>

3. In the pop up, add the:
   1. **Company name**
   2. **Country**
   3. **Telephone number**
4. Click **Continue**. Your partner code will be automatically filled in.

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

Later you can decide if you want to [invite your client](/account-billing/manage-your-account-and-settings/manage-user-roles-in-a-channable-account.md) to have access to the company.


---

# 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://helpcenter.channable.com/get-started/getting-started-agencies/agency-dashboard/create-a-new-company-for-your-client.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.
