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

# Running Site Audits

Running a site audit is the core feature of GEOReport. This is how you discover why AI tools like ChatGPT, Gemini or Perplexity may be skipping your site and what you can do to fix it.

Think of it like an X-ray for your website’s AI Visibility. Traditional SEO tools check rankings in Google. GEOReport goes deeper: it checks how AI models “see” your content and whether they consider it trustworthy enough to cite.<br>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4>Starting a New Audit</h4></td><td><p></p><ul><li>How to run an Audit on GEOReport</li><li>Why Audit matters for AI visibility?</li></ul></td><td><a href="/files/3AB6BMdCgLtFpdX8ltpL">/files/3AB6BMdCgLtFpdX8ltpL</a></td><td><a href="/pages/eqauWcOjvM2efnBnd8yR">/pages/eqauWcOjvM2efnBnd8yR</a></td></tr><tr><td><h4>Selecting Pages</h4></td><td><p></p><ul><li>Pages Audit Option</li><li>Why Subpage matters for AI visibility?</li></ul></td><td><a href="/files/x7L0RIVgYB6Hpi6yVMxg">/files/x7L0RIVgYB6Hpi6yVMxg</a></td><td><a href="/pages/w4WCrm1G0rCC5QfoAhJ7">/pages/w4WCrm1G0rCC5QfoAhJ7</a></td></tr><tr><td><h4>Audit Limits by Plan</h4></td><td><p></p><ul><li>Audit Limits</li><li>Why this matters?</li></ul></td><td><a href="/files/jV4AFmBqojy7McLLScn5">/files/jV4AFmBqojy7McLLScn5</a></td><td><a href="/pages/q2lKksiBx8AMXOABkSWD">/pages/q2lKksiBx8AMXOABkSWD</a></td></tr></tbody></table>


---

# 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://georeport.gitbook.io/georeport-docs/running-site-audits.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.
