# 9.3 Seeking Help

If you're unable to resolve an issue:

1. Check the [Spicenet GitHub Issues](https://github.com/pepper-research/spicenet/issues) for similar problems and solutions.
2. Join the [Spicenet Discord](https://discord.gg/spicenet) and describe your issue in the #validator-support channel, including:
   * Detailed error messages
   * Relevant log snippets
   * Your node version (`./target/debug/sov-cli --version`)
   * Steps you've already taken to troubleshoot
3. If you suspect a bug, create a new GitHub issue with:
   * A clear title and description
   * Steps to reproduce the problem
   * Expected vs. actual behavior
   * Any relevant logs or error messages

Remember, when sharing logs or error messages, always remove any sensitive information like private keys or IP addresses.


---

# 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://validators.spicenet.io/troubleshooting/9.3-seeking-help.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.
