# Why Is My Brand Not Showing Up in ChatGPT

**Use case:** 

Diagnose why ChatGPT skips your brand. See the answers it gives, which competitors it names, and a concrete next step per question.

## Input

```json
{
  "brand": "Calendly",
  "queries": [
    "What is the best scheduling tool for sales teams?",
    "Which app is best for booking meetings?",
    "What is a good free alternative to Calendly?"
  ],
  "engines": [
    "openai"
  ],
  "useGrounding": true,
  "runsPerQuery": 3,
  "geminiModel": "gemini-2.5-flash"
}
```

## Output

```json
{
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  },
  "engine": {
    "label": "Engine",
    "format": "text"
  },
  "mention_rate_pct": {
    "label": "Mention rate %",
    "format": "number"
  },
  "stability": {
    "label": "Stability",
    "format": "text"
  },
  "avg_prominence": {
    "label": "Prominence",
    "format": "number"
  },
  "competitors_mentioned": {
    "label": "Competitors named",
    "format": "array"
  },
  "recommended_action": {
    "label": "Recommended action",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [AI Answer Visibility Monitor - GEO Brand Tracking API](https://apify.com/veska/ai-answer-visibility-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/veska/ai-answer-visibility-monitor) to learn more, explore other use cases, and run it yourself.