> For the complete documentation index, see [llms.txt](https://docs.next-way.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.next-way.org/product-guides/your-first-delivery.md).

# Your first delivery

This workflow starts at Odoo web as assigning drivers to the orders can be done either manually or based on the dispatch rules.

{% hint style="info" %}
To create a dispatch rule, see the [Creating a dispatch rule](/product-guides/creating-a-dispatch-rule.md) guide.
{% endhint %}

When left unassigned, drivers using Nextway Mobile App can see the job order as unassigned and they can accept the job order for themselves.\
\
The workflow ends with the job order assigned and completed using the Nextway Mobile App.&#x20;

## Driver assignment in Odoo

{% embed url="<https://scribehow.com/embed/Driver_assignment_on_Web__pV-glbCKQ0iare8CCh4kAg>" %}

## Self-assignment using Nextway Mobile App

From the app, tap "**Unassigned"** tab.

<figure><img src="/files/GNnYdl6jHNqm3pbX7Yo1" alt=""><figcaption></figcaption></figure>

Then, check all the details. Once everything checks out, tap **"Accept"**.

<figure><img src="/files/ZNRbH3FToNsnbmLYoraS" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/VluHNyT3dd4ZtPKcIske" alt=""><figcaption></figcaption></figure>

After a few moment, the job should now be assigned.

<figure><img src="/files/c6DhmHjiQvOfCprcwufq" alt=""><figcaption></figcaption></figure>

After a while, the screen will change to the drop-off screen.

## Completing the order

### Drop off

Once the driver is at the customer's designated delivery address, the driver then taps on "**Drop off"** button to mark the order.

<figure><img src="/files/sKXP0ajYSWbCqMSqLndD" alt=""><figcaption></figcaption></figure>

Menu items are also available to the driver now as the job order is for drop off.

<figure><img src="/files/p6Cm9MfmCkGPXMOw5drW" alt=""><figcaption></figcaption></figure>

### Collect payment

Add a few notes. Collect the payment from the customer. And tap **"Collect"**.

<figure><img src="/files/9b7w8Y3yWtYm1HZh5jsf" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UqGrTJx6zHy5gupPBhrY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/nVmxje1cWO8sKI89Ut8p" alt=""><figcaption></figcaption></figure>

### Validating delivery in Odoo

Checking the order in Odoo, the drop off and collection of payment actions by the driver in the Nextway Driver App also updates the log.

<figure><img src="/files/pPLbKwDdmYJcUDDBISO9" alt=""><figcaption></figcaption></figure>

Clicking on the "**Delivery"** button, set the quantities done in delivery and click **"Validate".**

<figure><img src="/files/II7F2K4spiifyWyyFaCm" alt=""><figcaption></figcaption></figure>

And finally the delivery is complete.

<figure><img src="/files/B4Ko9FhWrqF7Y2XcBr5Z" alt=""><figcaption></figcaption></figure>

## Conclusion

At this section, we have learned the following:

1. Assigning driver manually and automatically based on dispatch rules in Odoo
2. Self-assignment using the Driver Nextway App
3. Drop off and collection
4. Validating and completing the delivery in Odoo


---

# 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://docs.next-way.org/product-guides/your-first-delivery.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.
