# How can I contribute to Sia?

If you've got some dev skills and free time, Sia is here for you.

Sia is 100% open source and development is held on GitLab. The US and EU-based Nebulous team have been the core developers of Sia, but hundreds of individuals have contributed either to the core code or apps built on top of the network. Sia is now managed by the Sia Foundation.

We have a wonderful community, and we hope you'll find your place in it! Check the #contributors channel in [Discord](https://sia.tech/discord) to say hi, ask questions, or get opinions on your Sia-related code or app.

[GitHub](https://github.com/SiaFoundation) - view and contribute to all Sia development. Check all our repos!

[Sia's API](https://api.sia.tech) - check out our technical documentation.


---

# 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://docs.sia.tech/legacy/contributing/how-can-i-contribute-to-sia.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.
