> For the complete documentation index, see [llms.txt](https://doc.orbeon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.orbeon.com/xml-platform.md).

# XML Platform

- [Page Flow Controller](https://doc.orbeon.com/xml-platform/controller.md)
- [Basics](https://doc.orbeon.com/xml-platform/controller/basics.md)
- [XML submission](https://doc.orbeon.com/xml-platform/controller/submission.md)
- [Navigating between pages](https://doc.orbeon.com/xml-platform/controller/navigation.md)
- [Paths and matchers](https://doc.orbeon.com/xml-platform/controller/paths-matchers.md)
- [Other configuration elements](https://doc.orbeon.com/xml-platform/controller/other.md)
- [Typical combinations of page model and page view](https://doc.orbeon.com/xml-platform/controller/combinations.md)
- [Examples](https://doc.orbeon.com/xml-platform/controller/examples.md)
- [Authorizing pages and services](https://doc.orbeon.com/xml-platform/controller/authorization-of-pages-and-services.md)
- [Processors](https://doc.orbeon.com/xml-platform/processors.md)
- [URL generator](https://doc.orbeon.com/xml-platform/processors/url-generator.md)
- [Request generator](https://doc.orbeon.com/xml-platform/processors/request-generator.md)
- [PDF to image converter](https://doc.orbeon.com/xml-platform/processors/pdf-to-image-converter.md)
- [Resources](https://doc.orbeon.com/xml-platform/resources.md)
- [Resource managers](https://doc.orbeon.com/xml-platform/resources/resource-managers.md)
- [Setting up an external resources directory](https://doc.orbeon.com/xml-platform/resources/external-resources.md)
- [Other](https://doc.orbeon.com/xml-platform/other.md)
- [Binary and text documents](https://doc.orbeon.com/xml-platform/other/binary-text-documents.md)


---

# 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:

```
GET https://doc.orbeon.com/xml-platform.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.
