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

# Navigational Query

> A navigational query has a single clear destination — the user wants to find a specific resource, page, or entity.

*Core concept* · *AI Search Infrastructure*

## Definition

A navigational query has a single clear destination — the user wants to find a specific resource, page, or entity. It does not decompose. There is one correct answer, and retrieval here is essentially a lookup.

## Why It Matters for AI Search

Navigational queries are the retrieval scenario where brand entity clarity matters most. If the model has a confident, accurate parametric representation of the brand, it answers navigational queries from memory without retrieving anything. If the entity is ambiguous or the parametric representation is wrong, the lookup fails. Entity optimization — not content optimization — is the correct lever for navigational query performance.

## Related Terms

<CardGroup cols={2}>
  <Card title="Query decomposition" href="/ai-search-glossary/query-decomposition" />

  <Card title="Parametric knowledge" href="/ai-search-glossary/parametric-knowledge" />

  <Card title="Entity disambiguation" href="/ai-search-glossary/entity-disambiguation" />

  <Card title="Entity signals" href="/ai-search-glossary/entity-signals" />

  <Card title="Parent query" href="/ai-search-glossary/parent-query" />
</CardGroup>

## Relevant Plate Lunch Collective Services

[Entity SEO](https://www.platelunchcollective.com/services/entity-seo)  [Context Map](https://www.platelunchcollective.com/services/context-map)
