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

# Platform

> See what each area of the Bindbee Dashboard does.

## Dashboard

What you land on after signing in. Connectors are grouped by integration with a count each, so you can see how many of your customers are on BambooHR versus Workday, and narrow to one category with the **All / HRIS / ATS / LMS** tabs.

<Frame>
  <img src="https://mintcdn.com/unifyx-56/NU46D4mywOWu_9HZ/images/platform/dashboard.png?fit=max&auto=format&n=NU46D4mywOWu_9HZ&q=85&s=754f7fe69043b2d501a9aeb8db43974a" alt="The Bindbee Dashboard, with a New Connector button, connectors grouped by integration - BambooHR 114, Workday 80, Quickbooks 21, UKG Ready 15 - and counts reading Active Connectors 162, Pending Connectors 112 and Relink Needed 38" className="block" width="3002" height="1506" data-path="images/platform/dashboard.png" />
</Frame>

***

## Magic Link

A connection page Bindbee hosts for you. Send it to whoever runs your customer's HR system; they sign in and approve access, and the connector is created. **Their credentials never pass through your product**, and you don't build any of these screens.

See [How to connect](/get-started/how-to-connect) for this and the other route.

<Frame>
  <img src="https://mintcdn.com/unifyx-56/NU46D4mywOWu_9HZ/images/platform/magic-link.jpg?fit=max&auto=format&n=NU46D4mywOWu_9HZ&q=85&s=a95ccfe169616610c1f93c1ee84f843c" alt="The four Magic Link screens in order: Create Connector with organization name, a category set to HRIS and a Unique Customer ID; Select integration with BambooHR chosen; a consent screen listing data models such as Benefit, Company and Employee with an Allow and Continue button; and a choice between OAuth authentication and an API key" className="block" width="1860" height="788" data-path="images/platform/magic-link.jpg" />
</Frame>

***

## Connectors

A connector is one customer's authorized link to one third-party system - **one connector = per customer, per system.** Find them under **Connectors**, with separate **Development** and **Production** tabs.

<Frame>
  <img src="https://mintcdn.com/unifyx-56/NU46D4mywOWu_9HZ/images/platform/connector.png?fit=max&auto=format&n=NU46D4mywOWu_9HZ&q=85&s=29678fa61fc9f9035f8d3be2ffe7a4e3" alt="A single connector's Overview tab - Toyota linked to SAP SuccessFactors over an API connection, with Total employees, Active employees and Avg. sync duration, a Force Sync button, one sync history row marked Synced, and a Connector Details panel holding the masked Connector Token and the Customer ID prod_toyota_f199bd" className="block" width="2582" height="1506" data-path="images/platform/connector.png" />
</Frame>

***

## Logs

Every request and response, per connector, with the source system's own error preserved. Open **Logs**, or reach one connector's logs from its own page.

When a sync misbehaves this is the first place to look - see [Logs](/guides/troubleshooting/logs).

<Frame>
  <img src="https://mintcdn.com/unifyx-56/NU46D4mywOWu_9HZ/images/platform/logs.png?fit=max&auto=format&n=NU46D4mywOWu_9HZ&q=85&s=f9985a0b7a7b1100cc13784677e882ea" alt="The Logs view in the Bindbee Dashboard, listing requests by connector" className="block" width="2582" height="1506" data-path="images/platform/logs.png" />
</Frame>

***

## Custom Fields

Where you define values the unified model does not carry and map them out of the source system's own payload.

Learn more on [Custom Fields](/guides/extending/custom-fields).

<Frame>
  <img src="https://mintcdn.com/unifyx-56/NU46D4mywOWu_9HZ/images/platform/custom_field.png?fit=max&auto=format&n=NU46D4mywOWu_9HZ&q=85&s=c2baf30db1863cbf85f2e2cd08d3e5d3" alt="The Custom Fields screen with a New Field button and a table of existing fields - nopets, insure_pay, testing_emp - each showing how many mappings it has, its category, the model it attaches to such as employee or payroll-run-calendar, and when it was last updated" className="block" width="2582" height="1506" data-path="images/platform/custom_field.png" />
</Frame>

***

## Webhooks

Where you register a destination URL, choose which events reach it, and find the signing key.

See [Webhook](/guides/reading-writing/webhooks).

<Frame>
  <img src="https://mintcdn.com/unifyx-56/NU46D4mywOWu_9HZ/images/platform/webhook.png?fit=max&auto=format&n=NU46D4mywOWu_9HZ&q=85&s=474ba87c3b18a4e659418a28f3bcbbe0" alt="The Webhooks screen with an Add webhook button, a Security signature panel holding the masked signing key, and a table of webhooks listing each destination URL, its Production or Development type, when it was created, when it last triggered, and an Enable toggle" className="block" width="2582" height="1506" data-path="images/platform/webhook.png" />
</Frame>

***

## Changelog

What has changed in the Bindbee platform - new integrations, new models and fields, and behavior changes worth knowing about before they reach your connectors.

<Frame>
  <img src="https://mintcdn.com/unifyx-56/NU46D4mywOWu_9HZ/images/platform/changelog.jpg?fit=max&auto=format&n=NU46D4mywOWu_9HZ&q=85&s=669786a001a5862b783caeb166ffcbf1" alt="The What's New panel listing recent platform changes, each dated - new employee filters and SFTP setup improvements marked NEW, and Dayforce payroll runs and deduction write-back" className="block" width="1074" height="788" data-path="images/platform/changelog.jpg" />
</Frame>

***

## Where to next

<CardGroup cols={2}>
  <Card title="How to connect" icon="link" href="/get-started/how-to-connect">
    The two ways a connector gets created - a hosted Magic Link, or the Embedded SDK.
  </Card>

  <Card title="API basics" icon="square-terminal" href="/api-reference/basics/authentication">
    Authentication, pagination, rate limits and sync frequency.
  </Card>
</CardGroup>

***
