# Hers's what you will need

To get started with our product, you'll need the following:

1. **Docker and Docker Compose**: Ensure that Docker and Docker Compose are installed on your system. You can download and install them using any of the suggested ways [here](https://docs.docker.com/engine/install/) and [here](https://docs.docker.com/compose/install/).
2. **Git**: You'll need Git to clone our [repository](https://github.com/getmomentum/momentum-core). You can download and install Git from [here](https://git-scm.com/downloads).
3. **Python** (v3 onwards): Momentum is python based so you'll need the support for it running on your system. Usually it's supported by the OS out of the box - but do install if that's not the case.\
   \
   Once you have these up and running - we can proceed to installation.


---

# 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/getting-started/herss-what-you-will-need.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.
