# How to Integrate Gleantap with Ring Central

Step One: Open your account and navigate to the top right menu and click on Settings. This will open a new page where you will see a tab marked Integration.&#x20;

![](https://s3-us-west-1.amazonaws.com/gleantapvirtual/3717/theme/images/1684349996_Screen%20Shot%202023-05-17%20at%201.57.54%20PM.png)

﻿On this page, click the green button that says 'Add New Integration.' Under integrations, select RingCentral and you will see this.&#x20;

<figure><img src="/files/d12C0Vvx5GePjdFnbFvw" alt=""><figcaption></figcaption></figure>

Now, go into your RingCentral account and follow the below steps to create the JWT token you need to add to complete the integration.&#x20;

Creating a JWT credential﻿

JWT tokens are created exclusively within the RingCentral Developer Console. For this reason, JWT credentials can only be created by users who have a valid developer account or role. To create a JWT used for app authentication, follow these steps:

1\. Login to the [RingCentral Developer Console](https://developers.ringcentral.com/my-account.html). If you do not have access to the Developer Console, please reach out to your account administrator to request access.

2\. Hover your mouse over your name in the upper righthand corner, and select "Credentials."

![](https://netstorage.ringcentral.com/dpw/guide/images/jwt-credentials-menu.png?v=2023-04-11)

3\. Click 'Create JWT.'&#x20;

<figure><img src="/files/yTWSyUM8kKzLYVPKOAdJ" alt=""><figcaption></figcaption></figure>

4\. Configure your JWT.&#x20;

* Under Select Environment, choose 'Production.'&#x20;
* For 'What apps are permitted to use this credential?' select 'Only specific apps of my choice' and add this client ID for Gleantap: aqF2UIImTZCaaUUusJ0G2Q

<figure><img src="/files/DWulWiLLScdItYZzU09I" alt=""><figcaption></figcaption></figure>

Now, go back to Gleantap, add your RingCentral Number and the newly made JWT token and you should be all set!


---

# 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://help.gleantap.com/integration/how-to-integrate-gleantap-with-ring-central.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.
