# Faq

<details>

<summary>How do I restart or wipe my Renown server?</summary>

You can restart through your hosting panel.\
A *wipe* usually means deleting:

* World save files
* Character data
* Inventories / bases (optional depending on settings)

</details>

<details>

<summary>How do I fix performance issues ?</summary>

Try:

* Lowering player cap
* Reducing AI/creature counts
* Selecting a smaller or less intensive map
* Upgrading CPU/RAM resources
* Restarting the server regularly

</details>

<details>

<summary>Are backups available for my server?</summary>

All Servers at Rampart Come with a Backup System that you Control

* Quick and Efficient Backs
* Quick Backup Restoration!

</details>

<details>

<summary>How do I customize rules, rates, or gameplay settings?</summary>

Most gameplay settings (XP rates, gathering, damage, etc.) are controlled through config files such as:

* `game.cfg`
* `server_settings.json`
* Hosting control panel fields

</details>


---

# 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://rampart-games-ltd.gitbook.io/docs/game-knowledge-base/renown/faq.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.
