# Contributor Guide

{% hint style="info" %}
Looking for documentation on creating your own apps? See [Developer Documentation](https://docs.elementary.io/develop/) instead.
{% endhint %}

## Localization

elementary OS is created and used by people from all around the World; help us make the experience even better by translating it into more languages. Both elementary OS and our website are openly translated using an online platform called Weblate

{% content-ref url="/pages/e9N4LgYDMpfyTbIzviPp" %}
[Localization](/contributor-guide/localization/translations.md)
{% endcontent-ref %}

## Development

Our desktop environment and all its apps are built using Vala, Gtk, Granite, and a number of other open libraries. We host all of our code and do all development openly on GitHub.

{% content-ref url="/pages/-MedPPDLTwLKeElmIoyY" %}
[Development](/contributor-guide/development/prepare-code-for-review.md)
{% endcontent-ref %}

## Feedback

We release updates every month with new features and bug fixes based on the feedback that is reported to us on GitHub. Report Issues, request features, and start discussions directly with the developers and designers that make elementary OS

{% content-ref url="/pages/-Mkcw89ug\_tmDTx-p6Gw" %}
[Feedback](/contributor-guide/feedback/reporting-issues.md)
{% endcontent-ref %}


---

# 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.elementary.io/contributor-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.
