> For the complete documentation index, see [llms.txt](https://docs.masqbrowser.com/masq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.masqbrowser.com/masq/advanced-use.md).

# Advanced Use

- [MASQ Node from CLI](https://docs.masqbrowser.com/masq/advanced-use/masq-node-from-cli.md)
- [Configuration Methods](https://docs.masqbrowser.com/masq/advanced-use/masq-node-from-cli/untitled-1.md)
- [masq Interface](https://docs.masqbrowser.com/masq/advanced-use/masq-node-from-cli/masq-interface.md)
- [MASQ Daemon Commands](https://docs.masqbrowser.com/masq/advanced-use/masq-node-from-cli/masq-daemon-commands.md)
- [Configuring MASQ Node](https://docs.masqbrowser.com/masq/advanced-use/masq-node-from-cli/configuring-masq-node.md): You will need to add configuration of your Node before starting it and connecting to MASQ Network neighbors
- [MASQ Node CLI FAQ](https://docs.masqbrowser.com/masq/advanced-use/masq-node-from-cli/cli-faq.md)
- [CLI Startup Guides](https://docs.masqbrowser.com/masq/advanced-use/cli-startup-guides.md)
- [MASQ CLI - Windows](https://docs.masqbrowser.com/masq/advanced-use/cli-startup-guides/masq-cli-windows.md): This guide will allow you to set up for testing MASQ development cards, using Command Line Interface (CLI) for Windows - written by the trusty Testing Manager Stew
- [MASQ CLI - Linux](https://docs.masqbrowser.com/masq/advanced-use/cli-startup-guides/masq-cli-linux.md)
- [Setting MASQ Wallets](https://docs.masqbrowser.com/masq/advanced-use/setting-masq-wallets.md)
- [Blockchain Service Endpoint](https://docs.masqbrowser.com/masq/advanced-use/blockchain-service-endpoint.md)
- [Port Forwarding](https://docs.masqbrowser.com/masq/advanced-use/port-forwarding.md)
- [Compiling MASQ Node](https://docs.masqbrowser.com/masq/advanced-use/compiling-masq-node.md)
- [Common Challenges](https://docs.masqbrowser.com/masq/advanced-use/common-challenges.md)
- [Firewall Exceptions](https://docs.masqbrowser.com/masq/advanced-use/common-challenges/firewall-exceptions.md)
- [Port 53 Problems? (usually in Windows)](https://docs.masqbrowser.com/masq/advanced-use/common-challenges/untitled-3.md)
- [User permissions --real-user](https://docs.masqbrowser.com/masq/advanced-use/common-challenges/untitled-2.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.masqbrowser.com/masq/advanced-use.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
