# Guides

- [Application Settings](https://ss3d.gitbook.io/dev-guide/guides/application-settings.md)
- [Running the Project](https://ss3d.gitbook.io/dev-guide/guides/running-the-project.md)
- [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.
- [Debugging SS3D](https://ss3d.gitbook.io/dev-guide/guides/debugging-ss3d.md): This page aim to show some practices that could be helpful to help you debug SS3D.
- [Maintainer Guide](https://ss3d.gitbook.io/dev-guide/guides/maintainer-guide.md): This guide has for objectives to set common good practices for Maintainers to follow before merging a pull request. Also useful for contributors who want to know about our expectations.
- [Pull request review process](https://ss3d.gitbook.io/dev-guide/guides/maintainer-guide/pull-request-review-process.md)
- [Testing SS3D](https://ss3d.gitbook.io/dev-guide/guides/testing-ss3d.md): This page describes how testing framework.
- [Assets audit tests](https://ss3d.gitbook.io/dev-guide/guides/testing-ss3d/assets-audit-tests.md)
- [Edit mode tests](https://ss3d.gitbook.io/dev-guide/guides/testing-ss3d/edit-mode-tests.md)
- [Play mode tests](https://ss3d.gitbook.io/dev-guide/guides/testing-ss3d/play-mode-tests.md)
- [Inventory test](https://ss3d.gitbook.io/dev-guide/guides/testing-ss3d/play-mode-tests/inventory-test.md)
- [Health tests](https://ss3d.gitbook.io/dev-guide/guides/testing-ss3d/play-mode-tests/health-tests.md): This describe a bunch of tests to perform when messing with things related to health.
- [Working with animations](https://ss3d.gitbook.io/dev-guide/guides/working-with-animations.md)


---

# 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.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.
