# Genesys

### Integrate Genesys

To integrate the *Genesys* channel, begin by selecting *Resources* from your workspace menu and choosing *Integrations*:

1. Choose *+ Add integration* > Select *Genesys* from the dropdown
2. Provide a name for your Genesys integration&#x20;
3. Click the link to deploy the CloudFormation template

You will be directed to AWS and asked to sign into your account.

4. The Quick create stack page appears with Template, Stack Name, and Parameters information. In the Capabilities section at the bottom of that page, select the acknowledgment checkbox and click *Create stack*
5. Once the stack is created and deployed, select the *Outputs* tab and under the *Key* section you’ll find the *GenesysLexRoleArn* field. Copy the output of GenesysLexRoleArn field&#x20;

The following steps are done within your Genesys PureCloud instance:

6. Navigate to the Admin menu&#x20;
7. Under the Admin menu, click *Integrations* > Click *Add Integration*
8. Locate the Amazon Lex V2 integration > In the Amazon V2 Lex tile, click *Install*
9. Go back to the *Integrations* tab > Click *More* next to the Amazon Lex V2 Integration > Select *Edit Integration*
10. Click the *Configuration* tab > Click the *Credentials* tab
11. Click the *Configure* button **>** Paste the ARN you copied earlier into the Role ARN box
12. Click *OK* > Click *Save*
13. Select the *Details* tab
14. To activate the integration, click *Inactive*. The Change Status dialog box will appear and ask you to confirm that you want to activate Amazon Lex. Click *Yes* and the status will change to *Active*&#x20;

<figure><img src="/files/gm3cdwCtNfsyoyMQGd0S" alt=""><figcaption><p>Configuration tab in Genesys Console</p></figcaption></figure>

> Optional:&#x20;
>
> * On the Advanced tab of Configuration, define the AWS regions in which to look for Amazon Lex V2 bots. By default, this setting is `{}`, and Genesys Cloud searches only for the current region. However, you can specify the following: `{"regions": [ "us-east-1", "us-west-2"]}` With this configuration, Genesys Cloud searches the `us-east-1` and `us-east-2` regions

15. Navigate back to your NLX workspace&#x20;
16. Click *Create integration*

{% hint style="info" %}
For more detailed information, navigate to the official [Genesys Lex Integration guide](https://help.mypurecloud.com/articles/amazon-lex-v2-quick-start-guide/).&#x20;
{% endhint %}

### Next steps

To successfully use your Genesys integration with applications created in your workspace, be sure to complete the following:

1. Create or select an existing [Core application](/platform/nlx-platform-guide/ai-applications/setup.md) in your NLX workspace
2. From your app's *Configuration* tab, add your Genesys channel under the Delivery section
3. Create an application [build and deploy](/platform/nlx-platform-guide/ai-applications/setup.md#deployment)


---

# 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://docs.nlx.ai/platform/nlx-platform-guide/integrations/types/channels/genesys.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.
