> For the complete documentation index, see [llms.txt](https://docs.lumi.education/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lumi.education/usage.md).

# Basic usage

To find out what this library provides for you and what you must implement on your own, check out the [architecture overview](/usage/architecture.md) first.

Then, read about how to [integrate @lumieducation/h5p-server](/usage/integrating.md) into your own NodeJs application.

Next, you must [add several HTTP routes to your application](/usage/ajax-endpoints.md) to serve AJAX requests that are needed by the H5P core to work.

Finally, read about the [options you have when creating an H5PEditor object](/usage/h5p-editor-constructor.md).
