# Graphing tutorial

IDA Pro has a tightly integrated disassembly view that is graph-based, giving a control flow view to the disassembly as opposed to the standard text-style disassembly output. Different colored arrows are used to distinguish the various types of flows. You can also zoom in or out of the graph for greater clarity. For complicated graphs, you can use the Graph Overview window which can provide you with overall awareness of the area that you are viewing in the graph.

Graphing also gives you the ability to rearrange, group, and collapse blocks in the graph. As only one function can be viewed in each individual graph, you can create other disassembly graphs for other functions, so that you can view two or more at the same time.

Here’s an overview of the Graph features:

{% file src="/files/8yGabBSOXqibDF1YtdY9" %}
Download Graphing tutorial
{% endfile %}


---

# Agent Instructions: 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:

```
GET https://docs.hex-rays.com/9.0/user-guide/disassembler/graph-view/graphing_tutorial.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
