# Deployment Issues

- [How to resolve deployment issues related to globals and accounts](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/globals-and-accounts-issues.md): Learn how to resolve deployment issues involving deprecated, restricted, or unset globals and accounts.
- [How to handle route conflicts in deployments](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/route-conflicts.md): Learn how to proceed if these warnings are displayed in Run when a deployment needs to be made.
- [Solving “Out of memory” errors in deployment](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/out-of-memory.md): Learn more about the possible causes of “Out of memory” errors in pipeline deployment and how to fix them based on the type of error.
- [How to resolve Error 409: “You cannot update a pipeline that is not on draft mode”](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/error-409.md): Learn how to fix the problem that occurs when you try to edit a pipeline that has already been deployed.
- [How to resolve the "Pipeline execution was aborted" error](https://docs.digibee.com/documentation/troubleshooting/deployment-issues/pipeline-execution-was-aborted-error.md): Learn how to identify the cause and implement strategies to fix and prevent this error.


---

# Agent Instructions: 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://docs.digibee.com/documentation/troubleshooting/deployment-issues.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.
