> For the complete documentation index, see [llms.txt](https://developer.inokufu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.inokufu.com/learning-object/inokufu-schema/age.md).

# Age

### Age (min)

This is the minimum age for which the learning object would be useful in general. It is usually combined with Age (max) to set the higher age threshold.

For example if a YouTube video is about "color" for helping toddlers learn the name of the color, age (max) would probably set to 4 and the age (min) set to 1.

On the other hand if a video is about "color" for students to explain to them that every color are in fact electromagnetic waves with different wave lengths, the Age (max) would probably be 150 and Age (min) around 15.

### Age (max)

This is the maximum age for which the learning object would be useful in general. It is usually combined with Age (min) to set the lower age threshold.

For example if a YouTube video is about "color" for helping toddlers learn the name of the color, age (max) would probably set to 4 and the age (min) set to 1.

On the other hand if a video is about "color" for students to explain to them that every color are in fact electromagnetic waves with different wave lengths, the Age (max) would probably be 150 and Age (min) around 15.

{% hint style="info" %}
Please note that Age (min) and Age (max) are only rough indication of the age interval for which the learning object is best targeted for.
{% endhint %}


---

# 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:

```
GET https://developer.inokufu.com/learning-object/inokufu-schema/age.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.
