# Dev Intro

This page outlines the guidelines for contributing to the SS3D project. If you have any questions, feel free to ask on our [discussions page](https://github.com/RE-SS3D/SS3D/discussions) or [discord server](https://discord.gg/Z3sPhyS).

The game itself is made in Unity and written in C#, check out our [C# style guide](/dev-guide/guidelines/the-c-style-guide.md). We use [FishNet](/dev-guide/networking/fishnet-networking.md) for networking.

For art contributors, read through the subpages under this page, then head over to the [art guide](https://ss3d.gitbook.io/art-guide/).


---

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