Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.explo.co/llms.txt

Use this file to discover all available pages before exploring further.

Embedding with the Web Component

When you embed an Explo dashboard or report builder with the web component, you may specify the environment for example with dashboards in the following way:
<explo-dashboard dash-customer-token="dashboard_id:customer_token" environment="production">
</explo-dashboard>
Specify the environment tag with the environment property.

Embedding with the IFrame

When you embed with an IFrame, you can specify the environment tag as the final parameter in the URL for example with dashboards as such:
https://explo.co/iframe/:dashboardid/:customer_token/production

Not specifying an environment

If you don’t specify an environment tag, then we will use the most recently saved version.