# [Verify your install](https://rebilder.com/help/getting-started/verify-install)

> Use Console → What agents see on your own URL; a green verdict means your store serves agents markdown.

1. Open Console → What agents see.

2. Paste a product page URL from your store (something like `https://shop.example.com/products/…`) and press Preview.
3. Read the verdict line above the side-by-side panels.

## Reading the verdict

- Green: “Your store serves agents markdown”, usually with a token comparison (on Rebilder’s reference store, the same product page measured ~328 tokens as markdown instead of ~22,789 as HTML). The install works on that URL. Done.
- Amber: “Agents currently get your full HTML”, meaning the gateway isn’t answering on that URL yet. See the troubleshooting article below.
- Gray: the agent-side request itself failed (timeout, unreachable, non-2xx), so no verdict could be made. Fix the URL or try again.

“Serves agents markdown” means: when a requester asks for `text/markdown`, the way Claude Code or ChatGPT would, your store answers with the compact text version instead of the full HTML page. The token numbers show why agents care: they process (and pay for) every token, so smaller pages get read more reliably.

## Shopify note

On a Shopify App Proxy install, agents are served on the proxy path, so preview `https://yourstore.com/apps/rebilder/products/…` rather than the canonical product URL. The canonical URL will keep showing HTML on both sides, and that is expected.