# Bots we are tracking

We continuously monitor a wide range of AI bots and crawlers that interact with websites and online content. This includes search engine bots, AI assistants (ChatGPT, Gemini, Grok and Perplexity), and third-party scrapers used by LLM platforms to train or surface content.&#x20;

By identifying and analyzing these bots’ behavior, we’re able to understand which content is being accessed, how it is being interpreted, and how often it’s being referenced in AI-generated responses. This visibility helps our clients optimize their content to improve discoverability and relevance across AI-driven search platforms.

| Platform            | Robots.txt Identifier                                                                                           | User-Agent header value                                                                                                                       |
| ------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| ChatGPT             | `ChatGPT-User`                                                                                                  | `Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko); compatible; ChatGPT-User/1.0; +https://openai.com/bot`                                   |
| Meta AI             | <p><code>meta-externalagent</code><br><code>meta-externalfetcher</code><br><code>facebookexternalhit</code></p> | <p><code>facebookexternalhit/1.1</code><br><code>meta-externalagent/1.1</code><br><code>meta-externalfetcher/1.1</code></p>                   |
| Perplexity          | `PerplexityBot`                                                                                                 | `Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; PerplexityBot/1.0; +https://perplexity.ai/perplexitybot)`                     |
| Google AI Overviews | `Googlebot`                                                                                                     | `Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/W.X.Y.Z Safari/537.36` |
| Google Gemini       | `Googlebot-extended`                                                                                            | N/A (Uses `Googlebot` user agent. `robots.txt` controls how Google uses the data.)                                                            |

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


---

# Agent Instructions: 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:

```
GET https://docs.getlimy.ai/limy-pixel/tracking/bots-we-are-tracking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
