> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Explorer

> Interact with customer data from a convenient UI in the Kombo dashboard.

## Overview

The Data Explorer is a visual layer on top of Kombo's unified API. It allows
you to view and search for data entries and execute all write actions from a
convenient UI in the Kombo dashboard.

This allows you to easily debug issues with your integrations, develop new
features, and test changes with your customer's data or your sandboxes.

<Frame caption="Data Explorer">
  <img src="https://mintcdn.com/kombo/Jci1E-TxcBzGa2oF/images/data-explorer/lms-user-overview.png?fit=max&auto=format&n=Jci1E-TxcBzGa2oF&q=85&s=8c8b4c3d13c8a5073eb06abf91dcb3ca" width="3024" height="1656" data-path="images/data-explorer/lms-user-overview.png" />
</Frame>

## Features

Below a few examples showing what you can do with the Data Explorer.

<AccordionGroup>
  <Accordion title="View data">
    You can view any data field of any data model available
    on the Kombo API in the Data Explorer. This includes users, courses,
    course progressions, skills, and all their relations to each other.

    <Frame caption="Course details with revisions">
      <img src="https://mintcdn.com/kombo/Jci1E-TxcBzGa2oF/images/data-explorer/lms-course-details.png?fit=max&auto=format&n=Jci1E-TxcBzGa2oF&q=85&s=8841c9e7654a5a7504922abefde774c1" width="3024" height="1432" data-path="images/data-explorer/lms-course-details.png" />
    </Frame>

    <Frame caption="Course progress | users enrolled in a course">
      <img src="https://mintcdn.com/kombo/Jci1E-TxcBzGa2oF/images/data-explorer/lms-course-progress.png?fit=max&auto=format&n=Jci1E-TxcBzGa2oF&q=85&s=1d7a2944f499bedfa6833a13fb889c94" width="3016" height="1270" data-path="images/data-explorer/lms-course-progress.png" />
    </Frame>
  </Accordion>

  <Accordion title="Modify data (e.g. creating courses and progressions)">
    You can run any write action supported by the Kombo API in the Data
    Explorer. This includes creating courses and course progressions, completing
    course progressions, and deactivating courses.

    Write actions can be accessed by clicking the three dots next to a data
    entry.

    <Frame caption="Course write actions">
      <img src="https://mintcdn.com/kombo/Jci1E-TxcBzGa2oF/images/data-explorer/lms-course-actions.png?fit=max&auto=format&n=Jci1E-TxcBzGa2oF&q=85&s=bf902bae9d2c98645904711b1766635e" width="3022" height="1270" data-path="images/data-explorer/lms-course-actions.png" />
    </Frame>

    You can also upsert courses directly from the Data Explorer using the bulk
    upsert courses action.

    <Frame caption="Upsert course button">
      <img src="https://mintcdn.com/kombo/Jci1E-TxcBzGa2oF/images/data-explorer/lms-create-course-button.png?fit=max&auto=format&n=Jci1E-TxcBzGa2oF&q=85&s=560ddb8c3a59312c89c52a12617b9265" width="3024" height="1366" data-path="images/data-explorer/lms-create-course-button.png" />
    </Frame>
  </Accordion>
</AccordionGroup>

## How It Works

The Data Explorer is a feature built on top of the Kombo API. It allows you to
interact with the Kombo API in a convenient UI in the Kombo dashboard. All
integration-specific read and write actions that are possible via the Kombo API
are available in the Data Explorer.

## Where to find the Data Explorer

The Data Explorer is located within individual integration pages in the Kombo
dashboard:

1. **Go to Integrations**: Navigate to the [Integrations page](https://app.kombo.dev/integrations) in your dashboard
2. **Select an Integration**: Click on any connected integration from your list
3. **Access Data Explorer**: Click the "Data Explorer" tab in the integration interface

<Frame caption="How to access the Data Explorer.">
  <img src="https://mintcdn.com/kombo/Jci1E-TxcBzGa2oF/images/data-explorer/lms-access-data-explorer.png?fit=max&auto=format&n=Jci1E-TxcBzGa2oF&q=85&s=ba7e26ae5ad815276c56e701ab8f881e" width="2458" height="602" data-path="images/data-explorer/lms-access-data-explorer.png" />
</Frame>

## Access Permissions

The Data Explorer is available to:

* **Production Environment**: Users with admin role
* **Development Environment**: Users with admin or developer role
