> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcited.in/llms.txt
> Use this file to discover all available pages before exploring further.

# Recipes

> Copy-paste prompts for getting value out of the Cited MCP server — from a category ranking to an agency-wide sweep.

Paste these into an AI client [connected to Cited](/mcp/connect). They're starting points — edit the brand, category, or platform to taste.

## See where you stand in your category

> Using Cited, get the latest Cited Index for the skincare category and show me the top 5 brands with their scores and sentiment.

Calls `get_cited_index` — India's AI-visibility ranking. No brand needed; any key can read it.

## Check your AI shelf

> Using Cited, list my brand's AI shelf products from the last 14 days on ChatGPT. Which ones are mine vs a competitor, and where am I ranked?

Calls `list_brands` → `get_ai_shelf_products`. Requires the **Scale plan** or higher.

## Scope your tracking

> Using Cited, what platforms, competitors, and topics is my brand tracking?

Calls `list_dimensions` — handy before asking a more specific question.

## Agency: sweep every brand

> Using Cited, list all the brands I can access. For each one, pull its tracked topics and its AI shelf summary, and give me a one-paragraph status per brand.

Calls `list_brands`, then loops `list_dimensions` / `get_ai_shelf_products` per brand — the Monday-morning portfolio check, automated. Works with a **multi-brand (agency) key**.

## Coming soon

Once Cited's metric and action tools land, recipes like these light up:

> Using Cited, pull my citation share on Perplexity this month vs last, broken down by topic. Then draft a content brief for my biggest gap and add it to my tasks.

<Note>
  Tip: save your favorite prompts as reusable commands in your client (e.g. a Claude Code slash command or a Cursor rule) so your team runs the same checks the same way.
</Note>
