# Building from Source

You can also build AppFlowy directly from the source code if you like. Maybe you want to suit it to your needs, or maybe you want to contribute your talents to the project.

You can find instructions for the supported operating systems :&#x20;

* [Building on Linux](https://docs.appflowy.io/docs/documentation/appflowy/from-source/environment-setup/building-on-linux)
* [Building on MacOS](https://docs.appflowy.io/docs/documentation/appflowy/from-source/environment-setup/building-on-macos)
* [Building on Windows](https://docs.appflowy.io/docs/documentation/appflowy/from-source/environment-setup/building-on-windows)

{% content-ref url="from-source/environment-setup" %}
[environment-setup](https://docs.appflowy.io/docs/documentation/appflowy/from-source/environment-setup)
{% endcontent-ref %}


---

# 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/appflowy/from-source.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.
