> 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/freight-search.md).

# Freight search

### How to find freight?

There are 2 ways:

1. **Automatic**. Publish your vehicle offer and the system will automatically start searching and selecting suitable freight. When loads are found, you will receive an email notification and you will be able to view the offers provided by the system. Shippers will also see that your vehicle is suitable for them.
2. **Manual**. Open "Search freight and transport" page, switch the button above the search form to "Freight" mode.

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

Indicate where you can to pick up the shipment and where you can deliver it. You can enter names of towns, areas, regions and countries. Such filters are also available on the private exchange on the pages of sent and received offers.

Besides filter searches, you can also do it through:

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

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

* **Company profile.** If a company posted public offers, they are displayed in the company 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/freight-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.
