# Install Git

Navigate to git's website:

{% embed url="<https://git-scm.com/download/>" %}

![](/files/-MSu2kRnfV5B9dwPSBBu)

Follow the instructions to download git depending on your operating system.

1. For Windows: The download should start once you click on the Windows option.
2. For Linux: Use your terminal and whichever package manager to download git.
3. For Mac: Use your terminal to first install Homebrew (To check if Homebrew is install, type "brew help" into your terminal. If your terminal returns "command not found" then you need to install it) and then install git using the command "brew install git."

![](/files/-MSu2zixoaoWH8xVWZz5)


---

# 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://intro-to-github-docs.beliciarodriguez.com/set-up/install-git.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.
