# Enabling accounts for advertising

While the API connection enables data population in the app databases, to display data for advertising accounts associated with your logged Amazon account, it is necessary to activate each account for advertising so that data can be indexed. Follow the steps below to enable accounts for advertising:

* [x] Visit the "Accounts" page in the manager.
* [x] [Select the account(s)](/getting-started/navigating-the-app/selecting-accounts.md) you wish to enable for advertising from the list, using the checkboxes to the left.
* [x] In the actions bar, choose "Update custom fields" from the "Actions/Edit" button.

  <div align="left"><img src="https://github.com/advertising-beast/ppc-manager-docs/assets/51835168/e87748c4-60e0-49b6-b0f6-a1204275058c" alt=""></div>
* [x] In the advertising section, tick the boxes for "Update Advertising" and "Advertising," then apply your changes using the button in the lower right corner.

  <div align="left"><img src="https://github.com/advertising-beast/ppc-manager-docs/assets/51835168/46d54469-8189-4a71-b6a5-d2436a0f8db8" alt=""></div>

Accounts successfully enabled will display a "True" status under the advertising column. To verify the status change, reload the accounts page.

<div align="left"><img src="https://github.com/advertising-beast/ppc-manager-docs/assets/51835168/fd6c4280-3c9e-4689-a5c9-b01b10adcef8" alt=""></div>

{% hint style="info" %}
This is a beta feature which will be deprecated once the account management system is completed.
{% 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.advertisingbeast.com/getting-started/onboarding/enabling-accounts-for-advertising.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.
