# Package Content

Once you download the zipped folder from your Themeforest account and extract that. You will get the folder like below:

jumbo-react-v-4.x

Here **v-4.x** shows the version of the Jumbo React.

Inside this folder, you will receive following sub-folders and files:

* source

  This sub-folder contains the files of  Material Design, Material and React based version of Jumbo React powered by Material-UI and Reactstrap UI library.

* jumbo-jquery/<br>

  This sub-folder contains the files of pure BS4 and jQuery based version of Jumbo React.&#x20;

* next-js/

  This folder contains the next.js version of Jumbo React.  So, if you want to run the project in next.js , then you can use this folder.&#x20;

* starter-template/

  The code in this folder can be used as the starting point of the new project. It contains all the necessary components and settings required for the new project.

* starter-template-jwt-auth/

  This is another starter template code just as above one with one additional feature of authentication. This starter-template folder contains the JWT authentication service, you can use this to implement authentication process in your project.

* starter-template-without-auth/

  As the name suggests, this folder contains the code for the starting point of the new project without any authentication, so if you want to create a project that does not contain authentication feature, then this folder is ideal to start with.&#x20;

* build/<br>

  Build folder is used for offline demo or when the project needs to be deployed on the server.

* docs/

  This folder contains the html file that contains the link to online document of Jumbo React.

* PSDs/

  This folder contains the psd files of the screens.

* change-log.txt

  This file contains the information about the updates done in the Jumbo on timely basis. So, this text file tells you on which date, what updation was done in the Jumbo.


---

# 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-jumbo-react.g-axon.work/package-content.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.
