> For the complete documentation index, see [llms.txt](https://docs.eventscase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventscase.com/miscellaneous/helpful-articles/how-to-set-up-google-developer-account.md).

# How to Set Up Google Developer Account

## **Google Play Developer Account Set-up**&#x20;

In order to create a Google Play Developer account, the first step is to[ create](https://accounts.google.com/signup/v2/webcreateaccount?hl=en\&flowName=GlifWebSignIn\&flowEntry=SignUp) a Google account. If you already have an existing Google account, proceed to[ this page](https://play.google.com/console/u/0/signup).

A basic Google Play developer account carries with it a one-time registration fee of 25 USD.

{% hint style="warning" %}
**IMPORTANT NOTE**: Please ensure that you [verify your developer identity information](https://support.google.com/googleplay/android-developer/answer/10841920?hl=en) on or before&#x20;

the deadline set by Google. Failure to do so may result in your account being suspended or closed.
{% endhint %}

### EventsCase Binding&#x20;

Once your account is set up **(<https://play.google.com/apps/publish>)**, follow the next steps:&#x20;

1\. Log into your Google Play developer account, go to ***Settings***, and click on ***Users & permissions***.

![Image](https://lh6.googleusercontent.com/22RT0Fwm7JvDF3ClgY58_IzpKevyxm8tuDD-S5lzqb54t12-Sv81pTQYQFqihMF_Mko2KH1rL1YCAtX4QBq3CcS5YuWg8yaXXyVEeb0svYz4dz1t76Cg7G_t8DJB3f3WGhRZHMc=s0)

2\. Invite the Eventscase team as new users by clicking **Invite New User** and entering **<apps@eventscase.com>** in the email field. Repeat this step to invite your Project Manager using their email address. For both users, set the **Access expiry date** to **Never** and assign the **Admin (all permissions)** role.

![Image](https://lh5.googleusercontent.com/Fg4s7XSwOTRKmgoJ4lYK48kiE4G13EcdLX-MfSJ-gn1ukUZ3MVr6HvysIyXmfRMN7Doneli9TnG06FczfPbJFgzpzqkTud6v1_t8ZMBzADy5TVJmmHmKku6xVSUys09BMNbBl74=s0)

You’re all set. Let us do the rest!<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.eventscase.com/miscellaneous/helpful-articles/how-to-set-up-google-developer-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
