# Server Management

- [Advertising](https://docs.ember.host/server-management/advertising.md): How to get more players on your server!
- [Binary Search](https://docs.ember.host/server-management/binary-search.md): Troubleshooting when an unexpected issue occurs!
- [BungeeCord Network](https://docs.ember.host/server-management/bungeecord-network.md): How to link servers together with BungeeCord!
- [Domains](https://docs.ember.host/server-management/domains.md): Want a custom server address/IP? Look no further!
- [Importing Servers](https://docs.ember.host/server-management/importing-servers.md): Want to transfer your data from your old server to us? Here's how!
- [Server Icon](https://docs.ember.host/server-management/server-icon.md): How to set an icon for your Minecraft server!
- [Server Optimization](https://docs.ember.host/server-management/server-optimisation.md): Experiencing lag? Try adjusting some settings to improve performance without compromising on gameplay!
- [Updating Servers](https://docs.ember.host/server-management/updating-servers.md): How to change the version of your server!
- [Velocity Network](https://docs.ember.host/server-management/velocity-network.md): How to link servers together with Velocity! Like BungeeCord, but better.


---

# 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.ember.host/server-management.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.
