> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/epiphany-workflows/technical-analysis.md).

# Technical Analysis

## Epiphany Workflows

The workflows in the [*Technical Analysis*](/technical-documentation/epiphany-workflows/technical-analysis.md) section will give you a better understanding of how Epiphany functions and how to approach your exposure management challenges.&#x20;

These workflows are focused on these areas:

* [Creating an Analysis Focused Dashboard](/technical-documentation/epiphany-workflows/technical-analysis/create-an-analysis-focused-dashboard.md). Understand how to use Epiphany's customizable dashboard to quickly see the information important to your organization.&#x20;
* [Attack Path Management](/technical-documentation/epiphany-workflows/technical-analysis/attack-path-management.md). By understanding how attackers are able to take advantage of your environment's exploitability, you can understand how to take away their opportunities to cause harm
* [Identity Management](/technical-documentation/epiphany-workflows/technical-analysis/identity-management.md). Managing an identity in Epiphany is all about understanding how that identity is potentially being exposed and what that exposure means to your organization.
* [Vulnerability Management](/technical-documentation/epiphany-workflows/technical-analysis/vulnerability-management.md). Epiphany offers a unique view on vulnerabilities. Epiphany can track multiple metrics about a vulnerability and correlate that with an attacker's ability to utilize it to create a material impact.
* [Device Management](/technical-documentation/epiphany-workflows/technical-analysis/device-management.md). Epiphany finds the conditions that create risk in your organization's devices from lack of defensive controls, misconfigurations, and vulnerabilities and lets you know how an attacker might use those vulnerabilities.&#x20;


---

# 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://docs.reveald.com/technical-documentation/epiphany-workflows/technical-analysis.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.
