# Merge Freeze Documentation

Welcome! Hopefully you find what you're looking for. If you're confused about something, or just have feedback about the product please feel free to reach out via email to <hello@mergefreeze.com>.

{% content-ref url="connecting-to-github" %}
[connecting-to-github](https://docs.mergefreeze.com/connecting-to-github)
{% endcontent-ref %}

{% content-ref url="implementing-a-merge-freeze" %}
[implementing-a-merge-freeze](https://docs.mergefreeze.com/implementing-a-merge-freeze)
{% endcontent-ref %}

{% content-ref url="recurring-freezes" %}
[recurring-freezes](https://docs.mergefreeze.com/recurring-freezes)
{% endcontent-ref %}

{% content-ref url="slack-integration" %}
[slack-integration](https://docs.mergefreeze.com/slack-integration)
{% endcontent-ref %}

{% content-ref url="mac-menu-bar-plugin" %}
[mac-menu-bar-plugin](https://docs.mergefreeze.com/mac-menu-bar-plugin)
{% endcontent-ref %}

{% content-ref url="web-api" %}
[web-api](https://docs.mergefreeze.com/web-api)
{% endcontent-ref %}

{% content-ref url="github-merge-queue" %}
[github-merge-queue](https://docs.mergefreeze.com/github-merge-queue)
{% endcontent-ref %}

{% content-ref url="uninstalling-merge-freeze" %}
[uninstalling-merge-freeze](https://docs.mergefreeze.com/uninstalling-merge-freeze)
{% endcontent-ref %}

{% content-ref url="frequently-asked-questions" %}
[frequently-asked-questions](https://docs.mergefreeze.com/frequently-asked-questions)
{% endcontent-ref %}


---

# 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.mergefreeze.com/master.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.
