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

# Home

> A guide to using the documentation

## Platform Documentation

If you want to know about the platform, follow our
[Platform Documentation](/platform/overview). It will help you understand how to use
the platform and get you started.

## Get started with a Channel

Quickly get started with sending notifications to a channel.

<CardGroup cols={2}>
  <Card title="Send Push Notifications" icon="bell" color="#f59f0b" href="/push/sending-push" iconType="duotone">
    Send push Notifications to Android, iOS or Web with Raven using any push
    provider
  </Card>

  <Card title="Send SMS" icon="message-lines" color="#0ea4e9" href="/sms/sending-sms" iconType="duotone">
    A step by step guide to start sending SMS with Raven
  </Card>

  <Card title="Send Email" icon="envelope" color="#06b5d4" href="/email/sending-email" iconType="duotone">
    Start sending Email with Raven using any provider
  </Card>

  <Card title="Send WhatsApp" icon="whatsapp" color="#128c7e" href="/whatsapp/sending-whatsapp-message" iconType="brands">
    Steps to send Whatsapp notifications
  </Card>

  <Card title="Send Voice messages" icon="microphone" color="#22c55e" href="/voice-integrations/exotel-voice" iconType="duotone">
    Guide on how to add Voice Integrations
  </Card>

  <Card
    title="Send Slack"
    icon={
  <svg
    class="h-6 w-6"
    width="127"
    height="127"
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 127 127"
  >
    <path
      d="M27.2 80c0 7.3-5.9 13.2-13.2 13.2C6.7 93.2.8 87.3.8 80c0-7.3 5.9-13.2 13.2-13.2h13.2V80zm6.6 0c0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2v33c0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V80z"
      fill="#E01E5A"
    />
    <path
      d="M47 27c-7.3 0-13.2-5.9-13.2-13.2C33.8 6.5 39.7.6 47 .6c7.3 0 13.2 5.9 13.2 13.2V27H47zm0 6.7c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H13.9C6.6 60.1.7 54.2.7 46.9c0-7.3 5.9-13.2 13.2-13.2H47z"
      fill="#36C5F0"
    />
    <path
      d="M99.9 46.9c0-7.3 5.9-13.2 13.2-13.2 7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H99.9V46.9zm-6.6 0c0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V13.8C66.9 6.5 72.8.6 80.1.6c7.3 0 13.2 5.9 13.2 13.2v33.1z"
      fill="#2EB67D"
    />
    <path
      d="M80.1 99.8c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2-7.3 0-13.2-5.9-13.2-13.2V99.8h13.2zm0-6.6c-7.3 0-13.2-5.9-13.2-13.2 0-7.3 5.9-13.2 13.2-13.2h33.1c7.3 0 13.2 5.9 13.2 13.2 0 7.3-5.9 13.2-13.2 13.2H80.1z"
      fill="#ECB22E"
    />
  </svg>
}
    href="/chat/slack/send-slack-message"
  >
    Steps to send Slack notifications
  </Card>
</CardGroup>

## API Reference

Please check the API Reference section for all API docs.

## Credentials

* Your Account has an API Key. Go to `Settings tab > Account` to view your API
  key.
* Similarly, the App you created has an App identifier called App ID. You can
  view it in the `Settings tab > App`.

You will need both these credentials in the API to trigger notifications.

## Sandbox

To help you fiddle with the platform, we have a sandbox created with default
integrations in place. Check sandbox details [here](/api-reference/send-event).
