# Visitor Call-Ins

Some accounts require that visitors call us to report their vehicles. This section describes the visitor call-in procedures.

#### Menu

The Visitor Call-In menu can be accessed by clicking the 3 dots to the right of the phone entry box.

<figure><img src="/files/7rU9nJtXgAnaVuMzbRRJ" alt=""><figcaption><p>Visitor Call-In Menu</p></figcaption></figure>

The expanded menu looks like this:

<figure><img src="/files/akX6rSgUl9dd75Dej3Z5" alt=""><figcaption><p>Expanded Visitor Call-In Menu</p></figcaption></figure>

The menu options are:

* Calls Today: Displays a list of all visitor call-ins for today (see [View Calls for Today](/main-screen/visitor-call-ins/view-calls-for-today.md)).
* Calls By Account: Allows you to view calls for a particular account for any period (see [View Calls for an Account](/main-screen/visitor-call-ins/view-calls-for-an-account.md)).
* Email/Save Visitor List: Allows you to email or save a printout of the visitor list for an account (see [Email/Save Visitor List](/main-screen/visitor-call-ins/email-save-visitor-list.md)).
* Search By Name: Allows you to search for a resident by name rather than phone number (see [Search By Name](/main-screen/visitor-call-ins/search-by-name.md)).
* Show Visitor Accounts: Displays a list of the accounts that allow visitor call-ins.


---

# 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.towcode.net/main-screen/visitor-call-ins.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.
