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

# Recipes

> Prompts to paste into your client once Radarkit is connected, and what they cost.

Each recipe is a prompt you can paste as is. Below it: the tools the client will call and the cost.

## Weekly visibility check

```text theme={"system"}
How visible was Acme in AI answers over the last 7 days? Compare it with the week before, per model.
```

Tools used: `get_visibility` twice.
Cost: 2 credits.

## Where competitors win

```text theme={"system"}
Which competitors get recommended more than us for our pricing prompts, and on which model?
```

Tools used: `list_topics`, then `get_competitors`.
Cost: 3 credits.

## Which sites to pitch

```text theme={"system"}
List the 20 websites AI answers rely on most for our project this month. Mark the ones we are not on.
```

Tools used: `top_source_domains`. Follow up with `list_sources` filtered by domain to see the exact pages.
Cost: 2 credits.

## Missed answers

```text theme={"system"}
Show me the answers from the last two weeks that did not mention Acme. What did they recommend instead?
```

Tools used: `list_responses` with `brand_mentioned: false`, then `get_response` on a few.
Cost: 1 credit per page plus 2 per detail.

## What the model really searched

```text theme={"system"}
What did ChatGPT search for behind the scenes when answering "best crm for a startup"?
```

Tools used: `list_prompts` to find the id, then `get_query_fanout`.
Cost: 2 credits.

## A file for deeper analysis

```text theme={"system"}
Export every answer with the full text for the Pricing topic since June as CSV.
```

Tools used: `estimate_export`, then after your go `create_export` and `get_export` until the file is ready.
Cost: Export rows, one per row. No credits.

## Add prompts

```text theme={"system"}
Add these prompts to the Comparisons topic: acme vs hubspot, acme vs pipedrive, acme vs salesforce.
```

Tools used: `list_topics`, then `add_prompts`. Duplicates are skipped and reported.
Cost: 2 credits.

## Write an article

```text theme={"system"}
Have the Content agent write a comparison article for "best crm for a startup" and tell me when it is done.
```

Tools used: `create_content_article` after you confirm, then `get_content_run` until completed. You get the editor link.
Cost: 1 credit plus 1 AI content credit.
