# Prerequisite

## To use Velo you should

1. Have `git` installed - Instruction on how to install can be found [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
2. Have `go` installed - Instruction on how to install can be found [here](https://golang.org/doc/install)

## System Requirements

Any modern computer should be able to run CLI and use SDK to interact with Velo

Recommended Operating System:

* Ubuntu 18.04 LTS x86-64
* macOS

Experimentally Supported System:

* Windows x86-64


---

# 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://documents.velo.org/prerequisite.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.
