> For the complete documentation index, see [llms.txt](https://docs.changeup.com/salesforce/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.changeup.com/salesforce/salesforce-b2c-commerce/cartridge-installation/cartridge-paths-and-permissions.md).

# Cartridge Paths and Permissions

### bm\_changeup

1. Put a reference to the **bm\_changeup** cartridge in the Business Manager cartridge path.

### int\_changeup\_sfra

1. Put a reference to the **int\_changeup\_sfra** cartridge in the cartridge path of the site(s) the cartridge will be enabled for.
   1. **Example**: app\_custom\_storefront:<mark style="color:green;">**int\_changeup\_sfra:app\_storefront\_base**</mark> \
      Ensure the reference is to the left of the SFRA base cartridge’s entry on the path.
2. Put a reference to the int\_changeup\_sfra cartridge in the Business Manager cartridge path.&#x20;
   1. **Example**: <mark style="color:green;">**bm\_changeup:int\_changeup\_sfra:bm\_app\_storefront\_base**</mark>

### Business Manager Module Permissions

1. Navigate to **Administration > Organization > Roles & Permissions**, click the role that will be using the dashboard to configure ChangeUp. (**Administrator** for example)

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

2. Click on the **Business Manager Module** tab
3. In the Select Context modal, select the sites that will be using ChangeUp, and click **Apply**.

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

4. Select the **Write** checkbox for the **ChangeUp > Dashboard** module and click **Update**.

<figure><img src="/files/0vyvig0WBur3SdtCZs4t" alt=""><figcaption></figcaption></figure>


---

# 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.changeup.com/salesforce/salesforce-b2c-commerce/cartridge-installation/cartridge-paths-and-permissions.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.
