# Contribute

**Important:** before participating in our community, please read our [code of conduct](https://docs.amity.co/support/code-of-conduct). By interacting with this repository, organisation, or community you agree to abide by its terms.

## Contributions <a href="#contributions" id="contributions"></a>

There’s several ways to contribute, not just by writing code. If you find bug, have questions or ideas, see [the support page](/miscellaneous/support.md).

### **Writing code**

Code contributions are very welcome in our public repositories. It’s probably a good idea to first post a question or open an issue to report a bug or suggest a new feature before creating a pull request.

### Submitting a Pull Request

* See your project details for info on how the project is structured, how to test, and how to build the site
* Non-trivial changes are often best discussed in an issue first, to prevent you from doing unnecessary work
* For ambitious tasks, you should try to get your work in front of the community for feedback as soon as possible
* New features should be accompanied by tests and documentation
* Don’t include unrelated changes
* Test before submitting code
* Write a convincing description of why we should land your pull request: it’s your job to convince us


---

# 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.social.plus/miscellaneous/support/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.
