# Server Building

### Build For Dedicated Server

Build your project for a dedicated server. If you don't know how to create a dedicated server you can follow this [guide](https://docs.unrealengine.com/5.1/en-US/setting-up-dedicated-servers-in-unreal-engine/) make sure you change it to the engine version you are on found on the top left of the guide.

### Now Assign Maps

Now you need to assign the maps that the server manager can open can be found by opening the server manager then going to Settings and then click on the Plus sign next to Map List then you will need to put the exact map name its case sensitive.


---

# 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.reversewinterstudios.com/plugins/server-manager/usage/server-building.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.
