> For the complete documentation index, see [llms.txt](https://docs.simkl.org/how-to-use-simkl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simkl.org/how-to-use-simkl/getting-started-with-simkl/account-creation/basic-account-setup/profile-settings/why-is-simkl-asking-for-my-birthday.md).

# Why is Simkl asking for my birthday?

When you sign up or update your Simkl profile, you’ll notice a field requesting your date of birth.

Here’s why we collect that information—and how it helps keep our community safe and compliant with local regulations.

## Age Verification & Legal Compliance

* **Minimum Age Requirements**\
  Simkl’s **Terms of Service** mandate that users meet minimum age limits before accessing certain content. These rules vary by country/region:
  * **General Rule (All Other Countries):** Users must be **13 years or older**.
  * **Asia:**
    * South Korea: 14+
    * Vietnam: 15+
  * **Europe:**
    * Austria, Cyprus, Italy, Lithuania, Spain: 14+
    * Czech Republic, France, Greece, Serbia: 15+
    * Bulgaria, Croatia, Hungary, Ireland, Luxembourg, Netherlands, Poland, Romania, San Marino, Slovakia, Slovenia: 16+
  * **Caribbean:** Aruba, Caribbean Netherlands, Curaçao, Sint Maarten: 16+
  * **South America:** Chile, Colombia, Peru, Venezuela: 14+
* **Why It Matters**
  * Ensures that minors are not exposed to age-restricted or potentially sensitive content.
  * Helps Simkl comply with international privacy and children’s online-protection laws (e.g., COPPA in the U.S., GDPR in Europe).

{% hint style="success" %}
We do this to keep our users safe and ensure they don't encounter material that's not appropriate for them.
{% endhint %}

***

Thanks for helping us keep Simkl a safe, enjoyable place for everyone—no matter where in the world you call home!

If you have any further questions about privacy or age requirements, feel free to reach out to our.

{% content-ref url="/pages/bkA5mhcTMKjTmx8e8B0d" %}
[How do I contact support?](/how-to-use-simkl/get-in-touch-with-us/how-do-i-contact-support.md)
{% endcontent-ref %}


---

# 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.simkl.org/how-to-use-simkl/getting-started-with-simkl/account-creation/basic-account-setup/profile-settings/why-is-simkl-asking-for-my-birthday.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.
