# How To Book A Lead?

If you've reached the point where the Lead is already created, it means all your settings for the Company are already in place (prices, move sizes, deposit, booking options, etc.).

Your user has all necessary permissions to view, edit and create entities for the scenario at hand.

{% hint style="info" %}

### Minimum requirements to book a move:

* There must be at least one Pickup address
* There must be at least one Delivery address
* Pickup address must be a full address (street number, street name, zip, state)
* Customer's full name must be provided
* Email and Phone must be provided
* Number of movers and trucks is less or equal to number of available movers and trucks
* If deposit is not zero, credit card must be provided
  {% endhint %}

According to your Company settings there are multiple ways to book, all of them are listed here:

* [Book with an offer without fixed rate](/mod24/leads/rates-and-booking.md#booking-with-offer)
* [Book with a saved offer](/mod24/leads/rates-and-booking.md#booking-with-offer)
* [Book with custom rate](/mod24/leads/rates-and-booking.md#booking-with-custom-rate)
* [Book as a customer via link](/mod24/leads/rates-and-booking.md#sending-offers-to-customer)&#x20;
* [Book as a customer using a booking link](/mod24/leads/rates-and-booking.md#sending-a-booking-link)

You can always go back and check [Company Info](/mod24/companies/company-info.md) page how to set up your company.


---

# 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://docs.mod24.com/mod24/leads/how-to-book-a-lead.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.
