# cmi5 Profile Library

- [Introduction](https://www.xapijs.dev/cmi5-profile-library/introduction.md)
- [Getting Started](https://www.xapijs.dev/cmi5-profile-library/getting-started.md)
- [The Cmi5 Class](https://www.xapijs.dev/cmi5-profile-library/cmi5-class.md)
- ["cmi5 defined" Statement methods](https://www.xapijs.dev/cmi5-profile-library/cmi5-defined-statements.md): The core "cmi5 defined" statement methods for communicating module status.
- ["cmi5 allowed" Statement methods](https://www.xapijs.dev/cmi5-profile-library/cmi5-allowed-statements.md): The optional "cmi5 allowed" statement methods for communicating module status.
- [Helpers](https://www.xapijs.dev/cmi5-profile-library/helpers.md): A selection of useful helpers.


---

# 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://www.xapijs.dev/cmi5-profile-library.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.
