# Introduction to Momentum

- [Overview](https://docs.momentum.sh/readme/overview.md): Hey there! Welcome to momentum docs. You can start by learning about how momentum can   be helpful in your software development process.
- [How can momentum help you?](https://docs.momentum.sh/readme/how-can-momentum-help-you.md): You should use momentum at every git push to ensure your code is ready for a pull request review.
- [Why is it open source](https://docs.momentum.sh/readme/why-is-it-open-source.md)
- [Contributing to momentum](https://docs.momentum.sh/readme/contributing-to-momentum.md)
- [Troubleshooting & Feedback](https://docs.momentum.sh/readme/troubleshooting-and-feedback.md)


---

# 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.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.
