# Search Bar

<figure><img src="/files/RpQO3kYnnWoa3ylocWRq" alt=""><figcaption><p>Search Bar on Main Screen</p></figcaption></figure>

The search bar on the main screen allows you to search for towed vehicles. To search, enter the search term and press ENTER.

* TRIP will search the database for both held and released vehicles where any of the following properties *contain* the search term: make, model, plate, VIN, and name of the person who picked up the vehicle.&#x20;
* Because it searches properties that *contain* the search term, you typically do not need to enter the full word. For example: you can enter "CAM" to search for a Toyota Camry.
* TRIP searches both held and released vehicles, so switching between the two shows the filtered vehicles for both.

{% hint style="warning" %}
Due to the large number of towed vehicles, the search function will only display 100 matching released vehicles at a time. Therefore, it is recommended to use the most specific search criteria possible, such as the license plate number or VIN, to achieve the best results.
{% endhint %}


---

# 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/search-bar.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.
