# Report a Wallet Issue

Before reporting any potential issues first make sure you are using the current version of the specific software in which you are experiencing the issue. You may also want to join the [NIX Discord chat](https://discordapp.com/invite/HGuvDTW) and describe your specific issue in the appropriate support channel in order to help identify if the problem is user/configuration/other error or an actual bug. Doing so may also alert you to any known workarounds you might be able to use in the meantime.

If you are sure that your issue is indeed a bug, your next step should be the corresponding [NIXPlatform GitHub repository](https://github.com/NixPlatform), ie: [NixCore](https://github.com/NixPlatform/NixCore), [Nix-GUI](https://github.com/NixPlatform/Nix-GUI), [nixwallet-spv-android](https://github.com/NixPlatform/nixwallet-spv-android), etc. Once there, click on the issues tab near the top of the page and check to see if there is an open issue already describing your problem.

![](https://2383684954-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LShwTn5gOeQj7NnQ-31%2F-LX6C_mtUaE9H11GQjNw%2F-LX6FEcPTACV2B-G_xs0%2Fgithubissuetab.png?alt=media\&token=45e21742-6cfa-40ed-bdbe-c8c2e588972c)

If none exists you will need a GitHub account in order to create a new issue. This will ensure that the development team is made aware of your bug report. Accounts are free and easy to setup.

When opening a new issue, try your best to be descriptive and provide any relevant log file excerpts that can help detail your problem. The most likely source for this information will be found in the debug.log file in your NIX data directory.&#x20;

Developers may ask followup questions, so be sure to reply or your issue may be closed due to the lack of additional requested information.


---

# 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://nixwiki.gitbook.io/home/propsals-and-feedback/how-to-log-an-issue.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.
