> For the complete documentation index, see [llms.txt](https://docs-jumbo-react.g-axon.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-jumbo-react.g-axon.work/settings/untitled.md).

# Template Setting

Jumbo React can be customized on the basis of many parameters like Layout, color combinations, language, RTL etc.

In order to customize the template, following files need to be used :-

* Customizer - `src/containers/Customizer`

  This folder contains all the coding related to template setting. It contains the code of customizer bar that you see on the template, so all the options present in the customizer bar in the template are managed from this folder.

* Settings - `src/reducers/Settings.js`

  This file contains the initial values of all the customizer options like layout style and type,  template color, RTL, template mode etc. so if you need to set the default value of any customizer option, you can make the necessary changes in this file.

* constants - `src/constants`

  This folder contains some constants related to values of setting parameters. In order to change the initial look and feel, you need to get the options of values, these options can be found in this folder.&#x20;

In these files, you can see all the available options for the particular parameter and can make the required changes.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs-jumbo-react.g-axon.work/settings/untitled.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
