# Offices

Offices are one of the required detail of the Rental cars. Users need to choose an office during reservation.&#x20;

{% tabs %}
{% tab title="Auto Rental One" %}

<figure><img src="/files/1NhLri1OWQoWpVJEwfxk" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Auto Rental Two" %}

<figure><img src="/files/35wWnszqHhDLgiUnhB9J" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

Offices can be added through **Dashboard > Offices**.

![](/files/1p663axVSE9k8QvlrWLq)

It’s requed to add following details for each office:

* **Office address** - Define adress where the vhicles are located.
* **Google Maps latitude and longitude** - You can find the coordinates of the office at <http://www.latlong.net/>.

{% embed url="<https://latlong.net/>" %}

{% hint style="info" %}
**Google Maps API** should be set in Motors Settings to display office locations on Google Maps in Rental One Demo.
{% endhint %}

{% content-ref url="/pages/WxGkw1gjSu4PZ4r8HS21" %}
[Google Maps](/motors-theme-documentation/motors-plugin-settings/google-services/google-maps.md)
{% endcontent-ref %}

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

**Here are the optional office details:**

* **Office fee - S**et the fee to apply to this office only. This will allow you to specify a price for each location individually.
* **Phone -** Office contact number.
* **Fax** - Office fax number.
* **Work hours** - Define the hours when the office is open for customers to obtain vehicles.

{% hint style="warning" %}
When one piece of information is not included in the Office info section, the office will not be displayed in the Search form.
{% endhint %}

While creating the rental products, the vehicles will be assigned to these offices.

{% content-ref url="/pages/9AgMPdjKqIr8Q9p7bcnA" %}
[Rental Products](/motors-theme-documentation/car-rental-layout-features/rental-products.md)
{% endcontent-ref %}


---

# 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.stylemixthemes.com/motors-theme-documentation/car-rental-layout-features/offices.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.
