# How to Resolve Node-Related Issues?

If you encounter node-related issues during use, follow these steps:

1. **Check Your Network Connection:** Ensure your device's network is functioning properly.
2. **Check Node Status:** If a node shows a red dot (high latency) or congestion, try switching to another node.
3. **Restart the App:** If the issue persists, restart the app and check if the network is stable.
4. **Contact Support:**
   * **Method 1:** Go to **Personal Center > Feedback** in the app and send us an email.
   * **Method 2:** Leave us a message through other social channels.


---

# 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://userguide.luffa.im/how-to-resolve-node-related-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.
