# Developer Guide

- [Authentication](https://docs.wplms.io/developer-guide/authentication.md): How the WPLMS Authentication works.
- [API EndPoints](https://docs.wplms.io/developer-guide/api-endpoints.md): Endpoints for API.
- [Courses](https://docs.wplms.io/developer-guide/api-endpoints/courses.md): This is the Courses API calls.
- [User Actions](https://docs.wplms.io/developer-guide/api-endpoints/courses/user-actions.md): User actions for Courses
- [Customisation tips](https://docs.wplms.io/developer-guide/customisation-tips.md): Customisation tips available in WPLMS. There are many tips which you can search in our support forums and knowledge base as well.
- [Custom Extension](https://docs.wplms.io/developer-guide/custom-extension.md): Here's a custom extension boilerplate template for building custom functionality in VibeBP.


---

# 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://docs.wplms.io/developer-guide.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.
