# Welcome

Thank you for using Sollumz, the only GTA V modding suite for Blender!

### Prerequisite Knowledge

* A basic understanding of Blender and 3D modeling. ([This is a great place to start](https://www.youtube.com/playlist?list=PLjEaoINr3zgFX8ZsChQVQsuDSjEqdWMAD))
* A basic understanding of modding in GTA V including using CodeWalker.

### Requirements

* Blender 4.0 or later - [blender.org](http://www.blender.org/download/)
* Latest version of CodeWalker found in #releases channel. [Download](https://discord.com/invite/codewalker)

### Reporting Bugs and Making Feature Requests

If you think you've found a bug or you wish to request a feature, please use the [issue tracker on GitHub](https://github.com/Sollumz/Sollumz/issues). Be sure you extensively troubleshoot the issue first to ensure a bug is actually present.

### **Our Community**

Join the [discord](https://discord.gg/bZuWBWaQBg) and be a part of our growing community!


---

# 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.sollumz.org/readme.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.
