> For the complete documentation index, see [llms.txt](https://help.netnut.io/netnut-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.netnut.io/netnut-documentation/dashboard/account-management.md).

# 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

Use the [Whitelist IPs](https://dashboard.netnut.io/dashboard/settings/?tab=whitelist-ips) tab to manage your **Allowed IPs**. This section restricts proxy access to specific IP addresses, preventing unauthorized use of your credentials.

* **Default (Empty List):** Requests are accepted from any IP address.
* **Restricted (Populated List):** Requests are accepted only from the listed IP addresses; all others are blocked.

**Managing Your Allowed IPs**

* **To Add an IP:**
  1. Go to the Whitelist IPs tab and click **Add IP**.
  2. Enter a single IP address.
  3. Click **Save Changes**.
* **To Remove an IP:**
  1. Locate the IP in your list and click the **Delete** button next to it.
  2. Confirm the deletion.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
