> For the complete documentation index, see [llms.txt](https://docs.nlx.ai/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nlx.ai/platform/nlx-platform-guide/integrations/types/channels/alexa.md).

# Alexa

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

### Integrate Alexa

Need an Alexa Developer account? [Click here](https://developer.amazon.com/en-US/alexa)

1. Select *Resources* from your workspace menu and choose *Integrations*:
2. Choose *+ Add integration* > Select *Alexa* from the dropdown
3. Provide a name for your Alexa integration&#x20;
4. Click *Link Account* > Follow steps
5. Return to your NLX workspace when account linking is complete
6. Click *Create integration*

### Next steps

To successfully use your Alexa integration with applications you're ready to deploy, 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 Alexa channel under the Delivery section and enter the *Skill invocation name*
3. Create an application [build and deploy](/platform/nlx-platform-guide/ai-applications/setup.md#deployment)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nlx.ai/platform/nlx-platform-guide/integrations/types/channels/alexa.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
