# Google Play

Toda la administración de aplicaciónes Android se hace en el portal de desarrolladores de Google (Play Console).

### Crear una cuenta de desarrollador

Aquí hay un recurso oficial con la información

<https://support.google.com/googleplay/android-developer/answer/6112435?hl=es-419>

### Como agregar usuarios a la cuenta

Para agregar a un usuario del equipo platanus para poder administrar la cuenta de google play y publicar aplicaciones, puedes seguir los pasos en el siguiente recurso oficial:

[https://support.google.com/googleplay/android-developer/answer/2528691?es-419](https://support.google.com/googleplay/android-developer/answer/2528691?es-419=)

### Ingresar al Developer Console

* Ingresar al [Developer Console](https://play.google.com/apps/publish) de Google Play
* Iniciar sesión con el usuario que tiene permisos para la aplicación en cuestión.
* Seleccionar la aplicación de la lista.


---

# Agent Instructions: 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://la-guia.platan.us/setup/configuracion_de_proyectos/google_play.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.
