# Overview

- [Crema Overview](https://docs.cremawork.com/v-4/overview/crema-overview.md): Crema is available in the Next js and CRA(create-react-app).  Crema is also available in both Typescript and Javascript
- [Dependency Graph](https://docs.cremawork.com/v-4/overview/dependency-graph.md): There are some depenedency of the crema
- [Folder Structure](https://docs.cremawork.com/v-4/overview/folder-structure.md): Crema has a vast and professional folder structure
- [apps](https://docs.cremawork.com/v-4/overview/folder-structure/apps.md)
- [source](https://docs.cremawork.com/v-4/overview/folder-structure/apps/source.md)
- [source-e2e](https://docs.cremawork.com/v-4/overview/folder-structure/apps/source-e2e.md): Inbuilt Cypress 2e2 Testing
- [libs](https://docs.cremawork.com/v-4/overview/folder-structure/libs.md)
- [components](https://docs.cremawork.com/v-4/overview/folder-structure/libs/components.md): Componets is the main library for the Crema Template's components
- [constants](https://docs.cremawork.com/v-4/overview/folder-structure/libs/constants.md): Its contains all the reusable constants of the app
- [context](https://docs.cremawork.com/v-4/overview/folder-structure/libs/context.md): It's contains the contexts of the app
- [helpers](https://docs.cremawork.com/v-4/overview/folder-structure/libs/helpers.md): Its contains all helper functions of the app
- [hooks](https://docs.cremawork.com/v-4/overview/folder-structure/libs/hooks.md): Its contains all hooks functions of the app
- [mockapi](https://docs.cremawork.com/v-4/overview/folder-structure/libs/mockapi.md): Its contains the app fake DB and mock APIs of the app
- [modules](https://docs.cremawork.com/v-4/overview/folder-structure/libs/modules.md): Its contains all the reusable modules of the app
- [services](https://docs.cremawork.com/v-4/overview/folder-structure/libs/services.md): Its contains all the basic services like auth and localization of the app
- [Package.json](https://docs.cremawork.com/v-4/overview/package-json.md)
- [MUI+CRA](https://docs.cremawork.com/v-4/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/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/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/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/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/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/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/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/overview/github-access.md)
- [Slack Community](https://docs.cremawork.com/v-4/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/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/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.
