# Faq

<details>

<summary>How do I reset or start a new world?</summary>

To Wipe / Restart your game server

\
1\) Turn off your server\
Navigate to `/Zomboid/Sandbox` folder. \
2\) Locate the folder “servertest.” Delete this folder to reset the world. \
3\) Turn on server

</details>

<details>

<summary>How to change Length of days?</summary>

The sandbox settings of the server can be adjusted in the \`SandboxVars.lua\` file

On Linux, with Steam, PZServerSettings.exe can be found located below

```
`.local/share/Steam/SteamApps/common/ProjectZomboid/projectzomboid/PZServerSettings.exe`
```

</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/project-zomboid/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.
