# Infura dashboard introduction

> Documentation for using the Infura dashboard

# Introduction

The [Infura dashboard](https://app.infura.io/) is the central hub for managing your Infura service.
Use it to create and manage API keys, monitor usage, and access account and billing information.

<Banner>Don't have an API key? Sign up for a free plan and start using the Infura service!</Banner>

Select one of the cards below to learn more about using the dashboard.

<CardList
  items={[
    {
      href: '/developer-tools/dashboard/get-started/create-api',
      title: 'Create an API key',
      description: 'Learn how to create an API key that allows you to make API calls.',
    },
    {
      href: '/developer-tools/dashboard/how-to/secure-an-api/api-key',
      title: 'Secure your API key',
      description:
        'Learn how to secure your API key to avoid unwanted costs and unauthorized access.',
    },
    {
      href: '/developer-tools/dashboard/how-to/dashboard-stats',
      title: 'Monitor API call stats',
      description: 'Learn how to use the dashboard to view API call stats.',
    },
  ]}
/>
