# Troubleshooting

### Overview

This troubleshooting guide provides information and resources to help you resolve common problems you might experience with Zentanode across different platforms.

#### Web

<details>

<summary>Troubleshooting Zentanode on the Web</summary>

* **Issue:** Unable to access the Zentanode web interface.
  * **Possible Solutions:**
    * Check your internet connection.
    * Ensure you are using the correct URL.
    * Clear your browser cache and cookies.
    * Try a different browser.
    * Contact support for assistance.
* **Issue:** Zentanode web interface is loading slowly.
  * **Possible Solutions:**
    * Check your internet speed.
    * Close unnecessary browser tabs and applications.
    * Disable browser extensions.
    * Contact support if the problem persists.

</details>

#### CLI (Command-Line Interface)

<details>

<summary>Troubleshooting Zentanode on the CLI</summary>

* **Issue:** Command not recognized or invalid syntax.
  * **Possible Solutions:**
    * Verify that you have installed the Zentanode CLI correctly.
    * Double-check the command syntax and spelling.
    * Refer to the CLI documentation for the correct usage.
* **Issue:** CLI is stuck or not responding.
  * **Possible Solutions:**
    * Try restarting the CLI.
    * Check your system resources (CPU, memory) for potential bottlenecks.
    * If the issue persists, contact support.

</details>

#### iOS

<details>

<summary>Troubleshooting Zentanode on iOS</summary>

* **Issue:** Zentanode app crashes or freezes.
  * **Possible Solutions:**
    * Force close the app and restart it.
    * Ensure your iOS device meets the minimum system requirements.
    * Update the app to the latest version.
    * Restart your iOS device.
    * If the problem continues, contact support.
* **Issue:** Unable to connect to the Zentanode network.
  * **Possible Solutions:**
    * Check your internet connection.
    * Ensure that the Zentanode app has the necessary permissions.
    * Verify that your Zentanode device is online and configured correctly.

</details>

#### Windows

<details>

<summary>Troubleshooting Zentanode on Windows</summary>

* **Issue:** Zentanode application fails to install or launch.
  * **Possible Solutions:**
    * Ensure your Windows system meets the minimum requirements.
    * Temporarily disable antivirus or firewall software.
    * Run the installer as administrator.
    * Check for updates or reinstall the application.
* **Issue:** Error messages or unexpected behavior.
  * **Possible Solutions:**
    * Consult the Zentanode documentation for troubleshooting specific error messages.
    * Check the Zentachain community forums for similar issues and solutions.
    * Contact support for assistance.

</details>

#### macOS

<details>

<summary>Troubleshooting Zentanode on macOS</summary>

* **Issue:** Zentanode application crashes or freezes.
  * **Possible Solutions:**
    * Force quit the application and relaunch it.
    * Ensure your macOS version is compatible.
    * Update the app to the latest version.
    * Restart your Mac.
    * Contact support if the issue persists.
* **Issue:** Permission issues or installation errors.
  * **Possible Solutions:**
    * Grant the necessary permissions to the Zentanode application.
    * Check your system security settings.
    * Reinstall the application.

</details>

#### Android

<details>

<summary>Troubleshooting Zentanode on Android</summary>

* **Issue:** Zentanode app is not responding or crashes.
  * **Possible Solutions:**
    * Force stop the app and restart it.
    * Clear the app cache and data.
    * Ensure your Android device meets the minimum system requirements.
    * Update the app to the latest version.
    * Restart your Android device.
* **Issue:** Connectivity problems or network errors.
  * **Possible Solutions:**
    * Check your internet connection and Wi-Fi settings.
    * Ensure the app has the necessary network permissions.
    * Verify that your Zentanode device is online and properly configured.

</details>

**For further assistance or to report issues not listed here, please visit our support website or contact our support team.**


---

# 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.zentachain.io/zentanode/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.
