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

# Console

<Frame>
  <img src="https://mintcdn.com/tartan-016fd7d8/F-sdJMJ6VImLHYp0/images/login.png?fit=max&auto=format&n=F-sdJMJ6VImLHYp0&q=85&s=3af86fe526e3f10c0a141708b98444f5" width="2878" height="1626" data-path="images/login.png" />
</Frame>

**The Tartan HRMS Sync Console** is a no-code platform built to simplify HRMS integration and data management. It empowers you to onboard clients, control data syncs, manage users, and configure integration settings—all without writing a single line of code.

**What You Can Do with the Console**

* **Invite and Manage Clients** : Easily invite your clients to connect their HRMS systems, share the employee details and manage each connection from a centralized dashboard.

* **Set Sync Frequency** : Define how often Tartan should fetch updates from your clients' HRMS platforms to keep employee data up-to-date.

* **View and Export Employee Directory** : Access the full employee directory from connected clients and export it as a CSV for reporting or processing.

* **Customize Source Data** : Apply transformation rules to structure source data to meet your specific format or logic needs.

* **User Management** : Invite team members within your organization, assign them roles (e.g., admin, viewer), and associate them with specific clients for better access control.

* **Set Data Models** : Select the data points you require from the corporate. You can mark specific fields as mandatory, while allowing the corporate the flexibility to disable non-mandatory fields, ensuring both security and control in the data-sharing process.

* **SDK UI Customization & Preview** : If you're using the SDK, use the console to customize the UI elements and instantly preview SDK changes in the console itself.

* **Webhook Configuration** : Set up your webhook endpoint and choose the specific events you'd like to subscribe to—ensuring you receive real-time updates when important changes occur.

## Access to Tartan Console

Reach out to your SPOC in tartan or [ankur@tartanhq.com](mailto:ankur@tartanhq.com) to get access to a sandbox account.
Once you are done with the testing, we will provide you with a whitelabeled console which you can use to invite your corporates.

**Whitelabelling includes** :

* Custom domain
* Customized login page
* Customized emails
* Customized Branding

## Setup Webhook

You can setup your webhook URL using tartan console and opt for the webhook events you want to consume.

**Steps to setup the webhook**

<Steps>
  <Step title="Login to tartan console">
    Login to the tartan console using your credentials.
  </Step>

  <Step title="Open settings">
    Refer to settings tab in side navbar and open the webhooks page.
  </Step>

  <Step title="Setup webhook URL">
    Setup your webhook URL on which you want to receive the webhook events.

    <Frame>
      <img src="https://mintcdn.com/tartan-016fd7d8/F-sdJMJ6VImLHYp0/images/webhook.png?fit=max&auto=format&n=F-sdJMJ6VImLHYp0&q=85&s=8bc81db0f39ad67ff55bcb59ba5bb1dd" width="2880" height="1164" data-path="images/webhook.png" />
    </Frame>
  </Step>

  <Step title="Setup webhook events">
    Select the webhook events you want to receive.

    <Frame>
      <img src="https://mintcdn.com/tartan-016fd7d8/F-sdJMJ6VImLHYp0/images/webhook-events.png?fit=max&auto=format&n=F-sdJMJ6VImLHYp0&q=85&s=67f556a405fd0568d4c3ae431d8bd5ab" width="2880" height="1606" data-path="images/webhook-events.png" />
    </Frame>
  </Step>
</Steps>

## SDK UI Customization

You can customize your SDK by adding your company logo, applying brand colors to CTAs, and selecting your preferred mode of integration.

**Steps to customize UI**

<Steps>
  <Step title="Login to tartan console">
    Login to the tartan console using your credentials.
  </Step>

  <Step title="Open settings">
    Refer to the settings tab in side navbar and open the UI page.
  </Step>

  <Step title="Setup logo and CTA color">
    Upload your brand logo, configure CTA colors, and select your preferred integration modes.

    <Frame>
      <img src="https://mintcdn.com/tartan-016fd7d8/F-sdJMJ6VImLHYp0/images/ui-customize.png?fit=max&auto=format&n=F-sdJMJ6VImLHYp0&q=85&s=ee76bbe34f2527d8621b9f8afb5a85c5" width="2880" height="1608" data-path="images/ui-customize.png" />
    </Frame>
  </Step>
</Steps>

## User Management

You can invite users from your organisation, assign them roles as admins or members, and link them to specific corporates.

**Steps to invite users**

<Steps>
  <Step title="Login to tartan console">
    Login to the tartan console using your credentials.
  </Step>

  <Step title="Click Manage Users">
    Refer to the manage users section in the side navigation bar.
  </Step>

  <Step title="Select Role">
    Refer to top right section, click invite user and choose the role.

    <Frame>
      <img src="https://mintcdn.com/tartan-016fd7d8/F-sdJMJ6VImLHYp0/images/user-management.png?fit=max&auto=format&n=F-sdJMJ6VImLHYp0&q=85&s=19f5e6867b990e558ad5fd568fcff44a" width="898" height="772" data-path="images/user-management.png" />
    </Frame>
  </Step>

  <Step title="Invite User">
    Enter the user's name, email, and phone number to send the invitation.

    <Frame>
      <img src="https://mintcdn.com/tartan-016fd7d8/F-sdJMJ6VImLHYp0/images/invite-user.png?fit=max&auto=format&n=F-sdJMJ6VImLHYp0&q=85&s=2e2f9c46ef1aac3a94658b0afaf659ba" width="886" height="912" data-path="images/invite-user.png" />
    </Frame>
  </Step>
</Steps>
