# Why is it open source

Momentum is open source as a way for us to give back to the community. By making the source code available, we empower our users to:

* [**View the Source Code**](https://github.com/getmomentum/momentum-core)**:** Understand how Momentum works under the hood.
* **Modify It:** Tailor Momentum to meet their specific needs.
* **Use It Freely:** Integrate Momentum into their projects without restrictions.
* **Contribute:** Improve Momentum by submitting pull requests with their enhancements, benefiting the entire community.

We believe that open collaboration leads to better software and a more vibrant, innovative community. Let's work together to make Momentum the best it can be!

Thank you for contributing to Momentum!


---

# 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.momentum.sh/readme/why-is-it-open-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.
