# Welcome to garak!

## Overview

[garak](https://github.com/leondz/garak/) helps you discover weaknesses and unwanted behaviors in anything using language model technology.

With garak, you can scan a chatbot or model and quickly discover where it's working well, and where it's vulnerable to attack. You get a full report detailing everything that worked and everything that could do with improvement.

{% hint style="info" %}
These docs are a work in progress
{% endhint %}

## Quick links

{% content-ref url="overview/what-is-garak" %}
[what-is-garak](https://docs.garak.ai/garak/overview/what-is-garak)
{% endcontent-ref %}

{% content-ref url="overview/our-features" %}
[our-features](https://docs.garak.ai/garak/overview/our-features)
{% endcontent-ref %}

## Get Started

We've put together some helpful guides for you to get setup with our product quickly and easily.

{% content-ref url="llm-scanning-basics/setting-up" %}
[setting-up](https://docs.garak.ai/garak/llm-scanning-basics/setting-up)
{% endcontent-ref %}

{% content-ref url="llm-scanning-basics/your-first-scan" %}
[your-first-scan](https://docs.garak.ai/garak/llm-scanning-basics/your-first-scan)
{% endcontent-ref %}

{% content-ref url="going-further/getting-help" %}
[getting-help](https://docs.garak.ai/garak/going-further/getting-help)
{% endcontent-ref %}

Content on this site is provided under the [Apache 2.0 License](https://opensource.org/license/apache-2-0)


---

# 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/welcome-to-garak.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.
