> For the complete documentation index, see [llms.txt](https://integrations.drivetrain.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integrations.drivetrain.ai/integration-guide/integrate-with-drivetrain/hris-and-ats/integrating-with-deel.md).

# Integrating with Deel

[Prerequisites](#prerequisites)\
[Deel Setup](#deel-setup)\
&#x20;  [Create Organization Token](#step-1-create-organization-token)

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

1. An active Deel admin account.
2. Admin priviliges in Drivetrain.

## Deel Setup <a href="#deel-setup" id="deel-setup"></a>

### Step 1: Create Organization Token <a href="#step-1-create-organization-token" id="step-1-create-organization-token"></a>

1. Log In into your Deel account and Click on **Hub,** on the next page Click on **Developer Center**

<figure><img src="/files/xPP1jcf2YEa5mNdyCGb2" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/xCrRNekq2yvJqTEdUAH6" alt=""><figcaption></figcaption></figure>

2. On the Developer Center > API access & Sandbox and Click on **Generate New Token** under Organization Token

<figure><img src="/files/6hTEKe1Pj9nU8mZnJYte" alt=""><figcaption></figcaption></figure>

3. Label the token as **Drivetrain Integration** and click on next

<figure><img src="/files/gMIh7kROT3YiU56wWlRp" alt=""><figcaption></figcaption></figure>

4. Select the necessary scopes for for which you want to pull data into drivetrain, and choose the **read method** for every scope and click on **Generate**

{% hint style="info" %}
Scopes represent the objects user has created in their account, you can choose to not share certain scopes which doesn’t fit in the usecase. Please refer to [this](https://developer.deel.com/docs/scopes-1) to understand more about scopes
{% endhint %}

<figure><img src="/files/nJsI7cGO6cavtcXzY5Ht" alt=""><figcaption></figcaption></figure>

5. Copy the token in a secure place and click on close.

<figure><img src="/files/SCAAboF6XvMCmcnMYQK6" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
That’s it share the organization token to your customer success manager.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://integrations.drivetrain.ai/integration-guide/integrate-with-drivetrain/hris-and-ats/integrating-with-deel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
