# API Dependency Graph

### Introduction

API Dependency in Akto helps you visualize and understand the relationships between different API endpoints in your application. The dependency graph shows how APIs are interconnected, making it easier to understand the flow of data and assess the impact of changes or security issues.

<figure><img src="/files/bH7rL9v7KsIQwBsCArat" alt=""><figcaption></figcaption></figure>

### Key Features

* **Visual Flow Mapping**: See clear, directional relationships between API endpoints
* **Method-based Coloring**: Different HTTP methods (GET, POST, PATCH, etc.) are color-coded for easy identification
* **Endpoint Details**: View complete endpoint paths and their relationships


---

# 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.akto.io/api-inventory/concepts/api-dependency-graph.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.
