> For the complete documentation index, see [llms.txt](https://yourmaps.gitbook.io/yourmaps-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yourmaps.gitbook.io/yourmaps-docs/instalation-and-first-steps/basic-installation.md).

# Basic Installation

For most YourMAPS MLOs, maps, and props, the installation process is simple because they are Plug & Play:

1. Download the resource.
2. Unzip the folder.
3. Place the resource folder inside your server `resources` folder.
4. Add the resource to your `server.cfg`.
5. Restart your server.
6. Join the server and test the location in-game.

Example:

```cfg
ensure yourmaps_resource_name
```

Replace `yourmaps_resource_name` with the real resource folder name.

Make sure the name in your `server.cfg` matches the resource folder name exactly.

If the resource includes a `README`, `README_FIRST`, or installation notes, read them before starting the server.

***

### Important Notes

If the map does not load, check:

* The resource is correctly added to `server.cfg`
* The folder name was not changed
* The resource is starting without console errors
* You are not using another map in the same area
* You cleared cache after updating
* You read the README file included with the asset

If the issue continues, open a ticket on Discord and include the product name, resource folder name, screenshots or video, coordinates, and any server or F8 console errors.

***

### Support

* Questions or doubts: join the YourMAPS Discord.
* For personalized exterior/interior textures, custom buildings, or custom props: open a ticket on Discord.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://yourmaps.gitbook.io/yourmaps-docs/instalation-and-first-steps/basic-installation.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.
