# Learning object API

- [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.


---

# 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://developer.inokufu.com/learning-object-api.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.
