# Creating Props

### Prerequisite Knowledge

* Basic Blender skills
* Know how to either stream assets in a FiveM resource or load singleplayer mods

### What you will need

* A model with textures prepared

### You can follow this guide in the order below:

{% content-ref url="/pages/736WMU04X2JCkLPyJryI" %}
[Setting Up Sollumz Shaders](/tutorials/creating-props/setting-up-sollumz-shaders.md)
{% endcontent-ref %}

{% content-ref url="/pages/rqFVdu6nnmAOGAiFSiWc" %}
[Converting To Drawable](/tutorials/creating-props/converting-to-drawable.md)
{% endcontent-ref %}

{% content-ref url="/pages/2lrw02dWcLDIktaCM6XJ" %}
[Creating the Archetype (.ytyp)](/tutorials/creating-props/creating-the-archetype.md)
{% endcontent-ref %}


---

# 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/tutorials/creating-props.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.
