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

# Advanced guides

- [Integrations](https://docs.bunny.com/guide/advanced-guides/integrations.md): Use Bunny's integrations with other applications to drive more automation and integration Bunny in your business processes.
- [AccountsIQ](https://docs.bunny.com/guide/advanced-guides/integrations/accountsiq.md): Integrate Bunny with AccountsIQ for seamless SaaS revenue accounting.
- [Airbyte](https://docs.bunny.com/guide/advanced-guides/integrations/airbyte.md): Synchronize Bunny data to other databases and systems via Airbyte.
- [Avalara AvaTax](https://docs.bunny.com/guide/advanced-guides/integrations/avalara-avatax.md): Bunny has partnered with Avalara AvaTax to make it easy for you to calculate sales tax on quotes and invoices.
- [Bunny Sign](https://docs.bunny.com/guide/advanced-guides/integrations/bunny-sign.md): Use Bunny's native e-signature solution to get signatures on quotes and sales proposals.
- [Docusign](https://docs.bunny.com/guide/advanced-guides/integrations/docusign.md): Electronically sign quotes with DocuSign.
- [Dropbox Sign](https://docs.bunny.com/guide/advanced-guides/integrations/dropbox-sign.md)
- [HubSpot](https://docs.bunny.com/guide/advanced-guides/integrations/hubspot.md): Bunny's HubSpot integration enables you to easily create Bunny quotes from deals in HubSpot.
- [Kintsugi](https://docs.bunny.com/guide/advanced-guides/integrations/kintsugi.md): "Put your sales tax on autopilot"
- [Mailchimp](https://docs.bunny.com/guide/advanced-guides/integrations/mailchimp.md): Push contacts to Mailchimp.
- [QuickBooks](https://docs.bunny.com/guide/advanced-guides/integrations/quickbooks.md): Integrate Bunny with QuickBooks for seamless SaaS revenue accounting.
- [PandaDoc](https://docs.bunny.com/guide/advanced-guides/integrations/pandadoc.md): Coming soon.
- [Resend](https://docs.bunny.com/guide/advanced-guides/integrations/resend.md): Connect your Resend account to ensure that all customer facing quotes and invoices are sent from Bunny using your own domain.
- [Salesforce](https://docs.bunny.com/guide/advanced-guides/integrations/salesforce.md): Bunny's Salesforce integration synchronizes opportunities between Salesforce and Bunny.
- [SendGrid](https://docs.bunny.com/guide/advanced-guides/integrations/sendgrid.md)
- [Slack](https://docs.bunny.com/guide/advanced-guides/integrations/slack.md): Notify channels and users in Slack.
- [Stripe](https://docs.bunny.com/guide/advanced-guides/integrations/stripe.md): Bunny has built-in support for credit card payments via Stripe.
- [Stripe Marketplace App](https://docs.bunny.com/guide/advanced-guides/integrations/stripe-marketplace-app.md): Learn how to install the Bunny for Stripe app within your Stripe dashboard
- [Xero](https://docs.bunny.com/guide/advanced-guides/integrations/xero.md): Integrate Bunny with Xero for seamless SaaS revenue accounting.
- [Zapier](https://docs.bunny.com/guide/advanced-guides/integrations/zapier.md): Connect Bunny to Zapier to automate workflows
- [Single sign-on](https://docs.bunny.com/guide/advanced-guides/single-sign-on.md): Learn how to set up single sign-on
- [SCIM user provisioning](https://docs.bunny.com/guide/advanced-guides/scim-user-provisioning.md): Learn how to enable automated user provisioning
- [Migrating to Bunny](https://docs.bunny.com/guide/advanced-guides/migrating-to-bunny.md): Bunny offers a full migration service. We will help you every step of the way.


---

# 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.bunny.com/guide/advanced-guides.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.
