> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pushbase.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Push your first notification with Pushbase

<img src="https://res.cloudinary.com/durdjcr9c/image/upload/v1751413692/hero_k1pg7h.png" alt="Push Flow: From Pushbase Dashboard to User Device" />

## What is Pushbase

**Pushbase** is a notification management service built on top of the [Expo Push Service](https://docs.expo.dev/push-notifications/sending-notifications/). It provides tools for Expo app developers to subscribe users, define target audience segments and deep links, create and send push notification campaigns, and monitor campaign performance through analytics.

<CardGroup cols={2}>
  <Card title="Installation" icon="screwdriver-wrench" href="/installation">
    Install the Pushbase SDK in your Expo project.
  </Card>

  <Card title="Setup SDK" icon="gear" href="/setup">
    Get your project ready to receive notifications.
  </Card>

  <Card title="Request permission" icon="shield-check" href="/request-permission">
    Ask for user consent to receive push notifications
  </Card>

  <Card title="Subscribe device" icon="user-plus" href="/subscribe-device">
    Add a device to the notification subscription list.
  </Card>

  <Card title="<SubscribeBanner/> component" icon="user-plus" href="/subscribe-banner">
    Enable device subscriptions with in-app banner component.
  </Card>

  <Card title="Unsubscribe device" icon="user-minus" href="/unsubscribe-device">
    Remove a device from the notification subscription list.
  </Card>

  <Card title="Check Subscription Status" icon="user-check" href="/check-subscription-status">
    Determine if a device is currently subscribed to push notifications.
  </Card>

  <Card title="Import devices" icon="cloud-arrow-up" href="/import-devices">
    Import Subscribed Devices from Existing Records.
  </Card>

  <Card title="Push Notification (API)" icon="brackets-curly" href="/push-notification-api">
    Push notification through REST API
  </Card>

  <Card title="Handle incoming notifications" icon="bell" href="/incoming-notifications">
    Receive notifications and capture delivery analytics.
  </Card>

  <Card title="Deep linking" icon="square-arrow-up-right" href="/deep-linking">
    Route users to specific screens on tap.
  </Card>

  <Card title="<Inbox/> component" icon="envelope" href="/inbox">
    The Notification Inbox for your app.
  </Card>
</CardGroup>

<Tip>
  Having trouble setting up or configuring the SDK? Our support team is here to
  help — [feel free to reach
  out](mailto:hello@pushbase.dev?subject=Pushbase%20Product%20Support)
</Tip>
