# Alexa

{% hint style="info" %}
This feature is currently available to enterprise tiers only.
{% endhint %}

### Prerequisites

Assigning this channel to an application requires a one-time integration of Alexa in your NLX workspace.

<a href="../../../integrations/types/channels/alexa" class="button primary">Integrate Alexa</a>

### Add channel to app

1. Select *Configuration* tab of your application&#x20;
2. Choose *+ Add channel* under *Delivery* section > Click Alexa
3. Choose your Alexa workspace integration from the *Integration* dropdown

> Optional:
>
> * *Application ID:* Used to enter the Skill IF found in your Alexa developer console

4. Enter [*Skill invocation name*](https://developer.amazon.com/en-US/docs/alexa/custom-skills/choose-the-invocation-name-for-a-custom-skill.html)
5. Select *Create channel*
6. Click *Save*
7. Create an [application build and deploy](https://docs.nlx.ai/platform/nlx-platform-guide/setup#deployment)

{% hint style="success" %}
When you build custom Alexa skills, you can invoke them by saying “*Alexa open \[My Custom App Name].*”  \[My Custom App Name] = *Skill invocation name.*
{% endhint %}


---

# 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/ai-applications/deployment/managing-channels/creating-an-alexa-channel.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.
