> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tahua.io/knowledge-base/integrations-help-guides.md).

# Integrations Help Guides

- [Integrations Home](https://help.tahua.io/knowledge-base/integrations-help-guides/home.md): Using Slack, Xero, QuickBooks Online or Accredo? Find out about how you can integrate with these systems using Tahua.
- [Slack](https://help.tahua.io/knowledge-base/integrations-help-guides/slack.md)
- [Adding Slack to Tahua](https://help.tahua.io/knowledge-base/integrations-help-guides/slack/adding-slack-to-tahua.md)
- [Xero](https://help.tahua.io/knowledge-base/integrations-help-guides/xero.md)
- [Getting Started with Xero](https://help.tahua.io/knowledge-base/integrations-help-guides/xero/getting-started-with-xero.md)
- [What does the Xero Integration do?](https://help.tahua.io/knowledge-base/integrations-help-guides/xero/what-does-the-xero-integration-do.md)
- [Payment Integrations](https://help.tahua.io/knowledge-base/integrations-help-guides/xero/payment-integrations.md): If you're using Xero or QuickBook, you can integrate these with your Tahua account. This saves your organisation time, and means your Tahua records and Accounting records are constantly syncing.
- [Milestone Payments Using a Xero Integration](https://help.tahua.io/knowledge-base/integrations-help-guides/xero/payment-integrations/milestone-payments-using-a-xero-integration.md): This guide explains how a payment batch moves from creation through to reconciliation, across Tahua, Xero, and your bank, for milestone payments.
- [Application Payments using a Xero Integration](https://help.tahua.io/knowledge-base/integrations-help-guides/xero/payment-integrations/application-payments-using-a-xero-integration.md): This guide explains how a payment batch moves from creation through to reconciliation, across Tahua, Xero, and your bank, for application payments (i.e. when a milestone is not used to payment).
- [Xero FAQs](https://help.tahua.io/knowledge-base/integrations-help-guides/xero/xero-faqs.md)
- [Syncing Milestone Errors](https://help.tahua.io/knowledge-base/integrations-help-guides/xero/xero-faqs/syncing-milestone-errors.md): If a Tahua Milestone cannot be synced with Xero, an email advising that the sync was unsuccessful will be sent.
- [Lock Dates and Xero Syncing](https://help.tahua.io/knowledge-base/integrations-help-guides/xero/xero-faqs/syncing-milestone-errors/lock-dates-and-xero-syncing.md)
- [Invoice Field on a Template](https://help.tahua.io/knowledge-base/integrations-help-guides/xero/xero-faqs/invoice-field-on-a-template.md): If you require Applicants to upload an invoice in order to trigger a payment, you must ensure your Milestone Deliverables template is set up correctly.
- [QuickBooks Online](https://help.tahua.io/knowledge-base/integrations-help-guides/quickbooks-online.md)
- [Getting started with QuickBooks Online](https://help.tahua.io/knowledge-base/integrations-help-guides/quickbooks-online/getting-started-with-quickbooks-online.md)
- [What does the QuickBooks Integration do?](https://help.tahua.io/knowledge-base/integrations-help-guides/quickbooks-online/what-does-the-quickbooks-integration-do.md)
- [Accredo](https://help.tahua.io/knowledge-base/integrations-help-guides/accredo.md): Ever wondered how the Accredo integration workflow looks? Check out the diagram below...
- [API Access](https://help.tahua.io/knowledge-base/integrations-help-guides/api-access.md): Connect your own systems to Tahua using the API. Create OAuth credentials and use them to authenticate API requests.
- [Creating API Credentials](https://help.tahua.io/knowledge-base/integrations-help-guides/api-access/creating-api-credentials.md)
- [Using the API](https://help.tahua.io/knowledge-base/integrations-help-guides/api-access/using-the-api.md)
- [API Reference](https://help.tahua.io/knowledge-base/integrations-help-guides/api-access/api-reference.md)
- [Funding Applications](https://help.tahua.io/knowledge-base/integrations-help-guides/api-access/api-reference/funding-applications.md)
- [Funding Rounds](https://help.tahua.io/knowledge-base/integrations-help-guides/api-access/api-reference/funding-rounds.md)
- [Registration Entities](https://help.tahua.io/knowledge-base/integrations-help-guides/api-access/api-reference/registration-entities.md)
- [Contracts](https://help.tahua.io/knowledge-base/integrations-help-guides/api-access/api-reference/contracts.md)
- [Milestones](https://help.tahua.io/knowledge-base/integrations-help-guides/api-access/api-reference/milestones.md)
- [File Inputs](https://help.tahua.io/knowledge-base/integrations-help-guides/api-access/api-reference/file-inputs.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://help.tahua.io/knowledge-base/integrations-help-guides.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.
