# Other APIs

- [Connection context API](https://doc.orbeon.com/form-runner/api/other-apis/connection-context-api.md)
- [Duplicate form data API](https://doc.orbeon.com/form-runner/api/other-apis/duplicate-form-data.md)
- [File scan API](https://doc.orbeon.com/form-runner/api/other-apis/file-scan-api.md)
- [Form Runner JavaScript API](https://doc.orbeon.com/form-runner/api/other-apis/form-runner-javascript-api.md)
- [Generate XML Schema API](https://doc.orbeon.com/form-runner/api/other-apis/xml-schema-generation.md)
- [Import upload callback API](https://doc.orbeon.com/form-runner/api/other-apis/import-upload-callback-api.md)
- [PDF API](https://doc.orbeon.com/form-runner/api/other-apis/pdf-api.md)
- [Property provider API](https://doc.orbeon.com/form-runner/api/other-apis/property-provider.md)
- [Publish form definition API](https://doc.orbeon.com/form-runner/api/other-apis/publish.md)
- [Remote server APIs](https://doc.orbeon.com/form-runner/api/other-apis/remote.md)
- [Run form in the background API](https://doc.orbeon.com/form-runner/api/other-apis/run-form-background.md)


---

# 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://doc.orbeon.com/form-runner/api/other-apis.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.
