# Troubleshooting

BitBanana aims to provide clear and helpful error messages, which should usually be enough to resolve your issue. If not, you can enable logging by navigating to

&#x20;<mark style="background-color:orange;">Settings --> Features --> Logs</mark>&#x20;

Reproduce the issue, then check the logs under:

&#x20;<mark style="background-color:orange;">Main menu --> Logs</mark>&#x20;

The detailed messages there may offer more insights. If you still need assistance, feel free to create a [GitHub issue](https://github.com/michaelWuensch/BitBanana/issues) or ask on our [Discord](https://discord.gg/Xg85BuTc9A). Including the logs will help developers diagnose the problem faster.

{% hint style="danger" %}
The logs may contain sensitive data. Carefully check and remove any sensitive data before posting a log on GitHub or Discord.
{% endhint %}


---

# 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.bitbanana.app/using-bitbanana/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.
