> For the complete documentation index, see [llms.txt](https://certaik.gitbook.io/certaik-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://certaik.gitbook.io/certaik-docs/overview/images-and-media.md).

# FAQ

### Is this auditing tool safe to use for all my projects?

Our AI auditing tool is experimental and should not be used in isolation. We recommend incorporating human-in-the-loop solutions, where an expert auditor is involved, to ensure comprehensive and accurate assessments. :contentReference\[oaicite:0]{index=0}

### Can I use this tool for initial code reviews and gas optimization?

Yes, our tool is suitable for first-pass code reviews and gas optimization audits. However, it's essential to have human auditors validate the findings to ensure accuracy and reliability. :contentReference\[oaicite:1]{index=1}

### How does the deSec protocol integrate AI auditors?

The deSec protocol is designed with a focus on human auditors. Any AI auditors will participate in the protocol similarly to human auditors, ensuring a seamless integration that upholds the protocol's standards. :contentReference\[oaicite:2]{index=2}

### How does the Twitter Agent Auditor deliver its reports?

The Twitter Agent Auditor responds with audit reports via Pastebin links. Additionally, our web app can generate outputs in Markdown format for easy viewing and sharing.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://certaik.gitbook.io/certaik-docs/overview/images-and-media.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
