# Wieldy

## V2.x

- [Overview](https://docs-wieldy.g-axon.work/wieldy/master.md): An overview about Wieldy - Admin Dashboard
- [Package Content](https://docs-wieldy.g-axon.work/wieldy/package-content.md)
- [Environment Setup](https://docs-wieldy.g-axon.work/wieldy/installation-and-setup/environment-setup.md)
- [Project Setup](https://docs-wieldy.g-axon.work/wieldy/installation-and-setup/project-setup.md): Steps to setup the project on the system.
- [Folder Structure](https://docs-wieldy.g-axon.work/wieldy/structure/folder-structure.md)
- [Layouts](https://docs-wieldy.g-axon.work/wieldy/structure/layouts.md)
- [Template Settings](https://docs-wieldy.g-axon.work/wieldy/settings/template-settings.md)
- [Customizing Layout](https://docs-wieldy.g-axon.work/wieldy/settings/customizing-layout-1.md)
- [Layout Type](https://docs-wieldy.g-axon.work/wieldy/settings/customizing-layout-1/layout-type.md)
- [Navigation Style](https://docs-wieldy.g-axon.work/wieldy/settings/customizing-layout-1/navigation-style.md)
- [Updating Color Scheme](https://docs-wieldy.g-axon.work/wieldy/settings/updating-color-scheme.md)
- [Fonts](https://docs-wieldy.g-axon.work/wieldy/settings/fonts.md): Setting up a font for your project
- [Updating Template Mode](https://docs-wieldy.g-axon.work/wieldy/settings/updating-template-mode.md)
- [RTl Support](https://docs-wieldy.g-axon.work/wieldy/settings/rtl-support.md): Setup RTL support
- [Defining New Route](https://docs-wieldy.g-axon.work/wieldy/settings/defining-new-route.md)
- [Adding New Language](https://docs-wieldy.g-axon.work/wieldy/settings/adding-new-language.md)
- [Firebase Integration](https://docs-wieldy.g-axon.work/wieldy/settings/firebase-integration.md)
- [Project Setup](https://docs-wieldy.g-axon.work/wieldy/next-js/project-setup.md): Steps to setup the next.js version of project
- [Folder Structure](https://docs-wieldy.g-axon.work/wieldy/next-js/project-setup/folder-structure.md)

## V4.x - NextJS

- [About Wieldy NextJS](https://docs-wieldy.g-axon.work/about-wieldy-nextjs.md): Wieldy 7.x | NextJS 14.x | App Router | Ant Design
- [Get Access to wieldy](https://docs-wieldy.g-axon.work/get-started/get-access-to-wieldy.md): Know how to get the latest version of Wieldy NextJS and set that up
- [Package Content](https://docs-wieldy.g-axon.work/get-started/package-content.md): Unboxing Wieldy 4.x downloaded from themeforest.net
- [Project Setup](https://docs-wieldy.g-axon.work/get-started/project-setup.md): How to install Wieldy 4 NextJS version
- [Folder Structure](https://docs-wieldy.g-axon.work/structure/folder-structure.md)
- [Theme](https://docs-wieldy.g-axon.work/structure/theme.md): Change the look and feel of your web app as per your design
- [Layout](https://docs-wieldy.g-axon.work/structure/layout.md): Use pre-defined layouts in Wieldy or create your own customized one
- [AppProvider](https://docs-wieldy.g-axon.work/components/appprovider.md)
- [WieldyTheme](https://docs-wieldy.g-axon.work/components/wieldytheme.md)
- [WieldyLayout](https://docs-wieldy.g-axon.work/components/wieldylayout.md)

## V4.x - Vite

- [About Wieldy Vite](https://docs-wieldy.g-axon.work/v4.x-vite/about-wieldy-vite.md): Wieldy 4.x | Vite 6.x  | React Router Dom 6.x | Ant Design
- [Get Access to wieldy](https://docs-wieldy.g-axon.work/v4.x-vite/get-started/get-access-to-wieldy.md): Know how to get the latest version of Wieldy NextJS and set that up
- [Package Content](https://docs-wieldy.g-axon.work/v4.x-vite/get-started/package-content.md): Unboxing Wieldy 4.x downloaded from themeforest.net
- [Project Setup](https://docs-wieldy.g-axon.work/v4.x-vite/get-started/project-setup.md): How to install Wieldy 4 Vite version
- [Folder Structure](https://docs-wieldy.g-axon.work/v4.x-vite/structure/folder-structure.md)
- [Theme](https://docs-wieldy.g-axon.work/v4.x-vite/structure/theme.md): Change the look and feel of your web app as per your design
- [Layout](https://docs-wieldy.g-axon.work/v4.x-vite/structure/layout.md): Use pre-defined layouts in Wieldy or create your own customized one
- [AppProvider](https://docs-wieldy.g-axon.work/v4.x-vite/components/appprovider.md)
- [WieldyTheme](https://docs-wieldy.g-axon.work/v4.x-vite/components/wieldytheme.md)
- [WieldyLayout](https://docs-wieldy.g-axon.work/v4.x-vite/components/wieldylayout.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs-wieldy.g-axon.work/about-wieldy-nextjs.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.
