> 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/other-notes/dashboard-migration.md).

# Dashboard Migration

To configure the new dashboard version, you should follow the following steps:

* Clone or download the latest version of the code repository.
* Replace old cartridges with new ones (*bm\_changeup* and *int\_chanageup\_sfra*).
  * Copy bm\_changeup cartridge and paste it in this path: *your-project- name/cartridges/bm\_changeup*
  * Copy int\_changeup\_sfra and paste it in this path: *your-project- name/cartridges/int\_changeup\_sfra*

Something like this should be the project structure:

<figure><img src="/files/qpGLRw6xrrk8uzocbWw1" alt=""><figcaption><p>Salesforce B2C Cartridge file structure.</p></figcaption></figure>

Once your code is uploaded to a sandbox, you will see the new dashboard:

**Business Manager > Merchant Tools > ChangeUp > Dashboard**

<figure><img src="/files/qDYCtNzmXdCkaP5Nxckv" 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/other-notes/dashboard-migration.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.
