> 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/endpoints/eve-agent.md).

# EVE Agent

### EVE Agent

The EVE Agent facilitates communication with the Orchestrator, allowing it to receive and execute various types and levels of threats on the endpoint, thereby generating results for each threat.

### JSON Configuration File

The configuration file in .json format (JavaScript Object Notation) helps to generate a format for structuring data in the form of The json file is used to transfer link, host, port, and access data from each client's Platform to the Platform so that the EVE Agent can communicate with the Platform and send Emulations such as returning data to the client's Platform.&#x20;

The json file is used to transfer link data, host data, ports, and access data from each Platform to each client, so that the EVE Agent can communicate with the Platform, send Emulations, and return the results of these Emulations.&#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:

```
GET https://docs.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-3-eve-platform/navigation-tabs/emulation-control/endpoints/eve-agent.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.
