# Enter a Tow

To enter a new tow, start by clicking on the **New Tow** button on the Main Screen.  This will open the **New Tow** Screen.

<figure><img src="/files/D3qv3wWOxk4ALFrM3IHO" alt=""><figcaption><p>New Tow Screen</p></figcaption></figure>

The fields highlighted above will automatically be populated but can be changed, if necessary.

1. CALL/PATROL. This will be set to PATROL since most 'CALL' type tows will be created from a [Tow Request](/tow-request.md).
2. The invoice number, date and time, along with your name, will be filled in.
3. The yard and weight will be set to 'YARD 4050' and 'LIGHT' respectively. \
   \- The yard may be left as is, regardless of the location.\
   \- The weight must be set according to the GVWR of the vehicle (the driver will let you know).

{% hint style="info" %}
You typically want to start a new tow as soon as the driver says he's hooked/rolling. This helps prevent tows from being forgotten.
{% endhint %}

Enter any information you currently have. At the very least, include the driver's name, account number, and license plate. Should additional details be available, add those too. After receiving the driver's report and/or photographs, complete the remaining fields with that information.&#x20;

See [Tow Detail](/main-screen/tows/tow-detail.md) for a complete description of each field in the tow form.


---

# 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/tows/enter-a-tow.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.
