# Setting up

garak runs on the command line, so you'll probably be using it in the terminal.

It also uses some advanced features, so Python 3.10 minimum is required. Don't worry - there's a guide for quickly getting set up with that.

{% content-ref url="/pages/rkmiT8zvY1GWalZk76u3" %}
[Installing garak](/garak/llm-scanning-basics/setting-up/installing-garak.md)
{% endcontent-ref %}

{% content-ref url="/pages/7VnIeUkTEiqnLDXnTAsu" %}
[Installing the source code](/garak/llm-scanning-basics/setting-up/installing-the-source-code.md)
{% endcontent-ref %}


---

# 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.garak.ai/garak/llm-scanning-basics/setting-up.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.
