> ## Documentation Index
> Fetch the complete documentation index at: https://meilisearch-6b28dec2-add-platform-documentation.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Hydration

> Search results enriched with related data from other indexes using foreign keys

<Info>
  **Live demo**: [demo-hydration.vercel.app/](https://demo-hydration.vercel.app/)
</Info>

Demonstrates how Meilisearch's foreign keys feature automatically replaces foreign IDs in search results with full documents from a referenced index.

<img src="https://mintcdn.com/meilisearch-6b28dec2-add-platform-documentation/OWGPd0pJLBDzivo8/assets/images/demos/hydration-demo.png?fit=max&auto=format&n=OWGPd0pJLBDzivo8&q=85&s=0dfa08ad74c9ca5a724463ce363651d2" alt="Hydration demo showing search results enriched with related data" width="2968" height="1624" data-path="assets/images/demos/hydration-demo.png" />

## Links

<CardGroup cols={2}>
  <Card title="Try the demo" icon="globe" href="https://demo-hydration.vercel.app/">
    See hydration in action
  </Card>

  <Card title="Hydration guide" icon="circle-nodes" href="/capabilities/indexing/how_to/document_relations">
    Configure foreign keys in your index
  </Card>
</CardGroup>
