[Yandex Cloud documentation](../index.md) > Yandex Cloud Notification Service > Yandex Cloud Notification Service

# Yandex Cloud Notification Service

<i>Yandex Cloud Notification Service is at the <a href="../overview/concepts/launch-stages.md">Preview stage</a>.</i>

Yandex Cloud Notification Service is a service for sending multichannel notifications to users. The service's HTTP API is compatible with the <a href="https://docs.aws.amazon.com/sns/latest/api/welcome.html">Amazon SNS API</a>.

At the Preview stage, you can send personalized push notifications to iOS and Android devices, browsers, and via SMS.

Moving forward, we will add notifications to messengers.

# Yandex Cloud Notification Service

## Getting started

 - [Overview](quickstart.md)

 - [Getting started with mobile push notifications](quickstart-push.md)

 - [Getting started with in-browser push notifications](quickstart-browser.md)

 - [Getting started with SMS](quickstart-sms.md)

 - [Getting started with topics](quickstart-topics.md)

## Step-by-step guides

 - [All guides](operations/index.md)

### Mobile push notifications

 - [Creating a push notification channel](operations/push/channel-create.md)

 - [Updating a push notification channel](operations/push/channel-update.md)

 - [Deleting a push notification channel](operations/push/channel-delete.md)

 - [Creating an endpoint](operations/push/endpoint-create.md)

 - [Updating an endpoint](operations/push/endpoint-update.md)

 - [Deleting an endpoint](operations/push/endpoint-delete.md)

 - [Sending a push notification](operations/push/send.md)

### In-browser push notifications

 - [Creating a channel](operations/browser/channel-create.md)

 - [Managing a channel](operations/browser/channel-manage.md)

 - [Creating an endpoint](operations/browser/endpoint-create.md)

 - [Managing an endpoint](operations/browser/endpoint-manage.md)

 - [Sending a push notification to browser](operations/browser/send.md)

### SMS notifications

 - [Creating an SMS notification channel](operations/sms/channel-create.md)

 - [Deleting an SMS notification channel](operations/sms/channel-delete.md)

 - [Adding a test phone number](operations/sms/test-number-create.md)

 - [Deleting a test phone number](operations/sms/test-number-delete.md)

 - [Sending a test SMS notification](operations/sms/send.md)

 - [Managing SMS templates](operations/sms/manage-templates.md)

 - [Exiting the sandbox](operations/sms/exit-sandbox.md)

### Topics

 - [Creating a topic](operations/topics/topic-create.md)

 - [Creating a subscription to a topic](operations/topics/subscription-create.md)

 - [Sending a notification to a topic](operations/topics/send.md)

 - [Managing a topic](operations/topics/topic-manage.md)

 - [Managing a subscription](operations/topics/subscription-manage.md)

 - [Configuring logging](operations/configure-logging.md)

## Concepts

 - [Overview](concepts/index.md)

 - [Mobile push notifications](concepts/push.md)

 - [In-browser push notifications](concepts/browser.md)

 - [SMS](concepts/sms.md)

 - [Topics](concepts/topics.md)

 - [Quotas and limits](concepts/limits.md)

## Tools

 - [All tools](tools/index.md)

 - [AWS CLI](tools/aws-cli.md)

 - [AWS SDK for C++](tools/sdk-cpp.md)

 - [AWS SDK for Go](tools/sdk-go.md)

 - [AWS SDK for Java](tools/sdk-java.md)

 - [AWS SDK for JavaScript](tools/sdk-javascript.md)

 - [AWS SDK for Kotlin](tools/sdk-kotlin.md)

 - [AWS SDK for .NET](tools/sdk-dot-net.md)

 - [AWS SDK for PHP](tools/sdk-php.md)

 - [AWS SDK for Python (boto3)](tools/sdk-python.md)

 - [Pricing policy](pricing.md)

 - [Access management](security/index.md)

## API reference

 - [Overview](api-ref/index.md)

 - [Sending a request](api-ref/send-request.md)

 - [Errors](api-ref/common-errors.md)

### PlatformApplication

 - [Create](api-ref/create-platform-application.md)

 - [GetAttributes](api-ref/get-platform-application-attributes.md)

 - [SetAttributes](api-ref/set-platform-application-attributes.md)

 - [List](api-ref/list-platform-applications.md)

 - [Delete](api-ref/delete-platform-application.md)

### Endpoint

 - [Create](api-ref/create-platform-endpoint.md)

 - [GetAttributes](api-ref/get-endpoint-attributes.md)

 - [SetAttributes](api-ref/set-endpoint-attributes.md)

 - [List](api-ref/list-endpoints.md)

 - [Delete](api-ref/delete-endpoint.md)

### SMS

 - [Create](api-ref/create-sms-channel.md)

 - [GetAttributes](api-ref/get-sms-channel-attributes.md)

 - [GetSmsAttributes](api-ref/get-sms-attributes.md)

 - [SetAttributes](api-ref/set-sms-channel-attributes.md)

 - [List](api-ref/list-sms-channels.md)

 - [Delete](api-ref/delete-sms-channel.md)

### Sandbox

 - [Create](api-ref/create-sms-sandbox-phone-number.md)

 - [Verify](api-ref/verify-sms-sandbox-phone-number.md)

 - [List](api-ref/list-sms-sandbox-phone-numbers.md)

 - [Delete](api-ref/delete-sms-sandbox-phone-number.md)

 - [Publish](api-ref/publish.md)

 - [Monitoring metrics](metrics.md)

 - [Logs Cloud Logging](concepts/logging.md)

 - [Release notes](release-notes.md)