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

# Integrations

- [Xero](https://docs.stayonhire.com/integrations/xero.md): Learn about a Xero accounting integration with your StayOnHire account. This section is ideal for people who manage financial elements of a business such as invoicing and payments.
- [Getting Started](https://docs.stayonhire.com/integrations/xero/getting-started.md): A step-by-step guide on how to setup your Xero integration with StayOnHire. The section is ideal for those setting up their Xero integration for the first time.
- [Contacts](https://docs.stayonhire.com/integrations/xero/contacts.md): This page focusses on the functionality and behaviour of contact data syncing between StayOnHire and Xero once connected. Ideal for both new and experienced users.
- [Accounts](https://docs.stayonhire.com/integrations/xero/accounts.md): This page focusses on the functionality and behaviour of account data syncing between StayOnHire and Xero once connected. Ideal for both new and experienced users.
- [Tax Rates](https://docs.stayonhire.com/integrations/xero/tax-rates.md): This page focusses on the functionality and behaviour of tax rate data syncing between StayOnHire and Xero once connected. Ideal for both new and experienced users.
- [Invoices](https://docs.stayonhire.com/integrations/xero/invoices.md): This page focusses on the functionality and behaviour of invoice data syncing between StayOnHire and Xero once connected. Ideal for both new and experienced users.
- [Recording Payments](https://docs.stayonhire.com/integrations/xero/recording-payments.md): This page focusses on the functionality and behaviour of invoice payment records syncing between StayOnHire and Xero once connected. Ideal for both new and experienced users.
- [Troubleshooting](https://docs.stayonhire.com/integrations/xero/troubleshooting.md): The section is for people who want to understand what exactly is happening your StayOnhire app when something with an existing Xero integration is not performing like it should.
- [Disconnect / Reconnect](https://docs.stayonhire.com/integrations/xero/disconnect-reconnect.md): A short guide on how to remove or reconnect a Xero integration with StayOnHire. The section is for those looking to remove an existing connection.


---

# 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.stayonhire.com/integrations.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.
