> For the complete documentation index, see [llms.txt](https://docs.stylemixthemes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stylemixthemes.com/motors-theme-documentation/listing-management/listing-manager-legacy/location.md).

# Location

{% hint style="danger" %}
The feature requires the configuration of [**Google Maps API**](/motors-theme-documentation/motors-plugin-settings/google-services/google-maps.md) in **Motors Plugin > Settings > Google Services > Google Maps.**
{% endhint %}

**The Location** tab of the Listing Manager enables to attach the specific location where users can go and check their vehicle. Additionally, it helps to **search by location** for users in the Search Results (Inventory) Page. Here is the overview of the Location Tab:

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

* **Listing Location -** write down the location of the vehicle with words
* **Latitude** - indicates the latitude of the location where users can go and see the vehicle
* **Longitude -** indicates the longitude of the location where users can go and see the vehicle

Here is how it will look on the listing page:

<figure><img src="/files/08KUMJl3gJpLSGBx5B48" alt=""><figcaption></figcaption></figure>

Based on the location you entered, on the **Search Results page** users can find the vehicle:

<figure><img src="/files/5sajo8DHiZiAN7riRFZP" alt=""><figcaption></figcaption></figure>

Related manual:

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.stylemixthemes.com/motors-theme-documentation/listing-management/listing-manager-legacy/location.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
