# Application troubleshooting

- [I can't see an application](https://docs.nuvolos.com/help-and-reference/troubleshooting/application-troubleshooting/i-cant-see-an-application.md): If you are unable to find a specific application in Nuvolos, consider the following possible causes.
- [I can't start an application](https://docs.nuvolos.com/help-and-reference/troubleshooting/application-troubleshooting/i-cant-start-an-application.md): If you are unable to start an application in Nuvolos, consider the following possible causes.
- [I can't create an application](https://docs.nuvolos.com/help-and-reference/troubleshooting/application-troubleshooting/i-cant-create-an-application.md): If you are unable to create a new application, consider the following possible causes.
- [I can't delete an application](https://docs.nuvolos.com/help-and-reference/troubleshooting/application-troubleshooting/i-cant-delete-an-application.md): If you are unable to delete an application in Nuvolos, consider the following possible causes.
- [I can't stop a running application](https://docs.nuvolos.com/help-and-reference/troubleshooting/application-troubleshooting/i-cant-stop-a-running-application.md): If you are unable to stop a running application in Nuvolos, consider the following possible causes.
- [My code stopped running unexpectedly](https://docs.nuvolos.com/help-and-reference/troubleshooting/application-troubleshooting/my-code-stopped-running-unexpectedly.md): If your application terminates unexpectedly, use the following steps to investigate the root cause.
- [Git troubleshooting](https://docs.nuvolos.com/help-and-reference/troubleshooting/application-troubleshooting/git-troubleshooting.md): This page covers common issues related to the Nuvolos Git integration.
- [JupyterLab 3 troubleshooting](https://docs.nuvolos.com/help-and-reference/troubleshooting/application-troubleshooting/jupyterlab-3-troubleshooting.md): Troubleshooting for JupyterLab 3 and 4
- [Spyder 3.7 troubleshooting](https://docs.nuvolos.com/help-and-reference/troubleshooting/application-troubleshooting/spyder-3.7-troubleshooting.md)


---

# 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.nuvolos.com/help-and-reference/troubleshooting/application-troubleshooting.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.
