# Help Docs Setup

{% content-ref url="/pages/-LMfxbQngsVLS0HSIj2t" %}
[Get FAQ Categories](/master/knowledge-base-apis/help-docs-setup/get-faq-categories.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LMfzdB9CK9v7FNfM9eO" %}
[Get Setup Details](/master/knowledge-base-apis/help-docs-setup/get-setup-details.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LMg3UEJbCWNnL7A4q3S" %}
[Get Side List](/master/knowledge-base-apis/help-docs-setup/get-side-list.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LMg3U7RJbgord1nFdF2" %}
[Get Article](/master/knowledge-base-apis/help-docs-setup/get-article.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LMg3U2uJlxk10f790jW" %}
[Get Recent Article](/master/knowledge-base-apis/help-docs-setup/get-recent-article.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LqpJNxUumn\_IiKqOC5m" %}
[Get Categorized Articles](/master/knowledge-base-apis/help-docs-setup/get-categorized-articles.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LMg3U-rAoL0eIhGAAgZ" %}
[Get Suggestion](/master/knowledge-base-apis/help-docs-setup/get-suggestion.md)
{% 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://developer.acquire.io/master/knowledge-base-apis/help-docs-setup.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.
