# Welcome to Fuzzy Macro Docs

Welcome! This documentation site provides everything you need to install, configure, and use the Fuzzy Macro.

Quick links

* [Getting Started](/fuzzy-macro/getting-started/how-to-install.md)
* [System Settings](/fuzzy-macro/system-settings/display-settings.md)
* [Macro Settings](/fuzzy-macro/macro-settings/important-settings.md)
* [Common Fixes](/fuzzy-macro/common-fixes/terminal-permissions.md)
* [Discord Setup](/fuzzy-macro/discord-setup/discord-webhook-setup.md)
* [**Our NEW Website**](https://fuzzymacro.com/)

How to use this book

* Use the left-hand navigation to browse sections.
* Start with the Getting Started guide if you're new.
* Search for keywords using the GitBook search bar.

Contributing

* Found an issue or missing content? Please [edit the repository](https://github.com/Fuzzy-Team/Fuzzy-Macro-Docs) and open a PR.

Need help?

* [Join our Discord](https://discord.gg/rGRVG8Rpsb) or open an issue in [the repo](https://github.com/Fuzzy-Team/Fuzzy-Macro).

Enjoy using Fuzzy Macro!


---

# 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://fuzzy-team.gitbook.io/fuzzy-macro/welcome-to-fuzzy-macro-docs.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.
