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

# Welcome to UniBlend

<figure><img src="/files/avNVkgwMkBPMIAqMyRV9" alt=""><figcaption></figcaption></figure>

**UniBlend** is a hand-crafted Blender add-on that contains an ever growing asset library containing Geometry Node configurations, materials, models, partical systems, and custom tools like our Shaderball!

###

### Why is this needed?

Blender is an amazing open source tool, and we love it! This is why we wish to open the doors a little wider and make the initial learning curve a little easier for newcomers. We plan on doing this by:

* Providing a Comprehensive Asset Library
* Streamlining Workflow with Pre-built Configurations
* Enhancing Material Creation
* Providing a Diverse Model Library
* Providing  Efficient Particle System Configurations


---

# 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://uniblend.gitbook.io/uniblend/introduction/welcome-to-uniblend.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.
