# Connecting amazon advertising accounts

In order to start receiving advertising data, the app will require an API connection through "login with Amazon".&#x20;

{% hint style="warning" %}
Advertising manager/partner users do not have the ability to grant API access. Only primary accounts can grant authorization.
{% endhint %}

Follow the steps below to establish a connection between your advertising account and the app:

* [x] Visit the "login with amazon URL" provided by your Advertising Beast representative. The URL will be similar to the examples below, according to the assigned server allocation:
  * `https://app.advertisingbeast.com/lwa`
  * `https://example.app.advertisingbeast.com/lwa`
* [x] Enter your contact information and choose marketplace on the form.

  <div align="left"><figure><img src="/files/A4QByPQqGrgC88tAPcl1" alt=""><figcaption></figcaption></figure></div>
* [x] If prompted, log into your amazon account using the credentials from your primary advertising account.&#x20;

  <div align="left"><figure><img src="/files/f6VpWYvR6rzZktnzDWL4" alt=""><figcaption></figcaption></figure></div>
* [x] Submit your consent to establish a connection.

  <div align="left"><figure><img src="/files/DvjLj9T8BMAqFJ0jkigX" alt=""><figcaption></figcaption></figure></div>

{% hint style="success" %}
Once a successful connection has been established the app database will start populating with advertising profiles basic information associated with the recently connected account.
{% endhint %}

If you would like to learn more about how Login with Amazon (LWA) works, you can visit Amazon's documentation page, which provides a detailed explanation of the LWA service and its functionalities:

{% embed url="<https://developer.amazon.com/docs/login-with-amazon/conceptual-overview.html>" %}
Login with Amazon
{% endembed %}


---

# 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.advertisingbeast.com/getting-started/onboarding/connecting-accounts/connecting-amazon-advertising-accounts.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.
