> For the complete documentation index, see [llms.txt](https://onestore-dev.gitbook.io/dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onestore-dev.gitbook.io/dev/eng/docs/apps/common-info/age-rating/onestorerating.md).

# ONE store Rating Classification

In South Korea, the content rating classification for apps other than games is carried out according to ONE store's criteria.

The rating classified by ONE store itself is called the 'ONE store Rating Classification,' and the details are as follows:

| ![](/files/M9e5LIwzzVpuex4xzudq) | 3+ All age groups can use the product. Some violence may be included in a comic or fantasy context, but swearing is not allowed.                                                                                                               |
| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/QXe8Ye9iTK1atMEe0kxM) | 7+ May include some scenes or sounds that can be scary for children. Implied or unrealistic mild violence is allowed.                                                                                                                          |
| ![](/files/boaDKomh5e2ledk9Nti2) | 12+ Violence related to fantasy characters or non-graphic violence against human-like characters or animals is allowed. Non-graphic nudity, use of mild language, and simulated gambling are also allowed, but sexual swearing is not allowed. |
| ![](/files/RRTyJfBXqAhKPunAYB1j) | 16+ Realistic violence, sexual activity, use of strong language, use of tobacco and drugs, and crime imagery are allowed.                                                                                                                      |
| ![](/files/8io0nC8GUfi8LT5AbT8r) | 19+ Graphic violence and sexual violence, such as violence against defenseless characters or violence without motive are allowed. May also include graphic sexual content, discrimination, and glorification of illegal drug use.              |

<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://onestore-dev.gitbook.io/dev/eng/docs/apps/common-info/age-rating/onestorerating.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.
