> 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/admin-guides/epiphany-validation-engine-users-guide/chapter-3-eve-platform/navigation-tabs/emulation-control/custom-threats/emulation-results.md).

# Emulation Results

Once the emulation is completed, the EVE agent sends the results to the Platform. In a graphical manner, the user can see the details of what happened during the emulation.&#x20;

To view the results of an Emulation, follow the steps below:&#x20;

1. In the Custom Threat Validation Table, emulations view click on the <mark style="color:orange;">“Report”</mark>  button corresponding to the desired Emulation in the Reports column.&#x20;
2. The Emulation Report section will open, which presents in detail what was seen during the emulation.&#x20;
3. This is the information presented on the section:&#x20;

* <mark style="color:green;">Emulation name:</mark> Name provided to the emulation.&#x20;
* <mark style="color:green;">Custom Threats File Results Summary :</mark> Graphic display of Number of endpoints, Success (Script) Files sent and Number of Failed (Script Files).&#x20;
* <mark style="color:green;">Total Scripts in Emulation :</mark> A chart with the Custom Threats File Results Summary information.&#x20;
* Execution Date. Date of the performed emulation.&#x20;
* <mark style="color:green;">Download All Logs :</mark> Button to download all logs in an emulation.&#x20;
* <mark style="color:green;">Effectiveness:</mark> An average of Successful emulations.&#x20;
* <mark style="color:green;">Endpoints Scripts Emulation:</mark> Per endpoint present the following information:&#x20;
* <mark style="color:green;">Scripts File Emulation:</mark> Name of scripts on emulation&#x20;
* <mark style="color:green;">Language :</mark> Programming language of the script.&#x20;
* Script File Platform&#x20;
* <mark style="color:green;">Status:</mark> Displays if script was able to execute or not (regardless of the script task).&#x20;
* Errors&#x20;
* Actions Presents the Preview and Download Log File of the script.&#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/admin-guides/epiphany-validation-engine-users-guide/chapter-3-eve-platform/navigation-tabs/emulation-control/custom-threats/emulation-results.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.
