> 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/request-access-to-existing-companies.md).

# Request access to existing companies

Imagine you have just signed a new client and they already have a company in Channable. To request access to that Company through your Agency Dashboard, follow these steps:

{% stepper %}
{% step %}

### Request new access

On the main page of your Agency Dashboard, click **Request new access**.

<figure><img src="/files/839b4bacafc04d55a03f4c02904c03201169ced8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Generate request link

On the next page, click **Generate request for access link**.

<figure><img src="/files/c667e16f1fcf60dde83ee1c9b9dacab93fd68458" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Send link to the company's Owner

Make sure to send the link to the email address of the person with the **Owner** role of the company. Learn more about [user roles](/account-billing/manage-your-account-and-settings/manage-user-roles-in-a-channable-account.md).
{% endstep %}

{% step %}

### Client grants access

Your client should open the link, select the Channable company they wish to give you access to, and click **Grant access**.<br>

<figure><img src="/files/d8226fccd885bd676ce34094498a865e3b362ea4" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Company shows in your Agency Dashboard

Once access has been granted, the Channable company will automatically appear in your Agency Dashboard. All agency users will immediately have access to the new company, so there's no need to add them manually.
{% endstep %}
{% endstepper %}


---

# 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/request-access-to-existing-companies.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.
