> For the complete documentation index, see [llms.txt](https://docs.adpage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adpage.io/accountmanagement/account-and-users/agency-add-a-user-to-a-client.md).

# Agency: Add a user to a client

Invite your client to their company's account in AdPage

As an agency you manage multiple companies from one AdPage account. In most cases your own team works in those environments, but there are situations where someone outside your agency needs access as well. Think of the client's own online marketer who wants to check the data, a developer who has to verify a tracking setup, or a new colleague at the client side who takes over the account.

For those situations you can invite people directly into a client's company. They get their own login and their own access to that specific company, so you never have to share credentials or pass around a single account. It also keeps things clean when someone leaves: you remove that one user instead of changing a password everyone knows.

{% stepper %}
{% step %}

### Log in to your agency account

Log in as an agency-user in [AdPage](https://data.adpage.io/auth/login)
{% endstep %}

{% step %}

### Open the settings of your client's company

In your Clients-overview click on the settings icon behind the company you want to invite a new member to.

<figure><img src="https://1908438300-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvuyv7mcuSvQb9yTkzfeA%2Fuploads%2FbaKtsMQFvvgcXbJKvf9T%2Fimage.png?alt=media&amp;token=90f41c3f-71e4-422a-8902-0bb1f891be9f" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Invite a member

You are able to invite another member to the company in the **Invite mebmer** section.

<figure><img src="https://1908438300-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvuyv7mcuSvQb9yTkzfeA%2Fuploads%2FxVFDQqPgBAnGcTpvLr9F%2Fimage.png?alt=media&amp;token=1e8cc175-4e11-49ef-be09-a28ff810570d" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### After the invitation

Until the invitation is accepted, the person does not have access yet. If they say they never received anything, ask them to check their spam folder first and confirm that you used the correct email address. If needed you can simply send the invitation again.


---

# 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://docs.adpage.io/accountmanagement/account-and-users/agency-add-a-user-to-a-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.
