# Bluesky ## Docs - [Frequently Asked Questions](https://docs.trybluesky.com/faq.md): Answers to the most common questions about Bluesky's Agent Edge Network — detection, serving, SEO safety, and shadow mode. - [Monitor AI Crawler Activity with Agent Analytics](https://docs.trybluesky.com/guides/agent-analytics.md): Track which AI agents crawled your site, how requests were verified, and whether the optimized artifact was served or passed through. - [Citability Scoring: Optimize Pages for AI Citations](https://docs.trybluesky.com/guides/citability-scoring.md): Understand how Bluesky's citability score works, what factors drive a high score, and how to improve your pages to earn more AI citations. - [The cloaking firewall](https://docs.trybluesky.com/guides/cloaking-firewall.md): How the Agent Edge Network keeps classic search bots on your real page while serving optimized content only to verified answer-engine agents. - [Install the Bluesky Cloudflare Worker](https://docs.trybluesky.com/guides/cloudflare-worker.md): Deploy the Bluesky Agent Edge Network as a Cloudflare Worker — from the dashboard (no CLI) or with wrangler. - [Integrate any stack (Node, PHP, Ruby, nginx, Apache)](https://docs.trybluesky.com/guides/custom-integration.md): Wire the Bluesky Agent Edge Network into any backend with a small copy-paste snippet and four HTTP endpoints. - [AI Crawler Detection and Verification Levels](https://docs.trybluesky.com/guides/detection-verification.md): How Bluesky identifies AI crawlers by published IP ranges (and, in the core, cryptographic signatures), and what each verification tier means for what gets served. - [Agent Edge Network: Architecture and Request Flow](https://docs.trybluesky.com/guides/edge-network-overview.md): How the Bluesky Agent Edge Network detects verified AI crawlers at the edge, serves pre-generated answer-optimized content, and reports every hit as analytics. - [Install and Configure the Bluesky Next.js Edge Middleware](https://docs.trybluesky.com/guides/nextjs-middleware.md): Step-by-step guide to installing and configuring the Bluesky AEN middleware.ts in your Next.js project on Vercel Edge. - [Optimized Page Artifacts](https://docs.trybluesky.com/guides/optimized-pages.md): How Bluesky generates AEO-optimized page artifacts, what they contain, and how they are served to verified AI agents. - [Serve Modes](https://docs.trybluesky.com/guides/serve-modes.md): How Bluesky's serve modes work and how to progress safely from shadow logging to serving verified AI crawlers the optimized artifact. - [Install the Bluesky WordPress plugin](https://docs.trybluesky.com/guides/wordpress.md): Serve verified AI answer-engine crawlers your AEO content on WordPress or plain PHP — a drop-in plugin, no code. - [What Is Bluesky? AI Answer Engine Optimization (AEO)](https://docs.trybluesky.com/introduction.md): Bluesky detects AI crawler visits, serves citation-optimized page variants, and measures how often your brand appears in AI-generated answers. - [Connect to the Agent Edge Network](https://docs.trybluesky.com/quickstart.md): Connect your Next.js / Vercel site to the Bluesky Agent Edge Network — detect verified AI crawlers and serve them citation-optimized pages. - [Troubleshoot Your Agent Edge Network Setup](https://docs.trybluesky.com/troubleshooting.md): Step-by-step fixes for the most common Agent Edge Network issues — from missing hits in Agent Analytics to the middleware not running.