# Grounding Budget

> The grounding budget is the quota of pages and passages that an AI system, above all Gemini, draws on to ground an answer. Pages that rank well receive more of it.

Source: https://www.codaai.ai/en/knowledge/geo-glossary/grounding-budget/
Published: 2026-09-03
May be quoted with attribution and a link to the source.

---

The grounding budget is the limited amount of pages and text passages that an AI system draws on for the [grounding](https://www.codaai.ai/en/knowledge/geo-glossary/grounding/) of a single answer. A language model's context is finite, every passage costs [tokens](https://www.codaai.ai/en/knowledge/geo-glossary/token/), and so the system has to decide which sources get how much room.

## How does the grounding budget work?

After the [initial retrieval](https://www.codaai.ai/en/knowledge/geo-glossary/initial-retrieval/), there is a list of candidate pages. The system distributes its budget along this list: pages placed high up may contribute more passages, pages placed further down fewer or none at all. With Gemini this relationship is particularly clear: the ranking determines how much grounding material a domain is allowed to supply. Analyses by dejan.ai on the size of Google's grounding chunks and articles by growth.pro on the Google AI grounding budget describe this mechanism in detail.

## Why does the grounding budget matter for AI visibility?

It explains why the position within the top results still counts, even though AI answers show no result list. Position one and position eight both enter the candidate pool, but position one gets more budget and with it a higher probability of being cited with a matching passage. For Gemini and Google AI Overviews, a good Google ranking is therefore more important, not less.

## What does this mean for your website?

Keep working on the position, not just on being present on page one. And make sure that the budget your page receives is not wasted on introductions and promotional copy: the passages that get extracted should answer the question. What such a passage looks like is described under [grounding snippets](https://www.codaai.ai/en/knowledge/geo-glossary/grounding-snippets/).
