# Visitor documents

If visitors need to sign any documents before they sign in at your site, you can add these to the relevant visit template. You can upload up to 3 PDF documents no larger than 2MB each

To autofill visitors’ names, signature date, and the name of the host site onto your visit documents, makes sure the PDF includes form fields. You can add form fields using a PDF editing service such as Adobe Acrobat

{% hint style="info" %}
Make sure to name your PDF form fields so that you can easily match them with the correct information when uploading to Accessia
{% endhint %}

Accessia will automatically detect form fields when you upload documents. You can then select which information to autofill in each field when the visitor signs the document

<figure><img src="/files/3sgNb0QhIco3H5JhEs2I" alt="" width="443"><figcaption></figcaption></figure>

If the PDF does not include form fields, the document will not be modified during sign in

After a visitor has signed the documents, they will receive copies of them by email. If an audit email has been set up on the visit template, copies will also be sent to this address for easy auditing


---

# 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.accessia.com/visitor-management/visitor-documents.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.
