# Welcome

### What data is provided ?

Information about characters, places, trivia, and seasons.

### Multiple languages

The api data can be sent in English by default, or Brazilian Portuguese.

### Rate Limit

Routes have a limitation of requests, so don't make too many requests at once.

{% hint style="info" %}
Read more about Rate Limit at  [Rate Limit](/others/rate-limit.md)
{% endhint %}

### Support

If you don't understand something in the documentation, or are having problems with the api, please contact our [<mark style="color:red;">Discord community</mark>](https://discord.gg/Pub5rBpSWP).

### Links

* [<mark style="color:red;">Website</mark>](https://strangerthings.tech/)
* [<mark style="color:red;">Game</mark>](https://strangerthings.tech/game)
* [<mark style="color:red;">API</mark>](https://strangerthings.tech/v1/ping)
* [<mark style="color:red;">GitHub</mark>](https://github.com/ProjetoPlanck)


---

# 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://stranger.odutra.com/welcome.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.
