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

# RingCentral Setup

> Step-through wizard for configuring the RingCentral telephony integration in Community Engagement.

The RingCentral Setup page at `/ce/settings/telephony/ringcentral-setup` hosts the RingCentral integration setup wizard, allowing administrators to connect a RingCentral account to the Community Engagement telephony features. Alternate route: `/ce/telephony/setup`.

## Overview

Both `/ce/settings/telephony/ringcentral-setup` and `/ce/telephony/setup` mount the same `RingCentralSetupPage`, which wraps `RingCentralSetupWizard` inside a `PageContainer`. The wizard guides administrators through connecting a RingCentral account. Both routes require the `ce.admin` permission.

## Who it's for

Permission required: `ce.admin`

## Before you start

* You must have `ce.admin` permission.
* Have your RingCentral account credentials or API keys ready before starting the wizard.

## Steps

<Steps>
  <Step title="Open the setup wizard">
    Navigate to `/ce/settings/telephony/ringcentral-setup` or `/ce/telephony/setup`.
  </Step>

  <Step title="Follow the wizard steps">
    Complete the steps presented by `RingCentralSetupWizard` to authenticate and connect your RingCentral account.
  </Step>

  <Step title="Verify the connection">
    After completing the wizard, confirm that click-to-call and inbound call features are functional in CE.
  </Step>
</Steps>

## Related

<Columns cols={2}>
  <Card title="Community Engagement" icon="bullhorn" href="/ce/overview">
    Community Engagement core overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/ce.tsx
  * src/cores/ce/pages/RingCentralSetupPage.tsx
  * src/cores/ce/components/setup/RingCentralSetupWizard.tsx
</Accordion>
