# Custom Analytics

{% hint style="info" %}
Custom Analytics is available with the Enterprise plan.
{% endhint %}

{% hint style="warning" %}
Requires the **Manage/View Custom Analytics** permissions to view and edit.
{% endhint %}

***

## Configuration

Go to the [settings panel](/docs/settings/settings.md) and select **Custom Analytics**.

A single iFrame can be configured with these options:

* **Enabled** — when toggled on, the **Custom** tab will appear in the Analytics dashboard.
* **URL** — the web address of the webpage being embedded, requiring an `http://` or `https://` prefix.

{% hint style="info" %}
Webpages applied to the iFrame are third-party resources, and thus do not fall under Proto's scope of support services. If you're troubleshooting getting a valid URL to display, ensure the website supports being iFramed. If the URL's content is behind a login, you may need to be separately signed-in to that platform for the iFrame to display authorized content.
{% endhint %}

Press **Save** to confirm edits.

***

## Using Custom Analytics

Go to the **Analytics** dashboard and select the **Custom** tab.

It will be visible to users with permission to view it.


---

# 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://documentation.proto.cx/docs/settings/teamspaces/custom-analytics.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.
