# Overview

- [Crema CRA Overview](https://docs.cremawork.com/v-4-cra/overview/crema-cra-overview.md): Crema CRA is available with react-scripts-5.0.1. It's also available in both Typescript and Javascript
- [Folder Structure](https://docs.cremawork.com/v-4-cra/overview/folder-structure.md): Crema has a vast and professional folder structure
- [@crema](https://docs.cremawork.com/v-4-cra/overview/folder-structure/crema.md): Crema is the main directory of the Crema Template
- [assets](https://docs.cremawork.com/v-4-cra/overview/folder-structure/assets.md): Crema have a assets directory to have all assets on a sigle place
- [modules](https://docs.cremawork.com/v-4-cra/overview/folder-structure/modules.md)
- [style](https://docs.cremawork.com/v-4-cra/overview/folder-structure/style.md)
- [Package.json](https://docs.cremawork.com/v-4-cra/overview/package-json.md)
- [MUI+CRA](https://docs.cremawork.com/v-4-cra/overview/package-json/mui+cra.md): Crema package.json file of the source variant(Context APIs)
- [MUI+Next.js](https://docs.cremawork.com/v-4-cra/overview/package-json/mui+next.js.md): Crema package.json file of the source variant(Context APIs)
- [MUI+CRA+TS](https://docs.cremawork.com/v-4-cra/overview/package-json/mui+cra+ts.md): Crema package.json file of the source variant(Context APIs)
- [MUI+Next.js+TS](https://docs.cremawork.com/v-4-cra/overview/package-json/mui+next.js+ts.md): Crema package.json file of the source variant(Context APIs)
- [Antd+CRA](https://docs.cremawork.com/v-4-cra/overview/package-json/antd+cra.md): Crema package.json file of the source variant(Context APIs)
- [Antd+Next.js](https://docs.cremawork.com/v-4-cra/overview/package-json/antd+next.js.md): Crema package.json file of the source variant(Context APIs)
- [Antd+CRA+TS](https://docs.cremawork.com/v-4-cra/overview/package-json/antd+cra+ts.md): Crema package.json file of the source variant(Context APIs)
- [Antd+Next.js+TS](https://docs.cremawork.com/v-4-cra/overview/package-json/antd+next.js+ts.md): Crema package.json file of the source variant(Context APIs)
- [GitHub Access](https://docs.cremawork.com/v-4-cra/overview/github-access.md)
- [Slack Community](https://docs.cremawork.com/v-4-cra/overview/slack-community.md): Connect with a community of technical professionals working together to ship high-quality. Share your idea and insights, for inspiration collaboration, and great results.
- [Figma File](https://docs.cremawork.com/v-4-cra/overview/figma-file.md): Crema Free Figma file.


---

# 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-4-cra/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.
