# Lever

The Lever integration allows you to keep Lever as your central ATS while using JOIN to distribute your jobs to multiple job boards. Once connected, JOIN automatically syncs your jobs and forwards applications back to Lever, so you can manage everything from one place without extra admin work.

{% hint style="warning" %}
Before you begin, make sure to review the [External HR tools](/integrations/external-hr-tools.md) article to understand the general requirements and limitations that apply to all integrations (e.g. sync frequency, job limits, multi-language/locations, screening questions).
{% endhint %}

Once connected, the Lever integration allows you to:

* Automatically sync jobs from Lever to JOIN for multiposting
* Receive applications from JOIN directly in Lever
* Use Lever as your main recruiting tool while JOIN handles distribution in the background

***

### Connect Lever and JOIN

{% stepper %}
{% step %}

#### Go to Integrations in JOIN

Login to you JOIN account and go to `Settings` → `Integrations`. Select `Lever` from the list of available tools.

On the Lever integration page, click the `Connect Lever` button. This will open a new window asking you to authorise JOIN to access your Lever account.

<figure><img src="/files/TCgCvdozZCA91TD451X1" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Authorise JOIN access

To complete the connection, you’ll need to grant JOIN the following permissions:

* View and manage all job postings
* View all candidate applications, notes, and opportunities
* Manage all file uploads
* Allow offline access

Click `Accept` to authorise the integration.
{% endstep %}

{% step %}

#### Confirm integration status

After authorisation, the Lever integration page in JOIN will show a green `Authenticated` status. This means the connection is active and syncing.
{% endstep %}
{% endstepper %}

***

### FAQs

<details>

<summary>How does JOIN sync with Lever?</summary>

JOIN mirrors all active jobs from Lever, including updates and archives. Applications submitted via JOIN are sent to Lever in real time.

</details>

<details>

<summary>Where should I manage my jobs after connecting Lever?</summary>

Always create, edit, and archive jobs directly in Lever. JOIN will reflect any changes automatically.

</details>

<details>

<summary>What happens if I leave old jobs in JOIN before connecting Lever?</summary>

Manually created JOIN jobs may cause duplicates. Archive these in JOIN before activating the integration to ensure a clean sync.

</details>

<details>

<summary>How can I tell if a job is synced from Lever?</summary>

Jobs successfully synced via Lever are marked with a green checkmark <i class="fa-circle-check">:circle-check:</i> and labeled `Synced` in within JOIN.&#x20;

</details>

<details>

<summary>Can I filter which Lever jobs sync to JOIN?</summary>

No. All active Lever jobs within your JOIN job limit will sync automatically. Filtering is not supported.

</details>

<details>

<summary>Are screening questions supported in Lever?</summary>

No. Screening questions are not supported in the Lever integration.

</details>


---

# Agent Instructions: 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:

```
GET https://help.join.com/integrations/external-hr-tools/lever.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
