> For the complete documentation index, see [llms.txt](https://docs.harmony.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.harmony.io/integrations/hris/namely.md).

# Namely

Harmony supports Namely as an HRIS data source, allowing you to keep your employee directory automatically synchronised with data from your Namely account. Once the integration is connected, employee records flow into Harmony through the standard HR integration pipeline - no manual imports or CSV uploads required.

Namely joins the growing list of supported HRIS providers in Harmony, giving your organisation a reliable, hands-off way to manage employee data.

### What syncs from Namely

When you connect Namely to Harmony, the integration pulls employee records from your Namely account and keeps your Harmony employee directory up to date automatically. Synced data follows Harmony's standard HR integration pipeline, consistent with all other supported HRIS providers.

### Connecting Namely to Harmony

To set up the Namely integration, follow the steps below.

1. In Harmony, navigate to **Settings** and open the **Integrations** section.
2. Locate **Namely** in the list of available HRIS providers and select it.
3. Follow the on-screen prompts to authorise Harmony to access your Namely account.
4. Once authorisation is complete, Harmony will begin syncing employee records from Namely automatically.

After the initial sync, your employee directory will reflect the data in Namely, and subsequent changes in Namely will be picked up through the standard sync process.

### Things to know

* The Namely integration uses Harmony's standard HR integration pipeline, so behaviour is consistent with other supported HRIS providers.
* No manual imports are needed once the integration is active.
* If you need to review sync status or troubleshoot any issues, check the integration details page in **Settings > Integrations**.

### Supported HRIS providers

Namely is one of several HRIS providers supported by Harmony. If you use a different HR system, visit the HRIS section of this documentation to see the full list of available integrations.


---

# 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://docs.harmony.io/integrations/hris/namely.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.
