> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/berry/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/berry/support/faq.md).

# FAQ

<details>

<summary>How can I get the updated package?</summary>

You can get the update in your purchase dashboard.

1. If you are **already** logged in:&#x20;
   * Select the tab: Downloads
2. If you **haven't** logged in yet
   * Login here: <https://material-ui.com/store/sign-in/>
   * In your menu dropdown account select: Download history

</details>

<details>

<summary>How can I upgrade my license?</summary>

Yes, you can do that. When you intend to upgrade the product package, please [contact us](https://codedthemes.support-hub.io/), and we will provide you with a **discount code** to reduce your previous/lower license cost.

After having a discount code, you can follow the steps below to apply:

1. Select your concern license from the [product page](https://mui.com/store/items/berry-react-material-admin/).
2. Enter discount code
3. Payment
4. Done

</details>

<details>

<summary>How long is my license valid?</summary>

After successfully purchasing the product, you get 6 months of technical support and free updates for 1 yea&#x72;**.**

Once the license has expired you will no longer be able to receive new updates from us. And you need to renew or purchase a new license to receive updates.

[Contact us](https://codedthemes.support-hub.io) if you want to renew your license.

</details>

<details>

<summary>What is a minimal/seed Version?</summary>

The minimal version is the small subset of the theme that is used to demonstrate its core features and functionality. The key features demonstrated are:

1. Theme
2. Layout
3. Axios
4. Error Handling
5. Redux
6. Forms
7. Authentication
8. Pages
9. Components

</details>

<details>

<summary>How to share review to MUI store?</summary>

We truly appreciate your interest in sharing a review! Please follow the steps below to submit your feedback on MUI:

1. **Log in to the MUI Store** using the same credentials you used at the time of purchase: [MUI Store Login](https://mui.com/store/sign-in/)
2. After a successful login, open **Berry** in the same browser: <https://mui.com/store/items/berry-react-material-admin/>
3. You will see a button to write a review. Click it and share your feedback!

   <figure><img src="/files/2Ml8sknrdlsulY9xM5QP" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
You can only leave a review if logged into your MUI account.
{% endhint %}

Thanks again for your time and support! 😊

</details>

###


---

# 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://codedthemes.gitbook.io/berry/support/faq.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.
