# Epiphany Intelligence Platform Administrator Guide

## Conventions Used in This Guide

{% hint style="success" %}
Tips and tricks are shown with a green left border and a checkmark icon.
{% endhint %}

{% hint style="info" %}
Important information is shown with a blue left border and the "circle i" icon.
{% endhint %}

{% hint style="warning" %}
Cautions are shown with an orange left border and a "circle exclamation point" icon.
{% endhint %}

{% hint style="danger" %}
Warnings are shown with a red left border and a "triangle exclamation point" icon.
{% endhint %}

References to other sections in this guide are shown in *italics.* Typically those references are links. Often there are links to other sections outside of this guide. Whenever possible, they are shown as links.&#x20;

[Legal Notice](/technical-documentation/legal-notice.md)


---

# 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://docs.reveald.com/technical-documentation/admin-guides/epiphany-intelligence-platform-administrator-guide.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.
