# Inokufu Docs

## Inokufu Docs

- [Overview](https://developer.inokufu.com/readme.md): Explore our guides and examples to integrate the Inokufu web services APIs.
- [Why learning object is key](https://developer.inokufu.com/learning-object/why-learning-object-is-key.md)
- [Competency-based education](https://developer.inokufu.com/learning-object/competency-based-education.md)
- [Metadata models](https://developer.inokufu.com/learning-object/metadata-models.md)
- [Inokufu Schema](https://developer.inokufu.com/learning-object/inokufu-schema.md)
- [URL](https://developer.inokufu.com/learning-object/inokufu-schema/url.md)
- [Title](https://developer.inokufu.com/learning-object/inokufu-schema/title.md)
- [Description](https://developer.inokufu.com/learning-object/inokufu-schema/description.md)
- [Picture](https://developer.inokufu.com/learning-object/inokufu-schema/picture.md)
- [Language](https://developer.inokufu.com/learning-object/inokufu-schema/language.md)
- [Type](https://developer.inokufu.com/learning-object/inokufu-schema/type.md)
- [Learning goal](https://developer.inokufu.com/learning-object/inokufu-schema/learning-goal.md)
- [Provider](https://developer.inokufu.com/learning-object/inokufu-schema/provider.md)
- [Publisher](https://developer.inokufu.com/learning-object/inokufu-schema/publisher.md)
- [Author](https://developer.inokufu.com/learning-object/inokufu-schema/author.md)
- [Competency](https://developer.inokufu.com/learning-object/inokufu-schema/competency.md)
- [Expertise level](https://developer.inokufu.com/learning-object/inokufu-schema/expertise-level.md)
- [Age](https://developer.inokufu.com/learning-object/inokufu-schema/age.md)
- [Popularity note](https://developer.inokufu.com/learning-object/inokufu-schema/popularity-note.md)
- [Address (if physical)](https://developer.inokufu.com/learning-object/inokufu-schema/address-if-physical.md)
- [Learning time](https://developer.inokufu.com/learning-object/inokufu-schema/learning-time.md)
- [PriceSpecification](https://developer.inokufu.com/learning-object/inokufu-schema/pricespecification.md)
- [Getting started](https://developer.inokufu.com/learning-object-api/getting-started.md)
- [Authentication](https://developer.inokufu.com/learning-object-api/authentication.md): Inokufu API Cloud uses API keys to allow access to our APIs.
- [Usage plans](https://developer.inokufu.com/learning-object-api/usage-plans.md)
- [Best efforts](https://developer.inokufu.com/learning-object-api/best-efforts.md)
- [Search by type](https://developer.inokufu.com/learning-object-api/search-by-type.md): This endpoint returns a list of learning objects (LO) that matches specific keywords, language and type (format).
- [Search by provider](https://developer.inokufu.com/learning-object-api/search-by-provider.md): This endpoint returns a list of learning objects (LO) that matches specific keywords, language and provider.
- [Types](https://developer.inokufu.com/learning-object-api/types.md): This endpoint returns a list of the types currently supported by the API.
- [Providers](https://developer.inokufu.com/learning-object-api/providers.md): This endpoint returns a list of the major providers currently supported by the API.
- [Languages](https://developer.inokufu.com/learning-object-api/languages.md): This endpoint returns a list of the languages currently supported by the API.
- [Bloom taxonomy](https://developer.inokufu.com/learning-object-api/bloom-taxonomy.md): This endpoint returns a list of the Bloom objectives currently supported by the API.
- [Feedback](https://developer.inokufu.com/learning-object-api/feedback.md): This endpoint enables you to send us feedback about specific learning objects.
- [Competency v1](https://developer.inokufu.com/competency-api/v1.md): Access all the major skills/occupations/domains of knowledge from one single API 📍
- [FAQ](https://developer.inokufu.com/resources/faq.md): Frequently asked questions
- [Credits](https://developer.inokufu.com/resources/credits.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developer.inokufu.com/readme.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.
