# IPAware Docs

## Documentation

- [Welcome](https://docs.ipaware.io/readme.md)
- [Summary](https://docs.ipaware.io/summary.md)
- [Authentication](https://docs.ipaware.io/getting-started/quickstart.md): Learn how to access your IPAware Console account using multiple authentication methods.
- [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.

## Help Center

- [Help Center](https://docs.ipaware.io/help-center/readme.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.ipaware.io/readme.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.
