# Providing Feedback

The MASQ team utilizes [Canny](https://masq-network.canny.io) to log and address feedback from testers - please send us some feedback on features or bugs you find, so we can work on them!

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Feature Requests</td><td><a href="https://masq-network.canny.io/feature-requests">https://masq-network.canny.io/feature-requests</a></td></tr><tr><td>Report a Bug</td><td><a href="https://masq-network.canny.io/bugreports">https://masq-network.canny.io/bugreports</a></td></tr><tr><td>General Feedback</td><td><a href="https://masq-network.canny.io/general-feedback">https://masq-network.canny.io/general-feedback</a></td></tr></tbody></table>

{% hint style="info" %}

#### **Helpful Tips for Bug-Reports!:**

* [ ] Specify your OS name and version
* [ ] Specify which version you used - or we won't know what build you're using
* [ ] Please attach a screenshot to show the bug/location of the bug if possible
  {% endhint %}

### Example:

<div align="left"><figure><img src="/files/LvjmKYz5yPRifFGRpcJV" alt="" width="536"><figcaption></figcaption></figure></div>

## Inspecting MASQ Core Log Files

Here are the common locations of MASQ Core logs for each OS

{% tabs %}
{% tab title="Windows" %}
Daemon/Node Launch Logs - *System logs in EventViewer*

Daemon Logs: `C:\Windows\System32\config\systemprofile\AppData\Local\MASQ\MASQNode_daemon_rCURRENT`

Node Logs:

`C:\Windows\System32\config\systemprofile\AppData\Local\MASQ\`

{% hint style="info" %}
On some Windows user profiles, the file path may be specific to the logged in user:\
`C:\Users%USERNAME%\AppData\Local\MASQ\`
{% endhint %}
{% endtab %}

{% tab title="Mac" %}
Daemon/Node Launch Logs

`/var/log/MASQDaemon.log`

Daemon Logs

`/var/root/Library/Application Support/MASQ/MASQNode_daemon_rCURRENT.log`

Node Logs

`~/Library/Application Support/MASQ`
{% endtab %}

{% tab title="Linux" %}
Linux: Daemon/Node Launch Logs

`sudo journalctl -u snap.masq.masqnode`

Daemon Logs

`/root/snap/masq/x1/.local/share/MASQ`

Node Logs

`~/snap/masq/x1/.local/share/MASQ`
{% endtab %}
{% endtabs %}

{% hint style="warning" %}
**Ensure that you save and send through logs to our dev team, when experiencing any bug or software behaviour that results in serious software crashes or network failure.**
{% 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.masqbrowser.com/masq/masq-web3-privacy-browser/providing-feedback.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.
