# Software Contributions

Here, we delve into the technical aspects of our software projects. This space is dedicated to providing you with in-depth insights, conventions, architecture details, debugging techniques, testing methodologies, and more. It's your resource for all things technical in our software development world.

Whether you're a seasoned developer or just getting started, you'll discover valuable information to help you navigate our projects with ease.

We have organized specific sections for each of our flagship projects, [AppFlowy ](/docs/documentation/appflowy.md)and [AppFlowy Editor](/docs/documentation/appflowy-editor.md), so you can dive even deeper into the technical intricacies of these projects, and become skilled at navigating them.


---

# 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.appflowy.io/docs/documentation/software-contributions.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.
