# FAQ

## **Where can I see a full overview of Audit Wizard?**

Check out this tutorial from JohnnyTime 🙂 (additional features have been added since this video was recorded).

{% embed url="<https://www.youtube.com/watch?v=HRrDgOUodFg>" %}

## **What languages does Audit Wizard support?**

Audit Wizard can be used with any language, but the tools currently only support Solidity. We plan to support additional languages in the future.

## **Which chains does Audit Wizard support?**

Audit Wizard is currently live on Ethereum, Arbitrum, Base, and Optimism.

## **Is Audit Wizard free?**

All features within Audit Wizard are currently free.

## **Do you support private GitHub repos?**

Yes, we've outlined the instructions [here](/audit-wizard-docs/getting-started.md#import-projects).


---

# 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://audit-wizard.gitbook.io/audit-wizard-docs/faq.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.
