# Relations

The Attack Graph is a directed graph that originates from a single root node, meaning every entity in a module shares this common ancestor. New entities are progressively discovered outward from the root entity. Each connection (relation) represents either a submodule or the discovery method used to find and add that new entity.

For example, a relation might be **ACTV\_CRAWLER** (Active Crawler) originating from a webpage such as `bugbase.ai` and leading to a *Trajectory(API)* like `GET https://bugbase.ai/login.`


---

# 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://copilot-docs.bugbase.ai/enterprise/exploit-graph/relations.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.
