# Other Requirements

1. The game does not infringe on the rights and interests of third parties:
   1. It does not pretend to be an official product of an external application or brand.
   2. It does not use unrelated brands to attract an audience.
2. If the game handles user data, explicit permission from the user is required for actions involving their data.
3. The game does not contain information that:
   1. Can lead to illegal actions by misleading users or abusing their trust.
   2. Promotes criminal activity or contains advice, instructions, or guidelines for committing criminal acts.
   3. Encourages or endorses illegal actions.
   4. Uses realistic depictions of violence against people or animals, erotic, pornographic materials, depictions of objects imitating genitalia, and/or references to sexual acts, materials insulting individuals or groups based on gender, nationality, or religion, obscene language, vulgar expressions, and phrases.
   5. Contains descriptions of means and methods of suicide, as well as any incitement to commit it.
   6. Promotes or incites racial, religious, ethnic hatred, or enmity.
   7. Promotes fascism or the ideology of racial superiority.
   8. Contains extremist materials and violates other rights and interests of citizens and legal entities or the laws of other countries.

**Recommended, but not mandatory:**

1. The game has "home" and "pause" buttons.
2. The game should implement both portrait and landscape orientations.


---

# 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://wiki.playgama.com/playgama/game-requirements/other-requirements.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.
