# Location Selector

<figure><img src="/files/A2NJu0vBMam2bLm7iXsD" alt=""><figcaption><p>Location Selector on Main Screen</p></figcaption></figure>

The Location Selector determines which locations are displayed in TRIP. Click on the down arrow to open the selector:

<figure><img src="/files/68PTYPJgBp7koFfgWdku" alt=""><figcaption><p>Open Location Selector</p></figcaption></figure>

Once open, you can select or deselect your desired locations.

{% hint style="warning" %}
Keep in mind that only selected locations will be displayed in TRIP. This includes tows, accounts, etc. If you can't find something that you're sure should be in TRIP, make sure you have that location selected.
{% endhint %}

{% hint style="info" %}
Selected locations are not saved when you log out or exit TRIP. You can set the default locations you want by going to [Settings -> Default Locations](/settings/default-locations.md).  These locations will be saved and automatically selected whenever you log in.
{% 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.towcode.net/main-screen/location-selector.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.
