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

# Introduction

Track, analyze, and optimize your brand's visibility across AI search engines.

## What is Geonimo?

Geonimo helps brands monitor how AI platforms (ChatGPT, Claude, Perplexity, Google AI) mention their brand in responses. As AI assistants become the primary discovery channel, understanding your AI visibility is critical.

## Why GEO Matters

AI-powered search is replacing traditional search as the gateway to information. When users ask "What's the best project management tool?", the AI's response determines your visibility. GEO measures and improves your position in AI-mediated discovery.

## Features

* **AI Traffic Tracking**: Monitor which AI platforms visit your site
* **Prompt Analysis**: Track visibility across custom queries
* **Competitor Intelligence**: Compare mentions vs competitors
* **Citation Tracking**: See which sources AI platforms cite
* **Trend Analysis**: Monitor visibility changes over time

## Quick Start

1. [Getting Started](https://github.com/guimsh/tweet-genius-ai-assist/blob/main/docs/getting-started/quick-start.md) - Account setup
2. [Onboarding Guide](https://github.com/guimsh/tweet-genius-ai-assist/blob/main/docs/guides/onboarding.md) - Configure competitors & prompts
3. [Dashboard Overview](https://github.com/guimsh/tweet-genius-ai-assist/blob/main/docs/guides/dashboard-overview.md) - Navigate analytics

## Popular Guides

* [AI Traffic Tracking](/integrations/cloudflare-worker.md) - Monitor AI platform visits
* [Visibility Scores](https://github.com/guimsh/tweet-genius-ai-assist/blob/main/docs/guides/interpreting-metrics.md) - Interpret metrics
* [Managing Prompts](https://github.com/guimsh/tweet-genius-ai-assist/blob/main/docs/features/prompt-management.md) - Refine tracking
* [Competitor Analysis](https://github.com/guimsh/tweet-genius-ai-assist/blob/main/docs/features/competitor-analysis.md) - Benchmark performance

## Support

[FAQ](https://github.com/guimsh/tweet-genius-ai-assist/blob/main/docs/faq.md) | [geonimo.com](https://geonimo.com) | [Blog](https://geonimo.com/blog)

***

*Last updated: November 2025*


---

# 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.geonimo.com/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.
