# Private Locations

The locations can be "private", which means that for a mobile app user to see the location pin on the map, the user needs to have a special perk in one of their memberships. As a result, users won't be able to communicate with the private location or initiate rentals by scanning a QR code associated with it.&#x20;

To set up a private location, you need to go to **Locations**, click the location that you want to make private, click on edit. Look for the **"Location Access"** controls:

<figure><img src="/files/7lekLmFNxPPwwQ2z0PDI" alt=""><figcaption></figcaption></figure>

This is where you can control whether the location would be **Public** or **Private**. If you choose private, you need to add a location perk to a membership so users can interact or start rental with the said location.&#x20;

{% hint style="info" %}
All locations are set to public access by default.
{% endhint %}

### Private Location Access

These are like perks that, attached to a membership, allow users to interact with private locations. To add this to a membership, go to **Memberships** > Click the membership we're granting the location access for. You'll be routed to the **General** page, scroll down until you see the **Private Location Access** table. Select the Add button.

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

You'll then see a pop up box showing the membership you've selected and a dropdown option where private locations are listed:&#x20;

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

{% hint style="info" %}
You will only see locations flagged as private on the dropdown.&#x20;
{% endhint %}

Select the location where this membership will grant access to, and then hit save. The Location Access table should be updated reflecting the changes you've made.

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

{% hint style="info" %}
A membership can have infinite amount of location access but these can't be removed from the membership. If you want to remove a location access and there is currently no app user under the membership, please reach out customer support to get help on this.&#x20;
{% 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://documentation.movatic.co/admin-site/locations/private-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.
