> 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/knowledge-base/simpplr.md).

# Simpplr

Integrate Simpplr intranet to power AI responses with employee experience insights

### About Simpplr

Simpplr is an AI-powered employee experience platform that combines intranet, knowledge management, and employee communications. Connecting Simpplr to Harmony enables your AI to access organizational knowledge, company news, and employee resources to provide context-aware support and enhance the employee experience.

### What the Simpplr integration enables

| Capability            | Description                                     |
| --------------------- | ----------------------------------------------- |
| Knowledge Base Access | Search Simpplr content for IT support responses |

### Prerequisites

* **Simpplr App Manager Access**: App Manager (or equivalent admin) role in Simpplr, required to create client applications
* **Simpplr Region**: Know which Simpplr region hosts your tenant (United States or Europe)
* **Harmony Account**: Active Harmony workspace with admin access

### Configuration

#### In Simpplr

1. Log in to Simpplr as an App Manager
2. Navigate to **Manage** > **Application** > **Integrations** > **Client application**
3. Click **Add client application** and configure:
   * Name: "Harmony"
   * Grant type: **Client credentials**
4. Save the application and copy the **Client ID** and **Client Secret** (the secret is shown only once)

#### In Harmony

1. Go to **Settings** > **Integrations** > **Simpplr**
2. Select your Simpplr **Region**
3. Enter the **Client ID** and **Client Secret**
4. Click **Connect**

### What Harmony Syncs

**From Simpplr:**

* Published **knowledge pages** from your Simpplr sites


---

# 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/knowledge-base/simpplr.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.
