# Welcome

Welcome to the IPAware Console documentation! This guide will help you navigate and utilize all features of the IPAware platform.

### What is IPAware Console?

The IPAware Console is a comprehensive web-based dashboard that allows you to:

* [**Manage API Keys** ](/dashboard/markdown.md)- Create and control authentication credentials for your applications
* [**Monitor Usage**](#usage-analytics) - Track your API request metrics and quota consumption
* [**Manage Teams**](/dashboard/images-and-media.md) - Invite members and control access with role-based permissions
* [**Configure Security**](#security-features) - Set up 2FA, passkeys, and manage active sessions
* [**Control IP Whitelist** ](/dashboard/integrations.md)- Specify which IP addresses can access your API
* [**Handle Billing**](/dashboard/billing.md) - Manage subscriptions and view payment history
* [**Analyze IPs**](/dashboard/whois-lookup.md) - Use the built-in WHOIS tool for IP intelligence lookups

### Getting Started

New to IPAware? Start with these guides:

1. [**Authentication** ](/getting-started/quickstart.md)- Learn how to sign in and create your account
2. [**Dashboard Overview**](/dashboard/editor.md) - Understand your main dashboard
3. [**API Keys**](/dashboard/markdown.md) - Create your first API key
4. [**Team Management** ](/dashboard/images-and-media.md)- Invite team members

### Key Features

#### 🔐 Multiple Authentication Methods

* Traditional email/password login
* Passwordless magic link authentication
* WebAuthn passkey support
* Two-factor authentication (2FA)

#### 👥 Team Collaboration

* Invite unlimited team members
* Custom role-based access control
* Granular permission management
* Organization ownership transfer

#### 📊 Usage Analytics

* Real-time request monitoring
* Monthly usage history
* Success rate tracking
* Quota management

#### 🛡️ Security Features

* Two-factor authentication (TOTP)
* Hardware security keys (passkeys)
* Session management
* IP whitelisting

#### 💳 Flexible Billing

* Multiple subscription tiers
* Monthly and annual billing
* Stripe-powered payments
* Self-service plan changes

### Navigation

Use the sidebar to navigate through different sections:

* [**Authentication**](/getting-started/quickstart.md) - Sign in, registration, and password management
* **Dashboard** - Main console features and tools
  * [Overview](/dashboard/editor.md)
  * [API Keys](/dashboard/markdown.md)
  * [Team](/dashboard/images-and-media.md)
  * [Roles & Permissions](/dashboard/interactive-blocks.md)
  * [Whitelist](/dashboard/integrations.md)
  * [Settings](/dashboard/settings.md)
  * [Billing](/dashboard/billing.md)
  * [WHOIS Lookup](/dashboard/whois-lookup.md)

### Support

Need help? Contact us at <hello@ipaware.io>

### Quick Links

* [API Documentation](https://api-docs.ipaware.io/)
* [Changelog](https://ipaware.com/changelog)


---

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