> For the complete documentation index, see [llms.txt](https://docs.charted.com/ap-automation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.charted.com/ap-automation/charted-faqs/platform/how-do-i-enable-the-new-charted-user-interface-experience.md).

# How do I enable the new Charted user interface experience?

Charted is rolling out a redesigned user interface (UI), and we've invited a group of customers to try it ahead of the broader release later this summer. The new experience features refreshed menus, a snappier interface, and a cleaner navigation layout that maximizes screen real estate, so you can stay focused on the task at hand instead of scrolling. It also lays the groundwork for several upcoming features (stay tuned!).

### Who can try the new UI?

Access is limited to invited customers during this opt-in period. If your organization has been invited, individual users can choose to switch to the new UI whenever they're ready. The opt-in is user-specific, so each teammate can decide independently, and anyone can switch back to the previous UI at any time.

### How to enable the new UI

1. Navigate to Charted › AP Automation › Home
2. Click the **Try the new Charted look** button in the upper right of Charted.

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

### How to switch back to the previous UI

1. Navigate to Charted › AP Automation › Home
2. Click the arrows icon in the upper right of Charted. You'll be asked for a quick piece of feedback before switching back.

Your feedback during this opt-in period helps us refine the new experience before the broader rollout, so please share anything that didn't work the way you expected.

### Trying out the new UI in Sandbox

You can also try the new UI in your organization's Sandbox account if you have been granted access. Before you do, the Charted SuiteApp must be updated to the latest version:

1. In NetSuite, go to **SuiteApps** as an Administrator.
2. Search for **Charted**.
3. Click **Upgrade**.
4. Once the upgrade is complete, follow the steps above to enable the new UI.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.charted.com/ap-automation/charted-faqs/platform/how-do-i-enable-the-new-charted-user-interface-experience.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
