# Creating Interiors

When making an interior there are about 9 steps to take.

* Picking a building
* Importing from CodeWalker
* Planning
* Modeling
  * Interior
    * Decals
    * Other props
  * Exterior
    * Decals
    * Other props
  * Modifying terrain
  * Create the ybn
* Texturing
  * Vertex coloring
* Collision
* Creating ytyp
  * Rooms/Portals
* Exporting from Blender
* Creating ymap

{% hint style="warning" %}
This is not the only order to make an interior every step, can be made when you want to or are ready to. Every step is as a tutorial in the headline in itself.
{% endhint %}

## Prerequisite Knowledge

* Basic Blender skills ([This is a great place to start](https://www.youtube.com/playlist?list=PLjEaoINr3zgFX8ZsChQVQsuDSjEqdWMAD))
  * There will be some tips in this tutorial
* Know how to either stream assets in a FiveM server or load mods into the base-game

This tutorial is a minimal way to make an interior, so I will not go over things like making doors and moving objects this is purely how to make an interior.

Let's start at the beginning and pick a building you want to make an interior in.


---

# 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-interiors.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.
