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

# FAQ

<details>

<summary>How can i get an update?</summary>

You can get the update in your purchase dashboard.

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

</details>

<details>

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

When you're ready to upgrade the product package, please [contact us](https://support.phoenixcoded.net/) for a discount code. Once you have the code, follow these steps:

1. Select the product package to upgrade.
2. Enter the discount code ([contact us](https://support.phoenixcoded.net/) to receive it).
3. Complete the payment.
4. You're all set!

</details>

<details>

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

Licenses are valid as per MUI policy. Please check the product description page of the MUI store [here](https://mui.com/store/).

</details>

<details>

<summary><strong>How can I get help?</strong></summary>

Check the [support ](/saasable/support.md)page.

</details>

<details>

<summary>What is not cover under support?</summary>

Check the [support](/saasable/support.md) page

</details>

<details>

<summary>Why my development mode is slow?</summary>

Many factors affect slow development, like system configuration, the size of components in the project, and third-party package issues.

Next JS slow in dev: <https://github.com/vercel/next.js/issues/48748>

We recommend going with the seed version to get started with your project.

</details>

<details>

<summary>Are you available for custom work?</summary>

Custom works are subject to availability and project scope. Please reach out to **<phoenixcoded@gmail.com>** with the following:

**Subject: Inquiry for custom work via MUI SaasAble**

Add the following description to the body:

* Requirements (Doc, image, videos if any)
* Budget?
* Expected timeline?
* Your availability with timezone?
* Do you need Figma changes?
* Any other thoughts

</details>

<details>

<summary>How to share review to MUI?</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 **SaasAble** in the same browser:\
   [SaasAble – Multipurpose UI Kit & Dashboard](https://mui.com/store/items/saasable-multipurpose-ui-kit-and-dashboard/)
3. You will see a button to write a review. Click it and share your feedback!

   <figure><img src="/files/GeyhEaS6EyHXb6tnJfFg" 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>

For more detailed FAQs on licensing, please check here:&#x20;

{% content-ref url="/pages/fCkGstMfuNSjOjuyzRXg" %}
[Licensing](/saasable/licensing.md)
{% endcontent-ref %}


---

# 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://phoenixcoded.gitbook.io/saasable/faq.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.
