# "FAQ" Page

How to add questions and answers&#x20;

On this page, you can create a list of the most frequently asked questions and answers to them for your participants. Let's create a couple of questions with answers.&#x20;

{% hint style="warning" %}
Do not ignore the FAQ section, it will be way easier for the participant to understand the event rules and conditions, if there is a place where he can find information about it.
{% endhint %}

Click on "**Add a question**" and fill in the text fields "**Question**" and "**Answer**". After filling in all the fields, click on "**Save**", wait for confirmation and click on "**Publish**".

By clicking the "**Publish**" and "**Unpublish**" buttons you can control the visibility of your questions in the “**FAQ**” section.

Great! Now creating a FAQ for the contest is not an issue anymore! Add a few questions and answers for the participants if you want. It's high time to publish the event!


---

# 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.codenrock.com/setup-guide/setting-up-an-event/faq-page.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.
