# Getting started

- [Build Your First Android App](/getting-started/build-your-first-android-app.md): Get started with Mitter.io by building a fully functional app that sends/receives messages in a group of users.
- [Setup](/getting-started/build-your-first-android-app/setting-up.md): We’ll get started by setting up the SDK first.
- [Authenticate a User](/getting-started/build-your-first-android-app/authenticate-a-user.md): Add some users to your app and authenticate via the SDK.
- [Start a Basic Chat](/getting-started/build-your-first-android-app/start-a-basic-chat.md): Let’s take this tutorial even further by building a simple chat UI and using Mitter.io to send/receive messages.
- [Selective Deliveries](/getting-started/build-your-first-android-app/selective-deliveries.md): Mitter provides Access Control Lists (ACLs) out of the box to let you choose whom to deliver a message to in a group channel. Let’s add a little function to our app to see this in action.
- [Custom Payloads](/getting-started/build-your-first-android-app/custom-payloads.md): Learn how to add actions & extra information to your messages and build a playful and engaging chat experience.
- [Build Your First iOS App](/getting-started/build-your-first-ios-app.md): This section is a quickstart for building an iOS App with the SDK
- [Overview](/getting-started/build-your-first-ios-app/overview.md)
- [Installation](/getting-started/build-your-first-ios-app/installation.md)
- [Basic Setup](/getting-started/build-your-first-ios-app/basic-setup.md)
- [Receive Push Messages](/getting-started/build-your-first-ios-app/receive-push-messages.md)
- [Storyboard](/getting-started/build-your-first-ios-app/storyboard.md)
- [Channel List](/getting-started/build-your-first-ios-app/channel-list.md)
- [Channel Window](/getting-started/build-your-first-ios-app/channel-window.md)
- [Build Your First Web App](/getting-started/build-your-first-web-app.md)
- [Setting Up Your App](/getting-started/build-your-first-web-app/setting-up-your-app.md)
- [Start a Basic Chat](/getting-started/build-your-first-web-app/start-a-basic-chat.md): Make sure that you have followed the steps for creating the users/channels in the previous section. We will be using this data now to integrate your app with the Mitter.io platform
- [Selective Deliveries](/getting-started/build-your-first-web-app/selective-deliveries.md): As our first introduction to ACLs, in this section, we will employ ACLs on our messages to perform selective deliveries.
- [Build Your First React Native app](/getting-started/build-your-first-react-native-app.md)
