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

# Integration Guides

- [How to send pipeline logs to external monitoring systems](https://docs.digibee.com/documentation/troubleshooting/integration-guides/send-logs-to-external-services.md): Learn how to export integration pipeline logs to external monitoring systems outside the Digibee Integration Platform.
- [How to build integration flows that send error notifications](https://docs.digibee.com/documentation/troubleshooting/integration-guides/integration-flows-that-send-error-notifications.md): Users can use the Monitor tab on the Digibee iPaaS to monitor integration flows and error notifications. Click here to discover how to perform the correct executions.
- [How to handle request payloads larger than 5MB](https://docs.digibee.com/documentation/troubleshooting/integration-guides/payloads-larger-than-5mb.md): Learn how to use the HTTP File Trigger to process payloads exceeding 5MB in your pipeline.
- [How to resolve names without a DNS - REST, SOAP, SAP (web protocols)](https://docs.digibee.com/documentation/troubleshooting/integration-guides/resolve-names-without-dns.md): Learn how to resolve names without DNS in the Digibee Integration Platform.
- [How to use your Gmail account with the Digibee email component (SMTP)](https://docs.digibee.com/documentation/troubleshooting/integration-guides/gmail-account-with-smtp.md): Learn how to configure the use of a personal Gmail account when using the Digibee Integration Platform.
- [Configuring the Dropbox account](https://docs.digibee.com/documentation/troubleshooting/integration-guides/dropbox-account.md): Discover how users can set up the Dropbox Connector and how it is used on the Digibee iPaaS with this step-by-step guide.
- [How to use the CORS policy on the Digibee Integration Platform](https://docs.digibee.com/documentation/troubleshooting/integration-guides/how-to-cors-policy.md): Understand how the CORS policy works and how to use it in the Digibee Integration Platform


---

# 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.digibee.com/documentation/troubleshooting/integration-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.
