# Managing Locations

{% embed url="<https://www.loom.com/share/7c591605ec094f76829ddbd5bbb86f67>" %}

As your business expands and you operate multiple locations, franchises, or vehicles in various regions, it's essential to configure locations in Loopit. These configurations help manage customer pick-up and drop-off points, along with opening hours, lead times, and other crucial details that impact how your fleet is displayed to customers for booking.

## Adding a New Location

{% stepper %}
{% step %}
**Navigate to Settings**:

Go to the **Settings** menu from the main navigation.
{% endstep %}

{% step %}
**Select Locations**:

Click on **Locations** to access your location management.
{% endstep %}

{% step %}
**Add a New Location**:

Click **Add Location** to create a new location for your business.
{% endstep %}

{% step %}
**Configure Location Details**:

* **Location Name**: Enter a name for your location (e.g., Loopit HQ).
* **Business Number**: Add a reference number for the location (useful for managing large-scale operations).
* **Contact Information**: Provide a general contact email (e.g., <hello@loopit.co>) and phone number for the location.
* **Website**: You can use the same website for all locations or customize it based on location-specific needs.
* **Time Zone**: Ensure the correct time zone is set for the location.
* **Address**: Enter the address of the location. You can manually input it or use the auto-fill feature.
  {% endstep %}

{% step %}
**Set Operating Hours**:

* Define the location's operating hours for pick-ups and drop-offs.
* You can also allow customers to return vehicles outside these hours if your business offers a queue drop-off option.
  {% endstep %}

{% step %}
**Save the Location**:

Once all information is entered, click **Save**.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Please ensure that your location details, including opening hours, lead times, and vehicle assignments, are correctly configured. These settings directly affect which vehicles are displayed to customers during the booking process. Inaccurate or incomplete location information may result in unavailable vehicles or missed booking opportunities.
{% endhint %}


---

# 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.loopit.co/settings/locations/managing-locations.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.
