# Impersonate

When building your system of permissions, it can get tricky to know what can each of your users view and access or reproduce some access control issues that could block them.

To help **Team Owners** configure and troubleshoot the access control settings of their [Team users](/team/what-is-a-team.md), an **Impersonate** functionality is available in the [Access Management settings page](/organisation/manage-access-to-your-organisation.md) of each organisation.

{% hint style="info" %}
For security reasons, **only the Team Owners** has access to this Impersonate functionality. Regular Users of the Team can't impersonate each others.
{% endhint %}

<figure><img src="/files/7Lq8jM1JQeRMGR9CY0cx" alt=""><figcaption></figcaption></figure>

When clicking on the **Impersonate** button, you are automatically redirected to the Organization picker as if you were the Impersonating user. You have the same level of access that they have and any actions done in their name will be accounted for the Impersonated User.

A message at the top of the screen will remind you at all time that you are not using your own account but rather using the one of the Impersonated User.

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


---

# 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.whaly.io/team/impersonate.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.
