# QA Testing

These Setup Guides are based around Quality Assurance (QA) Testing for Windows and Linux in CLI

{% content-ref url="/pages/nuE8yzNjCjKwVqdvesiA" %}
[MASQ CLI - Windows](/masq/advanced-use/cli-startup-guides/masq-cli-windows.md)
{% endcontent-ref %}

{% content-ref url="/pages/XjTBm9aFvvrx2pjYCJfr" %}
[MASQ CLI - Linux](/masq/advanced-use/cli-startup-guides/masq-cli-linux.md)
{% endcontent-ref %}

## Linux Users Read! - Regarding MASQNode daemon

The intention of MASQ Node and the MASQNode daemon is for it to be run by *sudo-ers* - i.e. not starting MASQNode as a user with root permissions.

If you run MASQNode with a user with root permissions or `root` user itself, it may write logs to the root directory.

To avoid this, if you insist on running MASQNode on a root access user, you can use the command: `sudo -E MASQNode --initialization`

OR

You can define the [`--real-user` parameter](broken://pages/-MQVUIMn2C_3bmF1k3Lw#real-user) in command line with a defined normal user.

#### This is not applicable to Windows environments, as most things will run with administrator access


---

# 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/developers/qa-testing.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.
