> For the complete documentation index, see [llms.txt](https://reblium.gitbook.io/reblium-studio-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://reblium.gitbook.io/reblium-studio-docs/about.md).

# About

## About Reblium Studio

**Reblium Studio** is a state-of-the-art character creation software designed to cater to the diverse needs of digital artists and developers. It provides a comprehensive suite of tools to create highly detailed and customizable digital characters. Our goal is to empower creators with powerful, intuitive, and versatile tools that make the character creation process seamless and enjoyable.

## About This Documentation

This documentation is your go-to resource for everything related to Reblium Studio. It is designed to help you navigate, set up, and utilize all the features of our platform effectively. Whether you are just getting started or looking to optimize your workflow, you'll find step-by-step guides, best practices, and troubleshooting tips here.

We are committed to continuously improving this documentation based on user feedback. If you have any suggestions or need further assistance, please contact us at <support@reblium.com> or join our community on Discord.

Reblium Studio : <https://www.reblium.com/studio>

End-User License Agreement ("Agreement"): <https://www.reblium.com/end-user-license-agreement>

Terms and Conditions: <https://www.reblium.com/termsandconditions>


---

# 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://reblium.gitbook.io/reblium-studio-docs/about.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.
