> ## 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.

# The dashboard

> Your hub for developing and configuring your integrations

### Integrations

Your dashboard contains a list of all your integrations. At a glance, we provide an overview of each integration's individual [state](/hris/guides/integration-states), letting you see if everything is running smoothly. You can also click on an integration for additional configuration, such as filtering which employees are synced in the case of HRIS systems.

<Frame>
  <img src="https://mintcdn.com/kombo/gOJSp7BFh1-OoJE6/images/integrations.png?fit=max&auto=format&n=gOJSp7BFh1-OoJE6&q=85&s=f1b11bc8f7e7e45c750e3f3df12e14cb" alt="1376" width="1956" height="582" data-path="images/integrations.png" />
</Frame>

### Managing integrations

From the integrations list you can click into any integration to configure it
(e.g. employee filtering for HRIS) or delete it. You can also switch between
your **Production** and **Development** environments using the sidebar toggle.

Configuration that applies across integrations -- such as
[scopes](/hris/features/scopes), [webhooks](/hris/guides/webhooks), and
[custom fields](/hris/features/custom-fields) -- is available under the
**Configuration** section in the sidebar.

### Tool Coverage

The [tool coverage](/hris/guides/implementing-new-tools#coverage-grid) grid makes it easy for you to see which functionality is covered by which tool; not every tool will expose the same feature set, so seeing the coverage enables you to easily see if integrating a tool is feasible with your product's need.

### Logs

[Request logs](/hris/features/logs) help you be compliant with the data that Kombo processes; you can see every request that Kombo is making. It also lets you understand which endpoints are causing problems (like `403` errors on missing permissions) and debug them yourself.

<CardGroup cols={1}>
  <Card title="You already use Kombo? Head to the dashboard here" icon="link" href="https://app.kombo.dev/" />
</CardGroup>
