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

# Dashboard

- [Overview](https://docs.ipaware.io/dashboard/editor.md): The Overview tab is your command center for monitoring API usage, tracking performance, and understanding your account status.
- [API Keys](https://docs.ipaware.io/dashboard/markdown.md): API Keys are the credentials your applications use to authenticate with the IPAware API. This guide covers everything you need to know about creating and managing API keys.
- [Team](https://docs.ipaware.io/dashboard/images-and-media.md): Collaborate with your team by inviting members to your organization and managing their access levels.
- [Roles & Permissions](https://docs.ipaware.io/dashboard/interactive-blocks.md): Control access to your organization with granular role-based permissions. Create custom roles tailored to your team's needs.
- [Whitelist](https://docs.ipaware.io/dashboard/integrations.md): Control which IP addresses can access your API by maintaining a whitelist of approved IPs. This adds an extra layer of security to your organization.
- [Settings](https://docs.ipaware.io/dashboard/settings.md): Manage your account security, authentication methods, and active sessions from the Settings tab.
- [Billing](https://docs.ipaware.io/dashboard/billing.md): Manage your IPAware subscription, view pricing plans, and handle payment information.
- [WHOIS Lookup](https://docs.ipaware.io/dashboard/whois-lookup.md): Analyze any IP address for threat signals, geolocation data, and network information using the built-in WHOIS lookup tool.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ipaware.io/dashboard.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
