# Contribution (\&Dev Call)

This page may be out of date

.

The latest version [can be found here](https://docs.px4.io/main/en/contribute/).

:::tip We pledge to adhere to the [PX4 code of conduct](https://github.com/PX4/PX4-Autopilot/blob/main/CODE_OF_CONDUCT.md). This code aims to foster an open and welcoming environment. :::

This section contains information about contributing to PX4, including the source code, documentation, and translations, and their relevant licenses.

* [Dev Call](https://px4.gitbook.io/px4-user-guide/contribute/dev_call) - Discuss architecture, pull requests, impacting issues with the dev team
* [Codeline Management](https://px4.gitbook.io/px4-user-guide/contribute/code) - Work with PX4 code
* [Documentation](https://px4.gitbook.io/px4-user-guide/contribute/docs) - Improve the docs
* [Translation](https://px4.gitbook.io/px4-user-guide/contribute/translation) - Translate using Crowdin
* [Terminology/Notation](https://px4.gitbook.io/px4-user-guide/contribute/notation)
* [Licenses](https://px4.gitbook.io/px4-user-guide/contribute/licenses)

Contributors will also find these sections/topics useful:

* [Support](https://px4.gitbook.io/px4-user-guide/contribute/support) - Get help and raise issues
* [Test Flights](https://px4.gitbook.io/px4-user-guide/development/test_and_ci/test_flights) - Get your pull requests flight-tested.


---

# 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://px4.gitbook.io/px4-user-guide/contribute.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.
