# Build FAQs

- [Add category](https://help.chatty.net/build-faqs/add-category.md): How to add or remove categories of questions
- [Add questions](https://help.chatty.net/build-faqs/add-questions.md): How to add or remove new questions and answers
- [FAQs page](https://help.chatty.net/build-faqs/faqs-page.md): Show a page of FAQs on your Shopify site
- [FAQs block](https://help.chatty.net/build-faqs/faqs-block.md): Show FAQs as a section on different page
- [FAQs analytics](https://help.chatty.net/build-faqs/faqs-analytics.md): Key metrics about your FAQs, like total views, so you can see how users are interacting with them and improve your self-service support


---

# 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://help.chatty.net/build-faqs.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.
