> For the complete documentation index, see [llms.txt](https://docs.flip.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flip.to/docs/platform/advocacy/places.md).

# Places

{% hint style="info" %}
**Places** is in beta. To switch this on for your property, [get in touch with your Customer Success Manager.](/docs/support/customer-success.md)
{% endhint %}

When inviting storytellers to share their favorite moment, you may want to know where their experience happened.

That includes if it was on-site—like at one of your property's restaurants, spas or anywhere else. Easily configure the platform to do just that.

## First, set up your places

{% stepper %}
{% step %}
**Head to Mission Control.**

On the details tab, scroll down to **Your places**.

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

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

Search for and add places that belong to the property. Save them to your account.

<figure><img src="/files/JJNWwVckvRoAWVETfKv3" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Next, configure Advocacy**

Navigate to **Campaigns** and head to **Invitations**.

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

Scroll down to places details to configure the campaign. **Save and you're all set.**

<figure><img src="/files/elDoDqywnWevTZ8pp75d" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.flip.to/docs/platform/advocacy/places.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.
