# Welcome!

## Introduction

Penguin Statistics highly welcome any form of API usage but we would like to kindly ask you to obey our data license [**Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)**](https://creativecommons.org/licenses/by-nc/4.0/). Although we generally do not provide any form of rate limit (Advanced Query resource, in Penguin Statistics Backend, is the only exception), we still want to ask you to fairly use the service ;)

## Contact us

{% hint style="warning" %}
Please do not submit **usage** issues on GitHub Issues. We use GitHub Issues only for bugs and feature requests.
{% endhint %}

You could contact us using various methods including:

1. The support chat window at the bottom right corner located at [the homepage of Penguin Statistics](https://penguin-stats.io/).
2. [Discord](https://discord.gg/uEXJcue)
3. E-mail to the webmaster `alvissreimu [at] gmail.com`


---

# 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://developer.penguin-stats.io/public-api/master.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.
