> For the complete documentation index, see [llms.txt](https://wiki.playgama.com/playgama/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.playgama.com/playgama/faq/how-to-contact-the-playgama-team.md).

# How to Contact the Playgama Team

If you’re a developer working with Playgama and have questions, need support, or want to follow up on your game submissions – we’re here to help!

There are a few ways to contact our team:

#### 1. Use the Support Chat Widget

You can also contact us through the chat widget available in your developer dashboard at: <https://developer.playgama.com/>

The widget appears in the bottom-right corner of the screen once you're logged in.

Use it to:

* Ask quick questions
* Report issues
* Get guidance on submissions or publishing
* Continue existing conversations

#### 2. Track Your Game Submissions & Messages

Inside the same chat widget, click on the “Tickets” tab to:

* View the status of your game submissions
* Track responses from the Playgama team
* Review all communication in one place

#### 3. Contact Us via Email

You can always reach out to us directly at <developer.success@playgama.com>.\
Feel free to email us regarding:

* Game submission questions or updates
* Technical support or integration help
* Platform requirements or guidelines
* Any other inquiries related to your developer account or partnership<br>

This ensures you never miss an update, and always stay informed about your game’s progress.

If you ever have trouble reaching us or need urgent assistance, feel free to use both channels: email and chat, we’ll get back to you as soon as possible.

<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://wiki.playgama.com/playgama/faq/how-to-contact-the-playgama-team.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.
