# Questions

Here you can add [questions](/event/misc/questions.md) the forms need to answer. Questions can be made mandatory.

{% hint style="info" %}
Questions can also be made "hidden". Use this to add data to a form/person/vehicle that is only visible to moderators.
{% endhint %}

You can create questions for:

* **Forms**: The person filling the form
* **People**: Questions per person
* **Vehicles**: Questions per vehicle

{% hint style="info" %}
Examples of questions for **forms**:

* Where did you hear about \<event>?
* Has your company worked for \<event> in the past?
* Do you accept our [privacy policy](https://en.wikipedia.org/wiki/Privacy_policy)?
  {% endhint %}

{% hint style="info" %}
Examples of questions for **people**:

* What's your T-shirt size?
* Do you accept our [code of conduct](https://en.wikipedia.org/wiki/Code_of_conduct)?
  {% endhint %}

{% hint style="info" %}
Examples of questions for **vehicles**:

* What kind of vehicle is this?
* Do you need more than one parking spot?
  {% endhint %}

More information on how to create questions can be found [here](/event/misc/questions.md).


---

# 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.eventication.com/event/accreditation/lists/questions.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.
