> For the complete documentation index, see [llms.txt](https://aeriform.gitbook.io/tape/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aeriform.gitbook.io/tape/graphs.md).

# Graphs

**Graphs** provide an at-a-glance progression bar of your project at all times. It sits at the top of each **Collection** below the title as a coloured line.

![](/files/-MZLfJ5useuWsnaZ3ROj)

Hovering the mouse over it will expand the graph. As you can see the **Graph** shows a percentile representation of the **Collection**. From here you can hover over each segment of the Graph. This will give you a report of the percentage, and number of **Items** in that segment.

![](/files/-MZLgAPMc8lFI9PY4pPN)

You can pin the **Graph** open by right clicking.

## Filtering and Sorting

With the **Graph** we can use it to filter and sort items in various ways.

![](/files/-MZO-DSjW_TpXM_WVyXF)

### Focus

Clicking on one percentile group will *focus* it, hiding any other states. This is useful for prioritising certain tasks by temporarily hiding others. Click again to remove the filter.

![](/files/-MZO-IGg9aDJKbbANkwo)

### Filter

Items can be filtered out by state. This is useful for temporarily hiding types of Item that you don't need to see. Alt + Click on a graph segment to hide it. Click again to unhide it.

![](/files/-MZO-M9y_nRJbrBwT47L)

### Sort

Items can be sorted by priority too. CMD/Ctrl + Clicking on a Graph segment to change the sorting order, but cannot be undone.

![](/files/-MZO-vcDCHgZw07vSKqY)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://aeriform.gitbook.io/tape/graphs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
