> For the complete documentation index, see [llms.txt](https://docs.rox.com/development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rox.com/development/product/organization-level-configurations/propagating-configurations.md).

# Propagating Configurations

Propagation in Rox allows you to take the configurations of a model user and apply them to other users, ensuring consistency across your team. This guide will show you how to select a model user, choose target users, and apply propagated settings efficiently.

Navigate to Propagation by clicking on **your name** on the bottom left corner, clicking **Settings** and then clicking **Propagation** on the left column.

## How to Set Up Model Users (Propagation Source) and Target Users

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

1. Click **Select Model User** and select the user whose configuration you want to propagate from.
2. Under **Target Users**, you can add the users who will receive the propagated configuration in one of two ways:
   1. **Select Users Individually**:
      * Click **Select Target Users.**
        * Click on each user you would like to add.
   2. **Bulk Upload Users**:
      * Click **Bulk Upload**.
        * **Upload a CSV** with user emails, or **paste the emails** directly into the field.
        * Click **Import Users** to add them to your target list.

## How to Preview and Apply Changes

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

1. Preview the Propagation:
   * Under User, click **Select User** to preview the changes that will be applied.
2. Save and Propagate:
   * Click **Save Changes** to propagate the settings to your selected target users.

By using propagation in Rox, you can quickly align user configurations across your organization, saving time and ensuring everyone is set up with the right settings to succeed.


---

# 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.rox.com/development/product/organization-level-configurations/propagating-configurations.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.
