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

# Overview

> entire-graph, a plugin for the Entire CLI that helps your agents find their answers fast and saves token spend by up to 71%.

entire-graph is an installable [plugin](/cli-reference/plugin) for the [Entire CLI](/overview). It analyzes the repository your agent is working in and gives your agent a map of relevant code and relationships. Your agent can use that map to find the right code, understand how it connects, and assess what a change could affect before editing.

## Benefits of Using entire-graph

* Spend less time pointing your agent to the right files, leaving more room in its context window to solve the task.
* Help your agent understand how the code works by showing how functions, types, and other symbols connect.
* Make safer changes by identifying code that could be affected before your agent starts editing.
* Get answers grounded in specific source locations that your agent can inspect and verify.

## How to Use entire-graph

After you [install entire-graph and enable it for a repository](/guides/graph/set-up-graph), ask your coding agent where code lives, how it connects, or what a change could affect.

See [Use entire-graph with Your Coding Agent](/guides/graph/use-graph) for common prompts, the agent workflow, and an example result.

## Continue With

<CardGroup cols={2}>
  <Card title="Install and Enable entire-graph" icon="wrench" href="/guides/graph/set-up-graph">
    Install entire-graph and add its instructions to a repository.
  </Card>

  <Card title="Use entire-graph with Your Coding Agent" icon="robot" href="/guides/graph/use-graph">
    Learn what to ask and what happens after you prompt your agent.
  </Card>

  <Card title="How entire-graph Works" icon="diagram-project" href="/guides/graph/how-graph-works">
    Learn how entire-graph maps your code and works with Search.
  </Card>

  <Card title="entire-graph CLI Reference" icon="terminal" href="/cli-reference/graph">
    Review entire-graph commands and options.
  </Card>

  <Card title="entire-graph Troubleshooting" icon="stethoscope" href="/guides/graph/troubleshooting">
    Fix installation, adoption, cache, and coverage problems.
  </Card>
</CardGroup>
