# Trucker

A trucker is a user that has access to the mobile application. When a segment is assigned to a trucker, he receives a notification on his smartphone and can complete it (with electronic signature etc.).

Truckers may be created through the API (Create Trucker) and a `remote_id` may be assigned to them. After their creation, a single use `invite_code` is generated, and is mandatory for the trucker to log in to the Dashdoc application. A new `invite_code` may be generated from the web app if needed.


---

# 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://developer.dashdoc.com/docs/get-started/understand-the-data-model/trucker.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.
