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

# 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
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 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, and the optional `goal` query parameter:

```
GET https://docs.organizr.app/help.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
