# Help

- [Custom Work](https://docs.organizr.app/help/custom-work.md): Organizr allows custom changes to certain things in the core framework
- [Custom Pages](https://docs.organizr.app/help/custom-work/custom-pages.md): You are able to create your own PHP and/or HTML/JS Pages to be loaded in the tab's module.
- [Tutorials](https://docs.organizr.app/help/tutorials.md)
- [Reverse Proxies](https://docs.organizr.app/help/tutorials/reverse-proxies.md)
- [FAQ](https://docs.organizr.app/help/faq.md): Frequently Asked Questions
- [Organizr Requirements](https://docs.organizr.app/help/faq/organizr-requirements.md): What are Organizr's basic Requirements
- [Forgot my password](https://docs.organizr.app/help/faq/forgot-password.md)
- [Organizr Login Error](https://docs.organizr.app/help/faq/organizr-login-error.md): Login Error - API Connection Failed
- [Login Looping - SameSite Errors](https://docs.organizr.app/help/faq/login-looping-samesite-errors.md)
- [Auth cookie is not used by other subdomains](https://docs.organizr.app/help/faq/auth-cookie-is-not-used-by-other-subdomains.md)
- [Update available even though up to date](https://docs.organizr.app/help/faq/update-available-even-though-up-to-date.md): Sometimes your docker container may lock up on update or restart
- [Migration Guide](https://docs.organizr.app/help/faq/migration-guide.md): Migrating from certain versions requires changes on your part


---

# 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.organizr.app/help.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.
