# Granting access to users

Once a connection is established, you will be prompted to provide information for each user with granted access. Each user will receive their respective account login information, which includes:

* Login URL
* Username
* Email
* Password

Examples:

{% code title="URL" %}

```
https://app.advertisingbeast.com/login
```

{% endcode %}

{% code title="Username" %}

```
User
```

{% endcode %}

{% code title="Email" %}

```
user@advertisingbeast.com
```

{% endcode %}

{% code title="Password" %}

```
User2023
```

{% endcode %}

Visit the provided URL to gain access to the login form, which requires the email and password supplied, as shown in the examples above.

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

You can reset the default password provided by using the 'Forget password' link. Note that this process should not be confused with the steps for [connecting to an advertising account](/getting-started/onboarding/connecting-accounts/connecting-amazon-advertising-accounts.md).

{% hint style="info" %}
This is a beta login method 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/granting-access-to-users.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.
