# Account Management

The [Settings](https://dashboard.netnut.io/dashboard/settings/) page lets you view and update key information related to your account and subscriptions.

#### Password Reset

Update your password at any time to keep your account secure. If you've forgotten your current dashboard or proxy password, use the reset option in the [Account Details](https://dashboard.netnut.io/dashboard/settings/?tab=account-details) tab to create a new one.

The **dashboard password** is used to log into the NetNut dashboard.

The **proxy password** is used to make proxy or scraper requests.

#### Billing & Subscriptions

All invoices can be accessed directly from your dashboard from the [Billing](https://dashboard.netnut.io/dashboard/settings/?tab=billing) tab.

Subscriptions can also be managed from the [Billing](https://dashboard.netnut.io/dashboard/settings/?tab=billing) tab.

#### Whitelist IPs

The [Whitelist IPs](https://dashboard.netnut.io/dashboard/settings/?tab=whitelist-ips) tab lets you manage your **Allowed IPs**. This list determines which IP addresses are permitted to send proxy requests using your credentials to ensure that only trusted sources are permitted to use your proxy services.

When the **Allowed IPs** list is empty, requests will be accepted from any IP address.

When IP addresses are added to the list, access is restricted and only proxy requests sent from these IP addresses will be accepted.&#x20;


---

# 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://help.netnut.io/netnut-documentation/dashboard/account-management.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.
