> For the complete documentation index, see [llms.txt](https://help.roolz.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.roolz.net/en/vehicle-search.md).

# Vehicle search

### How to search for vehicle?

There are 2 ways:

1. **Automatic**. Publish your freight offer and the system will automatically start searching and selecting suitable vehicle offers. Once they're found, you will receive a notification to your email with a list of suitable offers. You can click on any offer to view it in full. Similarly, carriers will also see that your freight is suitable for them.
2. **Manual**. Open "Search freight and transport" page, switch to the "Vehicle" tab above the search bar.

<div align="left"><figure><img src="/files/D184oTwm0O0x7wGmIwwM" alt=""><figcaption></figcaption></figure></div>

The search with filters is also available on the private exchange on the sent and received offers page.

In addition to searching with filters, you can find vehicles in:

* **User profile**. If a user posted public offers, these will be displayed in their profile. You do not need to write and disturb the person unnecessarily while others do not need to distract you.

{% hint style="info" %}
Roolz allows its users to maintain both a corporate database of business partners and customers as well as a personal one. You can add users to your contacts, just like to your work phonebook.
{% endhint %}

* **Company profile**. If a company posted public offers, they are displayed in the company's profile.

There is also a feature called "Partners selection".

If you are a shipper and only work with trusted partners but want to find new ones, you can publish duplicates of your private offers on the public exchange.

And if you are a carrier, partner selection offers are a great way to get into the customer's private exchange.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.roolz.net/en/vehicle-search.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
