> ## Documentation Index
> Fetch the complete documentation index at: https://meilisearch-6b28dec2-update-v1-50.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-update-v1-50/hfDg66mTUZ_DnyXk/assets/images/demos/hydration-demo.png?fit=max&auto=format&n=hfDg66mTUZ_DnyXk&q=85&s=4c2e5c6d8851c54a503e3b16b5c4e38e" 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>
