# Submitting

**Verify that people and vehicle required questions are answered before submitting?**: This will enforce that every mandatory question has been answered before the form responsible can submit the form for approval.

{% hint style="info" %}
Please note that required questions for people and vehicles are also checked before they can download their ticket or parking card.
{% endhint %}

**Page information before submit**: When a new self-registered form wants to submit their application for approval, you can show a message.

{% hint style="info" %}
Examples:

* You're almost there! There is still room below for any questions or comments. Please click 'submit request' to go to the last step.
* Please make sure you added all people and vehicles before submitting your request. After approval we will lock your form.
  {% endhint %}

**Submitted page information**: A message that is shown if the application has been submitted.

{% hint style="info" %}
Examples:

* Thank you, your request has been submitted. We will process your accreditation request as soon as possible.
* Thank you for your registration for \<event>. On \<date> we will approve or reject all applications. You will receive an email when a decision has been made.
  {% endhint %}

{% hint style="success" %}
These text areas support [formatting](/event/misc/text-formatting.md).
{% endhint %}


---

# 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/submitting.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.
