# Running the Project

- [Configure your firewall and antivirus](https://ss3d.gitbook.io/dev-guide/guides/running-the-project/configure-your-firewall-and-antivirus.md)
- [Building the game](https://ss3d.gitbook.io/dev-guide/guides/running-the-project/building-the-game.md)
- [Joining a server](https://ss3d.gitbook.io/dev-guide/guides/running-the-project/joining-a-server.md): For the purpose of debugging (maybe even playing some day), this page explain how you can join as a client in a SS3D server, in or outside the Unity editor.
- [Hosting a server](https://ss3d.gitbook.io/dev-guide/guides/running-the-project/hosting-a-server.md): For the purpose of debugging (maybe even playing some day), this page explain how you can host a SS3D server, in or outside the Unity editor.
- [Setting up a dedicated server](https://ss3d.gitbook.io/dev-guide/guides/running-the-project/setting-up-a-dedicated-server.md): For the purpose of debugging (maybe even playing some day), this page explain how you can open a server-only SS3D server, in or outside the Unity editor.


---

# 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://ss3d.gitbook.io/dev-guide/guides/running-the-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.
