> 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/resources.md).

# Resources

{% content-ref url="/pages/VRgIkdCiN9OWUTxISKpA" %}
[Official Links 🔗](/masq/readme/official-community-links.md)
{% endcontent-ref %}

{% content-ref url="/pages/G1aPrfcu90HtPf5ednED" %}
[MASQ Browser checksums](/masq/resources/installer-checksums.md)
{% endcontent-ref %}

***

## MASQ Activity Board

MASQ Network core team using an Activity Board to express the current milestones being worked on and acts as a living roadmap — check this anytime to see what's in motion and the exciting things being developed for the future!

{% embed url="<https://masq-network.notion.site/4845dc5fc53e4f68825ed5ff7c633313?v=8659058cc3824f46a94bf9ddfa1ea765&pvs=4>" %}

***

## MASQ Brand Kit & Guidelines

The MASQ brand reflects our commitment to digital rights, free-flowing information, and online freedom.

Please review and follow our brand guidelines using the assets in our public Figma:\
<https://www.figma.com/file/Jgi5vkYd274YCAr2asAuiO/MASQ-Branding---Public?node-id=1121%3A16>


---

# 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/resources.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.
