# Asset Creation

Asset Creation is an integral part of any digital experience from the characters that you control or interact with to the environments that they exist in.

Starting from scratch can be quite intimidating as there is quite a lot to learn, but as with any skill if you put the hours in you will be able to get to a solid foundation and certainly be able to make assets worthy of game or experience development.

The trick is the number of hours we expect it to take is significantly shorter than what it actually takes. It doesn't help that generally speaking everything has to be made in days....but in order to make something in days, you need to do the hours.

*Any* asset be it human made, AI Assisted, or completely AI generated will still need good direction in order to create the best assets possible which is an entire skill in itself.

That said, it's also just quite fun to make your own assets, and for that you need the skills to do so.  And that's what these docs are for.


---

# 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://themattempire.gitbook.io/documentation/asset-creation.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.
