> For the complete documentation index, see [llms.txt](https://docs.readonlyrest.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.readonlyrest.com/develop/examples/impersonation/impersonate-user-ui.md).

# Impersonating users

1. Open the ROR menu
2. Click the Edit security settings button

   ![Impersonate ror menu](/files/jwhdKl4fgZe88qgih96s)
3. Go into the Impersonate tab
4. You can free type impersonate. This button is available only in the situation when in some cases, the system is not able to receive all usernames. In this case, to impersonate, you need to type impersonating username manually.
5. You can add/edit user in a specific external auth mock service
6. You can impersonate a user and imitate his behavior and actions

   ![Impersonate tab](/files/ip0mbdR57wKoHUs9HDUw)
7. When an impersonation session is started correctly, the "impersonating" will be visible in the ROR menu as shown in the picture.
8. Click the Finish impersonation button to stop impersonation and go back into Impersonate tab

   ![Impersonate user](/files/EqK4dXsMcFTPclaGkl6N)


---

# 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:

```
GET https://docs.readonlyrest.com/develop/examples/impersonation/impersonate-user-ui.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.
