# Google PlayMarket

- [Добавление ссылки на Android приложение на сайт](https://help.zenky.io/app/android/playmarket.md)
- [Создание аккаунта разработчика в Google Play](https://help.zenky.io/app/android/google-play.md)
- [Оформление страницы в Google Play](https://help.zenky.io/app/android/google-play-publish.md)
- [Перенос Android приложения в свой аккаунт разработчика](https://help.zenky.io/app/android/transfer.md): Как перенести приложение к себе на аккаунт и обновить его, заменив своей новой сборкой и не потерять установки.
- [Обновить и заменить android приложение в Google Play на новое](https://help.zenky.io/app/android/replace.md): Если вы хотите старое приложение заменить на наше не потеряв установки, отзывы и рейтинг.
- [Для чего необходима подпись приложения?](https://help.zenky.io/app/android/about_key.md)
- [Как получить подпись для приложений Android?](https://help.zenky.io/app/android/key.md)
- [Как получить Sender ID и Server Key в Firebase](https://help.zenky.io/app/android/firebase-key.md)


---

# 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://help.zenky.io/app/android.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.
