# Merge With Project

You may need to go into View Options and make sure "Show Plugin Content, and Show Engine Content is checked"

### Parenting GameMode

You will need to open your own gamemode and go to Class Settings, and click Parent Class and search for RWSManagerGameMode then after you have parented you will need to copy some code into your own. `RWSManager Content > Manager > Common > Game > GameGameMode` Then back in your gamemode paste the code you found in the GameGameMode then on Event Begin Play right click and click "Add call to parent function" you will also need to do the same if you have any of these events in your gamemode **Pre Login, Begin Play, Post Login, and Logout.**

<figure><img src="/files/ZxBNW7dJng4wWcWbFCJG" alt=""><figcaption></figcaption></figure>

### Adding GameMode Events

* OnBeforeServerStart (This is when the server is starting and you wanna load all ur data before users actually join.)
* OnServerStarted (This is when the server has been posted and ready for users.)
* OnServerError (This is when any errors occur)
* OnMatchmakingPlayerJoined (When a player joins you can also get there custom matchmaking data)

<figure><img src="/files/GtGJzTpp5YPqKUeCYrM2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6m12Jc9Kjz1921O7Is9k" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FmBHuvPOt6QZny8eSqzr" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/kUYsk1vcm72DuXgdC7e8" alt=""><figcaption></figcaption></figure>


---

# 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/merge-with-project.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.
