# Releases

<mark style="color:blue;">**Issue 1: Deployment process is stuck or failing to complete.**</mark>

Fix:

* Ensure your internet connection is stable.
* Double-check credentials (API and SSH keys) in GPU Container settings.
* Navigate to specific GPU container’s logs for error messages. Send logs to support team to provide solution for identified issues.
* If issues still persist after following the steps above, delete the failed deployment and try again.

<mark style="color:blue;">**Issue 2: No GPU instance available for your workflow .**</mark>

Fix:

* Verify the availability of the requested GPU instance on the Kaisar platform.
* Increase or decrease the resource requirements (e.g., GPU cores, memory) to find the most closest GPU instance for deployment.&#x20;
* Verify whether you have enough tokens in your connected crypto wallet or KAI tokens in your Kaisar account.
* Try switching to a different pricing model and GPU instance and try deployment again.&#x20;
* If troubleshooting steps above do not resolve your issue, contact support via the methods outlined in the Support section of this documentation. .

<mark style="color:blue;">**Issue 3: Not able to connect to GPU container.**</mark>

Fix:

* Ensure exposed ports for GPU container allow outbound and inbound traffic .
* Verify credentials (API and SSH public keys) are correctly configured .
* Try SSHing the container to ensure it is reachable.
* If your organization makes use of a firewall, try disabling it or use a VPN to establish connection with GPU container.

<mark style="color:blue;">**Issue 4: Slow performance or high latency when leveraging GPU workflows.**</mark>

Fix:

1. Monitor resource (CPU, GPU, memory, and network) usage to identify performance and latency issues. To view resource usage navigate to the container details page and click on the Logs tab.
2. Consider upgrading to a higher-spec GPU container from a Kaisar list of available instances.
3. Limit and optimize GPU usage by running tasks more effectively and reducing concurrent execution.


---

# 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.kaisar.io/kaisar-network/kaisar-architecture/products/kaisar-cloud-end-users/releases.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.
