# Crema Overview

When you get the Crema template from Themeforest, you will get a zip folder from Themeforest. Upon extracting the content of the zip folder, you will get the following content in Crema 3.x.x<br>

**1. MUI :-**  In this folder, you will get the [MUI](https://mui.com/) based template with the [nextjs ](https://nextjs.org/)and [cra](https://reactjs.org/docs/create-a-new-react-app.html). This folder contains the following subfolders. Check out the demo [here](https://cra.cremawork.com/).

* **source-context:** In this folder, you will get the source code of **CRA** version purely context API based.
* **nextjs-context:** In this folder, you will get the source code of **next-js** version purely context API based.
* **source:** In this folder, you will get the source code of **CRA** version.&#x20;
* **source-ts:** In this folder, you will get the **TypeScript** code of **CRA** version.
* **nextjs:** In this folder, you will get the source code of **next-js** version.&#x20;
* **nextjs-ts:** In this branch, you will get the **TypeScript** code of **next-js** version.
* **starter-kit-source-ts:** In this folder, you will get the **TypeScript starter-kit** of **CRA** version.
* **starter-kit-source:** In this folder, you will get the **starter-kit** of **CRA** version.
* **starter-kit-nextjs:** In this folder, you will get the **starter-kit** of **next-js** version.

**2. ANT:-**  In this folder, you will get the [Ant Design ](https://ant.design/)based template with the [cra](https://reactjs.org/docs/create-a-new-react-app.html).This folder contains the following subfolders.  Check out the demo [here](https://ant-cra.cremawork.com/).

* **source-styled:** In this folder, you will get the source code with **antd 5 +Context API**.
* **source:** In this folder, you will get the source code.
* **starter-kit-source:** In this folder, you will get the **starter-kit**.<br>

**3. BS5:-**  In this folder, you will get the [React bootstrap](https://react-bootstrap.github.io/) based template with the [cra](https://reactjs.org/docs/create-a-new-react-app.html).This folder contains the following subfolders. Check out the demo [here](https://bs-cra.cremawork.com/)

* **source:** In this folder, you will get the source code, here is the [demo](https://bs-cra.cremawork.com/)

**4. servers:-** In this directory, you will found the following backend servers, These sever has auth APIs .

* **Mongoose**
* **Laravel**
* **Python**

**5.  build:-** this folder contains the offline demo of Crema MUI. You can check this by using the following commands&#x20;

```
yarn global add serve
serve -s build
```


---

# Agent Instructions: 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.cremawork.com/v-3/overview/crema-overview.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.
