> 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/use-cases/overview.md).

# Overview

## About This Guide <a href="#toc99639573" id="toc99639573"></a>

The Epiphany Intelligence Platform is a cyber-security exposure management system that allows organizations to understand the risks that can cause a material impact. In other words, it's trying to help you stop attackers before they reach a critical system. At its core, it allows organizations to:

* Understand what is possible for an attacker.
* Detect exploitable conditions within the environment.
* Prioritize exposures for remediation.
* Prevent material impacts.

Additionally, knowing the answers to these [essential cybersecurity questions](/technical-documentation/use-cases/6-essential-cybersecurity-questions.md) will help you understand how Epiphany will help you address your exposure management.&#x20;

### Scenarios

This document presents a number of real-life scenarios to give you a better understanding of how Epiphany functions and how you can use it to approach your exposure management challenges. These scenarios are focused on these areas:

* [**Validate and Manage Assets in Your Environment**](/technical-documentation/use-cases/validate-and-manage-assets-and-devices-in-your-environment.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.
* [**Deep Inspection and Audit of Identity Services**](/technical-documentation/use-cases/deep-inspection-and-audit-of-identity-services.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.
* [**Manage Exploitability**](/technical-documentation/use-cases/manage-exploitability.md). Epiphany offers a unique view on exploitability and vulnerabilities. Epiphany can track multiple metrics about a vulnerability and correlate that with an attacker's ability to use it to create a material impact.
* [**Manage Business Impact**](/technical-documentation/use-cases/manage-business-impact.md)**.** Every business or organization has specific assets that have critical importance, as well as high, medium, or low importance. The importance of each asset can be determined based on its value to the organization or the impact its loss would have. Epiphany has tools to let you determine the relative importance of various assets and then monitors them accordingly.
* [**Effectively Manage Attack Paths to Enable Better Risk Decisions**.](/technical-documentation/use-cases/effectively-manage-attack-paths-to-enable-better-risk-decisions.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.


---

# 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/use-cases/overview.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.
