> For the complete documentation index, see [llms.txt](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard.md).

# Using Code-Wizard&#x20;

- [Create Projects](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/create-projects.md): In Code-Wizard, you can create web applications by creating Projects. You can create back end applications and  front end applications alone and also both for an entire application.
- [How to create a back-end web application](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/create-projects/how-to-create-a-back-end-web-application.md)
- [How to create a front-end web application](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/create-projects/how-to-create-a-front-end-web-application.md)
- [How to create entire project in single go](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/create-projects/how-to-create-entire-project-in-single-go.md)
- [Web-Development Framework Project](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/create-projects/web-development-framework-project.md): MERN stack LAMP and similar web development framework suite allows you to create projects in single click...
- [How to create both front\&back end projects](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/create-projects/how-to-create-both-front-and-back-end-projects.md): coming soon....
- [Front-end TechStack](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/front-end-techstack.md): This page helps you understand what is supported and what is not and build your React Application
- [React](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/front-end-techstack/react.md): Choose React technology as your front end technology from the technology suite and build your front end application.
- [Supported Features](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/front-end-techstack/react/supported-features.md)
- [OpenUI5](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/front-end-techstack/openui5.md)
- [Html](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/front-end-techstack/html.md)
- [Angular](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/front-end-techstack/angular.md)
- [Flutter](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/front-end-techstack/flutter.md)
- [Vue JS](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/front-end-techstack/vue-js.md)
- [Back-end TechStack](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/back-end-techstack.md)
- [Spring OData](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/back-end-techstack/spring-odata.md): Make your designs into Spring OData (back end) applications using Code-Wizard's OData template With no more time than it takes to brew your coffee, you can build your app and say good bye to months of
- [Supported Features](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/back-end-techstack/spring-odata/supported-features.md): Spring OData Supported features
- [Spring Boot](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/back-end-techstack/spring-boot.md): coming soon....
- [Servlet](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/back-end-techstack/servlet.md): coming soon....
- [Python](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/back-end-techstack/python.md): coming soon....
- [NodeJS](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/back-end-techstack/nodejs.md): coming soon....
- [Blockchain](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/back-end-techstack/blockchain.md): coming soon....
- [Templates-Screens](https://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard/templates-screens.md)


---

# 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://replicacia-technologies-pvt-ltd.gitbook.io/code-wizard-documentation/using-code-wizard.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.
