# Vehicle Release

To release a vehicle first select it from the main screen, then click on the 'Release Info' tab. This will open the release section of the tow.

<figure><img src="/files/e1KJBGEKr9GrylgpImpN" alt=""><figcaption><p>Release Section</p></figcaption></figure>

Select the appropriate release status:

<figure><img src="/files/s9PsA8kRe5D7kBRabzVm" alt=""><figcaption><p>Release Status Selection</p></figcaption></figure>

#### Released To Owner

This is the typical status used when a vehicle is released to a customer. Once this is selected, your name, the date and time, and amount paid will be filled in automatically.

<figure><img src="/files/W2OMFi7ePEfuoOuna2HF" alt=""><figcaption><p>Released To Owner Selected</p></figcaption></figure>

1. Fill in the **Owner Information** section.
2. In the **Payment Information** *section,* select the Payment type. If a credit card was used, fill in the last 4 digits of the card number and the expiration date.
3. Make sure that the amount paid field matches the Total.
4. Click on 'Save'. The vehicle will be released and can be viewed under Released vehicle on the main screen.

#### Junked

This status should not normally be selected from the tow detail screen.  Junking vehicles are usually handled through [**Vehicle Processing**](/vehicle-processing/printing-cop.md)**.**

#### Bill To Account

This is used when the property management pays for a tow (usually due to an error on their part). The amount paid should be the amount that we are charging the property management. No other information needs to be entered.

<figure><img src="/files/uvzMfT6K7hPt6DVUnHUr" alt=""><figcaption><p>Bill to Account</p></figcaption></figure>

{% hint style="info" %}
A 'Bill-Back Invoice' should be created and emailed to the person authorizing the payment for the tow. This can be done by clicking on the dollar sign icon on the tow detail screen.

See [Tow Detail](/main-screen/tows/tow-detail.md).
{% endhint %}

<figure><img src="/files/5X6KwV9vDi8GiLSgQ87y" alt=""><figcaption><p>Bill Back Button</p></figcaption></figure>

#### Released No Charge

This should be used when a vehicle is released with no charge to the owner. When selected, the amount paid will be set to $0.00 automatically. No other information needs to be entered.

<figure><img src="/files/WDepk3A1Ht4q3HM9IP5m" alt=""><figcaption><p>Released No Charge</p></figcaption></figure>

{% hint style="danger" %}
Management approval is required before any vehicle is released no charge.
{% endhint %}

#### Surrendered

Use this when a vehicle owner surrenders a vehicle by signing over the title to Northwest Recovery. Make sure that the owner's ID matches the name on the title. Only the owner of a vehicle, as shown on the title, may sign the title over to us. An attempt should be made to get the owner to pay the original towing fee minus any storage fee. **If the owner wants anything out of the vehicle, including license plates, then they MUST pay the original towing fee.**

When the owner pays the towing fee, a receipt must be filled out and provided to them. Do not fill out any part of the ICC invoice, except to note "Surrendered title/keys" in the comments section.

<figure><img src="/files/mk2kcM4CR36kVth8i7a1" alt=""><figcaption><p>Cash Receipt</p></figcaption></figure>

#### Void

This is used when voiding an invoice. The reason for voiding the invoice must be entered. These are the reasons an invoice may be voided:

* There is a problem when printing the invoice, such as a paper jam, which renders the invoice unusable.
* An invoice was mistakenly printed. For example, the tow should have been written on a commercial ticket, or the vehicle was not actually towed.
* Releasing the wrong vehicle, rendering the invoice unusable. If you are still able to use the invoice (by redacting the owner information), you should do so.
* An invoice cannot be located. In this case, the original invoice should be voided and a new one printed.

After selecting 'Void' and entering the reason, click on **Save.** You then be asked if you want to print a new invoice.

<figure><img src="/files/8dH96qYrpWmczC2fBPOh" alt=""><figcaption><p>Voiding a Tow</p></figcaption></figure>


---

# 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/vehicle-release.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.
