> For the complete documentation index, see [llms.txt](https://docs.mod24.com/mod24/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mod24.com/mod24/faq/availability.md).

# Availability

## Lead is showing 0 availability, even though there are available movers/trucks?

Recheck ZIP codes entered on the Lead and coverage of the Company. If the zip code is not in the coverage system will consider this is out of their service area and not allow bookings.

## How is availability calculated on leads and jobs?

Available movers and trucks are those that are active, not assigned on any job and don’t have an “Unavailable” set for a specific date.

## What are small jobs and all day jobs?

Small jobs are considered as moves that can be completed in an AM or PM time frame. This allows you to have the same crew and truck work on 2 jobs in one day.

{% hint style="info" %}
**Example**:

* You have one booked job on 20th Nov at 10am
* That job is marked as a small job
* You have a potential booking for 20th Nov at 2pm
* The same crew can be available for the new job

If the job was marked as an all day job, the crew wouldn’t be available.
{% endhint %}

## My mover is currently not working, can I set that he’s unavailable?

Yes, you can visit their profile from the [Movers list](https://dispatch.mod24.com/movers) inside the Dispatch app and click on the name you need. Either set their status as inactive or click on the calendar to set the mover unavailable for specific dates. *Similar rule applies for Trucks*.

\ <br>


---

# 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:

```
GET https://docs.mod24.com/mod24/faq/availability.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.
