# H5P-Nodejs-Library

## H5P-Nodejs-Library

- [README](https://docs.lumi.education/readme.md)
- [Basic usage](https://docs.lumi.education/usage.md)
- [Architecture](https://docs.lumi.education/usage/architecture.md)
- [Integrating the core library](https://docs.lumi.education/usage/integrating.md)
- [H5P Ajax Endpoints](https://docs.lumi.education/usage/ajax-endpoints.md)
- [Constructing H5PEditor](https://docs.lumi.education/usage/h5p-editor-constructor.md)
- [REST Example](https://docs.lumi.education/usage/rest.md)
- [Advanced usage](https://docs.lumi.education/advanced-usage.md)
- [Authorization](https://docs.lumi.education/advanced-usage/authorization.md)
- [User content state](https://docs.lumi.education/advanced-usage/user-content-state.md)
- [Multiple user states per object](https://docs.lumi.education/advanced-usage/context-ids.md)
- [Impersonating users](https://docs.lumi.education/advanced-usage/impersonation.md)
- [Basic completion tracking](https://docs.lumi.education/advanced-usage/completion-tracking.md)
- [Localization](https://docs.lumi.education/advanced-usage/localization.md)
- [Cluster](https://docs.lumi.education/advanced-usage/cluster.md)
- [Addons](https://docs.lumi.education/advanced-usage/addons.md)
- [Customization](https://docs.lumi.education/advanced-usage/customization.md)
- [Performance optimizations](https://docs.lumi.education/advanced-usage/performance-optimizations.md)
- [Privacy](https://docs.lumi.education/advanced-usage/privacy.md)
- [Forward proxy support](https://docs.lumi.education/advanced-usage/proxy.md)
- [Security](https://docs.lumi.education/advanced-usage/security.md)
- [NPM packages](https://docs.lumi.education/npm-packages.md)
- [h5p-mongos3](https://docs.lumi.education/npm-packages/h5p-mongos3.md)
- [Mongo/S3 Content Storage](https://docs.lumi.education/npm-packages/h5p-mongos3/mongo-s3-content-storage.md)
- [S3 Temporary File Storage](https://docs.lumi.education/npm-packages/h5p-mongos3/s3-temporary-file-storage.md)
- [Mongo Library Storage](https://docs.lumi.education/npm-packages/h5p-mongos3/mongo-library-storage.md)
- [Mongo/S3 Library Storage](https://docs.lumi.education/npm-packages/h5p-mongos3/mongo-s3-library-storage.md)
- [h5p-webcomponents](https://docs.lumi.education/npm-packages/h5p-webcomponents.md)
- [h5p-react](https://docs.lumi.education/npm-packages/h5p-react.md)
- [h5p-redis-lock](https://docs.lumi.education/npm-packages/h5p-redis-lock.md)
- [h5p-svg-sanitizer](https://docs.lumi.education/npm-packages/h5p-svg-sanitizer.md)
- [h5p-clamav-scanner](https://docs.lumi.education/npm-packages/h5p-clamav-scanner.md)
- [Development](https://docs.lumi.education/development.md)
- [Getting started](https://docs.lumi.education/development/getting-started.md)
- [Testing & code quality](https://docs.lumi.education/development/testing-quality.md)
- [Core updates](https://docs.lumi.education/development/core-updates.md)
- [Project Status](https://docs.lumi.education/development/status.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://docs.lumi.education/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.
