# Integrating with Lattice

[Prerequisites](#prerequisites)

[Lattice Setup](#zenefits-setup)\
&#x20;  [Generate API Key](#add-a-new-user)

## Prerequisites

To connect Lattice to Drivetrain, you need:

* An active Lattice account
* Super Admin privileges on Lattice
* Admin privileges in Drivetrain

## Lattice Setup <a href="#zenefits-setup" id="zenefits-setup"></a>

Drivetrain supports integration with Lattice via **API** using an API key. &#x20;

### Generate API key <a href="#add-a-new-user" id="add-a-new-user"></a>

{% hint style="info" %}
Ensure that the person creating the API key is a super admin in your Lattice account.
{% endhint %}

1. Log in to your Lattice account.
2. On the left-hand navigation pane, select **Admin** > **Settings** > **API Keys**.
3. Click **Generate API key**.
4. Make a note of the API key in a secured document.&#x20;

{% hint style="info" %}
That’s it! Share the API key with your customer success manager so that they can get started!
{% endhint %}


---

# 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://integrations.drivetrain.ai/integration-guide/integrate-with-drivetrain/hris-and-ats/integrating-with-lattice.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.
