> For the complete documentation index, see [llms.txt](https://docs.usereach.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usereach.ai/readme.md).

# Welcome

Reach helps brands understand and improve how they appear in AI-powered search. Use this documentation to set up your workspace, interpret your visibility data, find growth opportunities, and decide what to do next.

## Start here

* [Set up Reach](/getting-started/quickstart.md) — create a workspace and reach your first useful insights.
* [Connect Google data](/getting-started/connect-google.md) — add Search Console and Analytics 4 context.
* [Understand AI visibility](/understand-your-visibility/ai-visibility.md) — learn the metrics used throughout Reach.

## Explore the product

* **Measure visibility:** [AI Analytics](/understand-your-visibility/ai-analytics.md), [Prompts](/understand-your-visibility/prompts.md), [Brand Mentions](/understand-your-visibility/brand-mentions.md), and [Sources](/understand-your-visibility/sources.md).
* **Find opportunities:** [Search Demand](/find-opportunities/search-demand.md), [Topics Explorer](/find-opportunities/topics-explorer.md), and [Page Insights](/find-opportunities/page-insights.md).
* **Take action:** [Earned Mentions](/take-action/earned-mentions.md) and [Community](/take-action/community.md).
* **Manage your account:** [Workspaces, members, usage, and billing](/manage-reach/settings.md).

If something does not look right, start with [data freshness and missing data](/help/data-freshness.md) or [contact Reach support](/help/support.md).


---

# 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://docs.usereach.ai/readme.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.
