# Overview

If you can't find what you are looking for in our documentation you can submit a support ticket at [boldminded.com/support](https://boldminded.com/support).

{% hint style="warning" %}
All add-ons currently require PHP 8.2 or greater.

**On July 4th 2024 PHP 8.2 became the new minimum requirement for all add-ons**. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you *might* be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 *then* create a support ticket if the error persists.
{% endhint %}

{% content-ref url="advanced-categories" %}
[advanced-categories](https://docs.boldminded.com/advanced-categories)
{% endcontent-ref %}

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

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

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

{% content-ref url="custom-system-messages" %}
[custom-system-messages](https://docs.boldminded.com/custom-system-messages)
{% endcontent-ref %}

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

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

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

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

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

{% content-ref url="reading-time-pro" %}
[reading-time-pro](https://docs.boldminded.com/reading-time-pro)
{% endcontent-ref %}

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

{% content-ref url="simple-grids-and-tables" %}
[simple-grids-and-tables](https://docs.boldminded.com/simple-grids-and-tables)
{% endcontent-ref %}

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

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

{% content-ref url="speedy" %}
[speedy](https://docs.boldminded.com/speedy)
{% 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.boldminded.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.
