> 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/test-settings-ui.md).

# Creating Test Settings

For impersonation to work, some valid Test Settings should be created and saved. It's important that the main ROR setting will be unaffected, so you, as an admin/user don't need to worry that you will break something. Here is how to write test settings:

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

   ![Test settings ror menu](/files/jwhdKl4fgZe88qgih96s)
3. Go into the Test settings tab
4. You can set the "time to live" (TTL), which is a time interval after which the test settings will be automatically deactivated and impersonation session will also abruptly exit
5. You can load current settings as test settings
6. You can deactivate settings manually
7. You can save test settings as settings

   ![test settings tab](/files/B7wOOrFRlS8iPKxlV7cY)

Read more about [configuring impersonation in the ROR settings](/develop/kibana/impersonation.md#creating-rors-test-settings).


---

# 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/test-settings-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.
