# Introduction

> **Info** This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, visit <http://creativecommons.org/licenses/by-sa/4.0/>

More and more people are contacting Django Girls asking how they can translate the tutorial into their native language.

If you are one of these people, we would like to thank you first! We need people like you, you are amazing!

We wrote down how we deal with translations to demystify the process a bit. It is not perfect and we still struggle to make it manageable, so if you - after reading this guide - have any tips or ideas you would like to share with us: let us know!

Ok, let's begin then.

## Crowdin

Django Girls Tutorial's translations are hosted on [Crowdin](https://crowdin.com/project/django-girls-tutorial).

If you want to join an existing translation team or launch a new translation, send an [email](mailto:translations@djangogirls.org) to the translation managers or [contact us](mailto:hello@djangogirls.org).

To be published, a translation needs to be validated by a proofreader. If you don't know if a proofreader is on your team or if you want to be one, send an [email](mailto:translations@djangogirls.org) to the translation managers or [contact us](mailto:hello@djangogirls.org).


---

# 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://djangogirls-1.gitbook.io/translation-contribution-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.
