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

# Intro

### What is Limy?

Limy.ai is a visibility and intelligence platform built for the agentic web - the new ecosystem where AI systems like ChatGPT, Perplexity, and Gemini actively browse, interpret, and reference online content.

Limy helps companies understand how AI models perceive their brand, which pages AI bots visit, and how their information is being used to answer user prompts across AI search engines.

Inspired by the shift toward AI-driven discovery, Limy was built to give brands a clear picture of their presence in AI results and provide actionable guidance to improve visibility.

### What is the Limy Pixel? How is it different from traditional analytics?

The Limy tracking pixel is designed specifically for the agentic web.\
Unlike traditional analytics tools that focus on human visitors, Limy detects AI bots, maps their crawling behavior, and reveals how AI systems understand and surface your content in AI-driven conversations.

### Track with Limy

To start tracking AI bot activity on your website, install our lightweight tracking pixel via Google Tag Manager (GTM).

For improved bot accessibility and faster delivery, you can optionally deploy the Limy CDN snippet, which optimizes how AI crawlers access key parts of your site.

Once set up, Limy automatically detects AI crawlers, analyzes their behavior, and surfaces insights in your dashboard - with zero ongoing maintenance.

Once installed, Limy begins detecting AI crawlers and surfacing insights directly in your dashboard - no additional setup required.

To get started, visit the **Limy Installation Guide**

<figure><img src="/files/qS2yAJStdDWVl0y5C7pH" alt=""><figcaption></figcaption></figure>

For any questions please contact `answers@limy.ai` .


---

# 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.getlimy.ai/limy-pixel/readme/intro.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.
