> For the complete documentation index, see [llms.txt](https://docs.appmachine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmachine.com/share-your-app/google-play/what-if-my-app-is-suspended-by-google.md).

# What if my app is suspended by Google?

If your app is suspended by Google, you will have received an email from Google containing the reason for the suspension. Read this email to determine what needs to be changed. If you're not sure how to resolve the issue, forward the email to <support@appmachine.com> and ask for assistance.

If you wish to appeal to the suspension you can do so by filling out the app appeal form on the following page: <https://support.google.com/googleplay/android-developer/contact/appappeals>

If you wish to re-submit your app to the Google Play Store as a new app, please let us know. A technical re-configuration of your app is required in order to be able to do this. Please note that it is likely that the app will be suspended again if you re-submit it without making any changes, and that multiple app suspensions may cause your Google Play developer account to be terminated.

Additionally, if you wish for us to re-submit your app while another version of your app is already suspended, a name change of the app will be required.


---

# 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.appmachine.com/share-your-app/google-play/what-if-my-app-is-suspended-by-google.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.
