# Contributor Guide

## Contributor Guide

- [Contributor Guide](https://docs.elementary.io/contributor-guide/readme.md): Everything that we make is 100% open source and developed collaboratively by people from all over the world. Even if you're not a programmer, you can get involved and make a difference.
- [Translations](https://docs.elementary.io/contributor-guide/localization/translations.md)
- [Spanish Style Guide](https://docs.elementary.io/contributor-guide/localization/translations/es.md)
- [Glosario de términos](https://docs.elementary.io/contributor-guide/localization/translations/es/glossary.md)
- [Prácticas recomendadas](https://docs.elementary.io/contributor-guide/localization/translations/es/best-practices.md)
- [Errores comunes de traducción](https://docs.elementary.io/contributor-guide/localization/translations/es/common-errors.md)
- [Proposing Code Changes](https://docs.elementary.io/contributor-guide/development/prepare-code-for-review.md): Tips for getting your pull requests reviewed
- [Reviewing Code](https://docs.elementary.io/contributor-guide/development/reviewing-code.md): Guidelines to make code reviews fruitful for developers and reviewers alike
- [Developer Tools](https://docs.elementary.io/contributor-guide/development/developer-tools.md)
- [Generative AI Policy](https://docs.elementary.io/contributor-guide/development/generative-ai-policy.md)
- [Reporting Issues](https://docs.elementary.io/contributor-guide/feedback/reporting-issues.md): elementary uses GitHub to track issue reports and feature requests publicly. You can send feedback to the team to inform us of a problem you encountered or an improvement that you would like to see.
- [Inspecting Crashes](https://docs.elementary.io/contributor-guide/feedback/reporting-issues/inspecting-crashes.md)
- [Retrieving Logs](https://docs.elementary.io/contributor-guide/feedback/reporting-issues/debug-logs.md)
- [Creating Feature Requests](https://docs.elementary.io/contributor-guide/feedback/creating-feature-requests.md)
- [Starting Discussions](https://docs.elementary.io/contributor-guide/feedback/starting-discussions.md): elementary uses GitHub to not only track issue reports but also for planning improvements and design changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
