> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iru.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Reach 360

> Connect Articulate Reach 360 to Iru Compliance with a Manage API key used as a Bearer token to collect course, training, and learner completion evidence.

### About Reach 360

Iru reads **enrollments**, **completions**, **content**, and **group** data from Reach **360** using a **Bearer** token created under **Manage** → **Settings** → **Manage API Keys**.

### How It Works

```http theme={null}
Authorization: Bearer YOUR_API_KEY
```

| Detail             | Value               |
| ------------------ | ------------------- |
| **Category**       | Learning / training |
| **Authentication** | Bearer (API key)    |

Official references: [Manage API keys](https://community.articulate.com/kb/user-guides/reach-360-manage-api-keys/1136824), [Reach 360](https://articulate.com/360/reach).

### Prerequisites

* **Admin** on the Reach 360 tenant.

### Connect Reach 360 to Iru

<Tabs>
  <Tab title="Reach 360">
    <Note>
      Complete this tab before you connect the source in Compliance.
    </Note>

    <Steps>
      <Step title="Sign in to Reach 360">
        Open your Reach 360 admin experience and sign in with an **Admin** on the tenant.
      </Step>

      <Step title="Open Manage">
        Select **Manage** (or the gear **Settings** entry your tenant uses for administration).
      </Step>

      <Step title="Open Settings">
        Choose **Settings** to reach tenant-wide configuration pages.
      </Step>

      <Step title="Open Manage API Keys">
        Select **Manage API Keys** (or **API keys**) to list existing keys and creation controls.
      </Step>

      <Step title="Generate New Key">
        Choose **Generate New Key**, enter a name such as **Iru Compliance**, and confirm.
      </Step>

      <Step title="Copy the key once">
        Copy the key value **once** when Reach 360 displays it and store it in a vault until you paste it into Iru.
      </Step>
    </Steps>

    <Note>
      Continue on the [**Iru Compliance**](#iru-compliance) tab.
    </Note>
  </Tab>

  <Tab title="Iru Compliance">
    <Note>
      Finish the [**Reach 360**](#reach-360) tab first.
    </Note>

    <Steps>
      <Step title="Open Sources">
        In Iru Compliance, on the left navigation bar, expand **Compliance** and select **Sources**.

        <Frame>
          <img src="https://mintcdn.com/iru/7HsGH7lnQ8GpVmI0/assets/media/images/iru-navigation-compliance-sources.png?fit=max&auto=format&n=7HsGH7lnQ8GpVmI0&q=85&s=595982441fd777b333b3ecfea24adc24" alt="Left navigation: Compliance expanded, Sources selected" width="424" height="1056" data-path="assets/media/images/iru-navigation-compliance-sources.png" />
        </Frame>
      </Step>

      <Step title="Turn on Reach 360">
        Find **Reach 360** (use **Category** or **Search by name or description**). On that card, turn on the **toggle**. A browser tab or window may open for the connector wizard.
      </Step>

      <Step title="Paste the API key">
        Paste the **Bearer** token when prompted.
      </Step>

      <Step title="Finish the connection">
        Click **Submit Bearer Token**. When the connection succeeds, the wizard shows **Connection Configured**.
      </Step>

      <Step title="Confirm the source is Active">
        Close the **Iru is requesting access to external services** browser tab, then return to **Compliance** → **Sources** and confirm the **Reach 360** card is **Active**.
      </Step>
    </Steps>
  </Tab>
</Tabs>

### Troubleshooting

<AccordionGroup>
  <Accordion title="Nothing opens when you turn the source on">
    Check **pop-up blocker** settings for the Iru site and try again.
  </Accordion>

  <Accordion title="401 Unauthorized">
    Key deleted - generate a new one.
  </Accordion>

  <Accordion title="No API Keys UI">
    Confirm **Admin** role.
  </Accordion>
</AccordionGroup>

### Related Articles

<CardGroup cols={2}>
  <Card title="Sources Management" icon="plug" href="/en/compliance/sources-management">
    Browse and manage every Compliance source.
  </Card>

  <Card title="Getting Started With Compliance" icon="rocket" href="/en/compliance/getting-started-with-compliance">
    Frameworks, actions, and **Artifacts**.
  </Card>

  <Card title="Iru Overview" icon="layer-group" href="/en/iru/platform-overview/iru-overview">
    How Endpoint, Compliance, and Identity fit together.
  </Card>

  <Card title="Artifacts Management" icon="folder-open" href="/en/compliance/artifacts-management">
    Upload, review, and organize evidence from sources and actions.
  </Card>
</CardGroup>
