# Platform API Reference

- [Users](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/users.md): API Reference for ProcessMaker Users API
- [Groups](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/groups.md): API Reference for ProcessMaker Group API
- [Requests](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/requests.md): API Reference for ProcessMaker Request API
- [Tasks](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/tasks.md): API Reference for ProcessMaker Task API
- [Processes](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/processes.md): API Reference for ProcessMaker Process API
- [Screens](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/screens.md): API Reference for ProcessMaker Screen API
- [Environment Variables](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/environment-variables.md): API Reference for ProcessMaker Environment Variable API
- [Files](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/files.md): API Reference for ProcessMaker File API
- [Notifications](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/notifications.md): API Reference for ProcessMaker Notification API
- [Scripts](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/scripts.md): API Reference for ProcessMaker Script API
- [Administrative APIs](https://processmaker.gitbook.io/developer-documentation/platform-api-reference/administrative-apis.md): API Reference for ProcessMaker Administration APIs


---

# 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://processmaker.gitbook.io/developer-documentation/platform-api-reference.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.
