# Creating Your First Asset

Jump right in and create your first game asset by following one of our tutorials! We recommended you start with these tutorials first, as the other tutorials build off knowledge from these tutorials.

{% content-ref url="/pages/T6NL0v2SwwA0ABWxpM1T" %}
[Creating Static Meshes](/tutorials/creating-static-meshes.md)
{% endcontent-ref %}

{% content-ref url="/pages/W4iIHjyKff3Ou0UA0ZQO" %}
[Creating Static Collisions](/tutorials/creating-static-collisions.md)
{% endcontent-ref %}

{% content-ref url="/pages/sndikrXvJpLejzPudWB7" %}
[Creating Props](/tutorials/creating-props.md)
{% endcontent-ref %}

It's also highly recommended that you check out the documentation section. There you will find detailed information about each file type and how it is represented in Blender.

{% content-ref url="/pages/jjfq3GUVDJ5YgTlnOROP" %}
[Drawables (.ydr)](/documentation/drawables.ydr.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/getting-started/creating-your-first-asset.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.
