> 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/troubleshooting.md).

# Troubleshooting

Find quick solutions for unexpected behaviors, common error messages, and frequently asked questions. This section helps you identify issues and get back on track faster.

### **What you'll find here**

* Step-by-step guides for real-world scenarios
* Known issues and resolutions
* Tips to prevent common problems

### **Recommended for**

All users, especially during debugging or when facing unexpected results.

### How to use this section

This section is organized to help you quickly identify and resolve problems or design better integrations. Here's how to navigate it:

#### Issues

Use the issue categories when you’re troubleshooting specific errors or unexpected behaviors.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Common Issues</strong></td><td>General problems that may affect various parts of the Platform.</td><td><a href="https://2069643217-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FboT4qPJIk6PZotrxlJWL%2Fuploads%2FRQhCrwbKT0MQ43eZIlTM%2F03%20-%20Common%20Issues.jpg?alt=media&amp;token=72f87221-3e6d-4dfc-83d7-acc6225f34c2">03 - Common Issues.jpg</a></td><td><a href="/documentation/troubleshooting/common-issues/common-pipeline-issues.md">Common Issues</a></td></tr><tr><td><strong>Integration Issues</strong></td><td>Problems that occur while building or executing integrations.</td><td><a href="https://2069643217-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FboT4qPJIk6PZotrxlJWL%2Fuploads%2Fb2xZks03BYHYhQp1H1kd%2F04%20-%20Integration%20Issues.jpg?alt=media&amp;token=53848153-fcec-4a6e-989d-738bce2ea724">04 - Integration Issues.jpg</a></td><td><a href="/documentation/troubleshooting/integration-issues/failed-to-initialize-pool.md">Integration Issues</a></td></tr><tr><td><strong>Deployment Issues</strong></td><td>Problems related to deploying pipelines in different environments.</td><td><a href="https://2069643217-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FboT4qPJIk6PZotrxlJWL%2Fuploads%2Fh8erWYqX0DBZ74d1X2Eb%2FIcons_rocket.jpg?alt=media&amp;token=069abf6b-3e6a-4d5f-be58-38102d04591b">Icons_rocket.jpg</a></td><td><a href="/documentation/troubleshooting/deployment-issues/globals-and-accounts-issues.md">Deployment Issues</a></td></tr></tbody></table>

#### Guides

Use the guides when you want a step-by-step solution for building reliable, secure, and effective integrations.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Integration Guides</strong></td><td>Step-by-step guides for real-world scenarios, such as setting up error alerts or forwarding logs to external systems.</td><td><a href="https://2069643217-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FboT4qPJIk6PZotrxlJWL%2Fuploads%2F7egKOjZ2Hd5cmtJdiG1W%2F06%20-%20Integration%20Guides.jpg?alt=media&amp;token=cf113655-a0f5-453b-a69d-6fa24f2fed00">06 - Integration Guides.jpg</a></td><td><a href="/documentation/troubleshooting/integration-guides/send-logs-to-external-services.md">Integration Guides</a></td></tr><tr><td><strong>Connectivity Guides</strong></td><td>Detailed instructions for integrating with external services and configuring features like ZTNA and VPN.</td><td><a href="https://2069643217-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FboT4qPJIk6PZotrxlJWL%2Fuploads%2FGW1HArojin2Ys5ch6SM9%2F07%20-%20Connectivity%20Guides.jpg?alt=media&amp;token=515c2f9d-643d-4ee7-91c3-e34218829390">07 - Connectivity Guides.jpg</a></td><td><a href="/documentation/troubleshooting/connectivity-guides/digibee-oracle-rac.md">Connectivity Guides</a></td></tr><tr><td><strong>Authentication &#x26; Security Guides</strong></td><td>Guidance on securely managing access, authentication, and credentials.</td><td><a href="https://2069643217-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FboT4qPJIk6PZotrxlJWL%2Fuploads%2F6PBFkzSPRnk9KSERSPA8%2F08%20-%20Authentication%20%26%20Security%20Guides.jpg?alt=media&amp;token=9a544a89-8887-4b39-ab19-f1be77dff34b">08 - Authentication &amp; Security Guides.jpg</a></td><td><a href="/documentation/troubleshooting/authentication-and-security-guides/generate-convert-register-ssh-keys.md">Authentication &amp; Security Guides</a></td></tr></tbody></table>


---

# 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/troubleshooting.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.
