# Vehicles

### Index <a href="#index" id="index"></a>

The index page is a list of all vehicles in this form. It contains easy access buttons per vehicle to download their parking card.

This page has the ability to multi-select many vehicles at once to remove them.

### New <a href="#new" id="new"></a>

Click the "New" button to create one new attendee in this form.

### Import

Copy and paste XLS data into the text area to import up to 300 vehicles at once. On this screen there is a detailed explanation of how the XLS should be structured.

You can download an example XLS that will be generated when you request it. This example includes all the required data needed to import (driver name, phone number, ...).

Afterwards you can import the data in this file and save you a lot of time and many clicks.

## Download parking cards

Next to each vehicle in the index list you can find a download button for the parking card of that vehicle. Or on the top right of your page you can click the <img src="/files/RllZNmYaEw4RIV0pofg1" alt="" data-size="line"> button to download **all** the parking cards of all the vehicles in this form at once.

{% hint style="info" %}
The download actions will only be visible if a few rules are met:

* The vehicle has at least one visiting day
* The list has parking cards enabled
* ...
  {% endhint %}

## Send out parking cards via email

Another button <img src="/files/UtoRz73xT5s820uQrP19" alt="" data-size="line"> allows you to send all the parking cards via email in 1 click. We only send for the same reasons as above, and the presence of a valid email address.


---

# 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/forms/vehicles.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.
