> For the complete documentation index, see [llms.txt](https://doc.batch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.batch.com/developer/sdk/cordova/prerequisites.md).

# Prerequisites

### Creating an app

*Let's get going!*

The very first step is to go to [Batch's dashboard](https://dashboard.batch.com/) and create a new app.

![Registering a new app](/files/toC5OMYJt4ixx5XmN07U)

Now let's do all the required configurations to allow you to send notifications on iOS *(APNS)* and Android *(FCM)*.

### Setting up your apps

Here is how to set up your apps on Batch's dashboard:

* **iOS**: Download/upload a [.p8 file](/developer/sdk/ios/prerequisites.md#configuring-notifications) *(recommended)* or use a [.p12 certificate](https://doc.batch.com/developer/sdk/cordova/pages/LGYgNVUG2DhMZicjx5p6#generating-the-.p12-certificate).
* **Android**: [Get your Server API Key](/developer/sdk/android/prerequisites.md#getting-your-fcm-service-account-key) and your sender ID.

Once you are done with APNS/FCM setup, you can start integrating the SDK into your app.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.batch.com/developer/sdk/cordova/prerequisites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
