# Export Visualisation and Report

## **Overview**

Akto enables you to export visualisations and reports from the Agentic Guardrails dashboards. You can download charts, metrics, and guardrail activity records for audits, reporting, or internal analysis.

## **Download Visualisation**

You can download any visualisation directly from the dashboard.

{% stepper %}
{% step %}
Open the dashboard and navigate to the visualisation you want to download.
{% endstep %}

{% step %}
In the top-right corner of the visualisation, click the **three-bar horizontal menu**.
{% endstep %}

{% step %}
Choose the export format based on your requirement. Akto supports:

* **PNG Image**
* **JPEG Image**
* **PDF Document**
* **SVG Vector Image**
* **CSV File**
* **XLS File**
  {% endstep %}
  {% endstepper %}

Each format allows you to save the selected visualisation exactly as displayed on the dashboard.

## **Download Guardrail Activity Data**

You can export the complete guardrail activity dataset from the Guardrail Activity page.

{% stepper %}
{% step %}
In the left sidebar, select **Agentic Guardrails** and open the **Guardrails Activity** page.
{% endstep %}

{% step %}
In the top-right corner, click **More Actions**.

<figure><img src="/files/eQeB178iKl1fELHBR7xp" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select **Export** to download a JSON file containing all guardrail activity records.
{% endstep %}
{% endstepper %}

The exported JSON file provides a full dataset that you can use for investigations, pattern analysis, or system integrations.


---

# 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://ai-security-docs.akto.io/agentic-guardrails/how-to/export-visualisation-and-report.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.
