# Wisej.NET Theme Builder

## Wisej.NET Theme Builder

- [Introduction](https://docs.wisej.com/theme-builder/welcome/welcome.md): Welcome to Wisej.NET Theme Builder
- [Edit a Theme](https://docs.wisej.com/theme-builder/getting-started/edit-a-theme.md)
- [Edit a Mixin](https://docs.wisej.com/theme-builder/getting-started/edit-a-mixin.md)
- [Create New Theme](https://docs.wisej.com/theme-builder/getting-started/create-new-theme.md)
- [Layout](https://docs.wisej.com/theme-builder/concepts/layout.md)
- [Tips & Tricks](https://docs.wisej.com/theme-builder/concepts/tips-and-tricks.md)
- [Main Window](https://docs.wisej.com/theme-builder/user-interface/main-window.md)
- [Preview](https://docs.wisej.com/theme-builder/user-interface/preview.md)
- [Browser](https://docs.wisej.com/theme-builder/user-interface/browser.md)
- [Images](https://docs.wisej.com/theme-builder/user-interface/images.md)
- [Source Editor](https://docs.wisej.com/theme-builder/user-interface/source-editor.md)
- [Color Picker](https://docs.wisej.com/theme-builder/user-interface/color-picker.md)
- [Image Picker](https://docs.wisej.com/theme-builder/user-interface/image-picker.md)
- [Font Picker](https://docs.wisej.com/theme-builder/user-interface/font-picker.md)
- [CSS Editor](https://docs.wisej.com/theme-builder/user-interface/css-editor.md)
- [Export/Import Images](https://docs.wisej.com/theme-builder/user-interface/export-import-images.md): You can export and import all the images used in the theme with one operation. This functionality allows graphic designers to work on the icons independently.
- [Elements](https://docs.wisej.com/theme-builder/theme-elements/elements.md)
- [Colors](https://docs.wisej.com/theme-builder/theme-elements/colors.md)
- [Images](https://docs.wisej.com/theme-builder/theme-elements/images.md)
- [Fonts](https://docs.wisej.com/theme-builder/theme-elements/fonts.md)
- [Appearances](https://docs.wisej.com/theme-builder/theme-elements/appearances.md)
- [Stylesheet](https://docs.wisej.com/theme-builder/theme-elements/stylesheet.md)
- [States](https://docs.wisej.com/theme-builder/theme-elements/states.md)
- [Styles](https://docs.wisej.com/theme-builder/theme-elements/styles.md)
- [Properties](https://docs.wisej.com/theme-builder/theme-elements/properties.md)
- [Settings](https://docs.wisej.com/theme-builder/theme-elements/settings.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.wisej.com/theme-builder/welcome/welcome.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.
