> ## 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/wgjPsGjJZE2PEhQP/images/data-explorer/employee-overview.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=e388197866d7ae08565e33bf36fb0847" width="3024" height="1642" data-path="images/data-explorer/employee-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
    on the Kombo API in the Data Explorer. This includes employees, groups,
    work locations, legal entities, org hierarchy and structure, absence
    information and all their relations to each other.

    <Frame caption="Employee overview">
      <img src="https://mintcdn.com/kombo/wgjPsGjJZE2PEhQP/images/data-explorer/employee-overview.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=e388197866d7ae08565e33bf36fb0847" width="3024" height="1642" data-path="images/data-explorer/employee-overview.png" />
    </Frame>

    <Frame caption="Employee absences">
      <img src="https://mintcdn.com/kombo/wgjPsGjJZE2PEhQP/images/data-explorer/employee-absences.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=f65ceecffae343649069378ec9bc9c88" width="3024" height="1650" data-path="images/data-explorer/employee-absences.png" />
    </Frame>

    <Frame caption="Company hierarchy">
      <img src="https://mintcdn.com/kombo/wgjPsGjJZE2PEhQP/images/data-explorer/company-hierarchy.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=8ae3685355e8679f57e677cef19470d5" width="3024" height="1640" data-path="images/data-explorer/company-hierarchy.png" />
    </Frame>

    <Frame caption="Organization structure">
      <img src="https://mintcdn.com/kombo/wgjPsGjJZE2PEhQP/images/data-explorer/org-structure.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=503f739f645f700b45c46db7fef5578e" width="3024" height="1642" data-path="images/data-explorer/org-structure.png" />
    </Frame>
  </Accordion>

  <Accordion title="Modify data (e.g. creating absences and employees)">
    You can run any write action supported by the Kombo API in the Data
    Explorer. This includes creating employees and absences, deleting absences
    and adding documents to employees.

    Documents can be added to employees by clicking the three dots menu on the
    employee and selecting "Add document to employee".

    <Frame caption="Add document to employee">
      <img src="https://mintcdn.com/kombo/wgjPsGjJZE2PEhQP/images/data-explorer/add-document-to-employee.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=e7b406340a6d883fd6f8131cd7ff20b4" width="3024" height="910" data-path="images/data-explorer/add-document-to-employee.png" />
    </Frame>

    Absences can be created by selecting a time period in the calendar view.
    Absences can be deleted by selecting an existing absence and clicking the
    delete button.

    <Frame caption="Create an absence">
      <img src="https://mintcdn.com/kombo/wgjPsGjJZE2PEhQP/images/data-explorer/add-absence-to-employee.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=4041111461f68f54e9f9c1057b7b0e08" width="3024" height="1406" data-path="images/data-explorer/add-absence-to-employee.png" />
    </Frame>

    Employees can be created by navigating to the "Create employee form" page.

    <Frame caption="Create an employee">
      <img src="https://mintcdn.com/kombo/wgjPsGjJZE2PEhQP/images/data-explorer/create-employee.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=b795cf4cdc84382e3d70762352d8854e" width="3024" height="1640" data-path="images/data-explorer/create-employee.png" />
    </Frame>
  </Accordion>

  <Accordion title="View available custom fields">
    For supported models you can view all
    [available custom fields](./custom-fields#map-fields-based-on-live-data) in
    the Data Explorer. This feature is currently only implemented for some
    integrations.

    You can access it either from the custom fields card on a data entry or from
    the three dots menu under **Fetch live data**.

    <Frame caption="Custom fields card">
      <img src="https://mintcdn.com/kombo/wgjPsGjJZE2PEhQP/images/data-explorer/hris-fetch-live-data.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=0f89be0df2e449a766d8448df61d0beb" width="3024" height="1644" data-path="images/data-explorer/hris-fetch-live-data.png" />
    </Frame>

    A window will open, showing all available custom fields for the data entry.

    <Frame caption="Model fetcher">
      <img src="https://mintcdn.com/kombo/wgjPsGjJZE2PEhQP/images/data-explorer/hris-model-fetcher.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=4f15aa609fc4fbb555dc1b0f67c768c3" width="1590" height="1564" data-path="images/data-explorer/hris-model-fetcher.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 Komboman**: Click the "Data Explorer" tab in the integration interface

<Frame caption="How to access the Data Explorer.">
  <img src="https://mintcdn.com/kombo/wgjPsGjJZE2PEhQP/images/data-explorer/hris-access-data-explorer.png?fit=max&auto=format&n=wgjPsGjJZE2PEhQP&q=85&s=7d204e362895bea7d9486f169f44cb62" width="2418" height="804" data-path="images/data-explorer/hris-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
