# Login with Amazon Setup

### Objective

This document will guide the user through a series of step on how to setup a login with Amazon integration.

### Introduction

Users need to log in with the Amazon-provided username and password to share information with participating third-party websites or apps. This enables the user to publish apps from iX Hello to the Alexa Developer Console.

### Creating an Amazon Developer Account

These steps can be skipped if you already have a valid Developer account

1. To set up an Amazon Developer account, visit <https://developer.amazon.com/>. In the upper right corner, click **Sign in**.&#x20;

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

2. Press **Create your Amazon Developer account**

<div align="center"><figure><img src="/files/R7govjdnTau8EpfeerGp" alt="" width="409"><figcaption></figcaption></figure></div>

3. Populate the fields and press **Create your Amazon Developer account**.

<div align="center"><figure><img src="/files/j8AL4H65Y8GoILoVorv3" alt="" width="379"><figcaption></figcaption></figure></div>

4. A verification code will be sent to the email entered. Enter the code in the screen that appears below.

<div align="center"><figure><img src="/files/2Cln5mop4TLekQvpPYli" alt="" width="480"><figcaption></figcaption></figure></div>

5. Complete the registration information and contact details and press **Submit**.
6. Select the services of interest. Then click **Start Exploring the console**.

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

1. Select **Login with Amazon**

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

2. Select **Create a New Security Profile**

<div align="center"><figure><img src="/files/TH5Skgdkk7hILffgZnNw" alt="" width="563"><figcaption></figcaption></figure></div>

3. Add Security Profile Name, Security Profile Description and, for the Consent Privacy URL, you can use: [https://www.ixhello.com/privacy](https://www.voiceworx.ai/privacy)

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

4. Press **Save**.
5. Click the Gear Icon in the lower right corner and select **Web Settings**

   <figure><img src="/files/4ZmNl5391LgxYO0xDmcJ" alt=""><figcaption></figcaption></figure>
6. The Security Profile opens. Record the Client ID and Client Secret for use when connecting to iX Hello.
7. To add allowed Origins and Allowed Return URL, click **Edit**

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

8. Fill in the details:

\
Allowed Origins: \
&#x20;  <https://bots.ixhello.com>

\
Allowed Return URLs:\
&#x20;  <https://layla.amazon.com/api/skill/link/M28B8XQDSCDUW6>\
&#x20;  <https://pitangui.amazon.com/api/skill/link/M28B8XQDSCDUW6>\
&#x20;  <https://alexa.amazon.co.jp/api/skill/link/M28B8XQDSCDUW6>\
&#x20;  [https://bots.ixHello.com/OAuthCode/Redirect](https://bots.ixhello.com/OAuthCode/Redirect)

9. Click **Save**

![](/files/-MkbFPanPG8ylrHoM1EO)

### Connecting to Amazon with iX Hello

1. Login to the iX Hello portal on [https://bots.ixHello.com/](https://portal.voiceworx.ai/)
2. Click on **Studio Mode** at the top.
3. On the left navigation menu select **Integration** > **Connect Systems**. Press **Add New Connection**.

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

4. Select **Amazon Alexa** and press **Next**.

<figure><img src="/files/8CLsRQnkeRI849STFTFH" alt=""><figcaption></figcaption></figure>

5. Give the connection a Service Instance Name, Organization ID, and add the Client ID and Client Secret created earlier. Press **Validate and Save Settings**.

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

6. Select or enter the following:

&#x20;  a. Add any descriptive name in the “**Your LWA Instance Name Here**”.

&#x20;  b. Click “**Login with Amazon**”.

!\[Graphical user interface, text, application

Description automatically generated]\(/files/-MkbFPaq2hgdDymi7yhl)

7. Click **Allow** to sign in.

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

8. Once signed in then a success message will appear after being redirected back to the platform.

<div align="center"><img src="/files/-MkbFPasFWEHKltCY038" alt="Graphical user interface, website

Description automatically generated" width="563"></div>

Congratulation! Your Login with Amazon Setup is now complete.

An account is now enabled to publish apps to Alexa on the iX Hello platform.


---

# 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.ixhello.com/ixhc/connections/login-with-amazon-setup.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.
