> For the complete documentation index, see [llms.txt](https://where2-world.gitbook.io/where2.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://where2-world.gitbook.io/where2.world/use-cases-and-features/use-cases.md).

# Use Cases

### Learn more about..

* Conten Creators [read more](/where2.world/use-cases-and-features/use-cases/content-creators.md)
* Events & Conferences [read more](/where2.world/use-cases-and-features/use-cases/events-and-conferences.md)
* Local Businesses [read more](/where2.world/use-cases-and-features/use-cases/local-businesses.md)

## More Use Cases

* **Celebrity & Artists:**&#x20;
  * Leave easter eggs and custom content
  * monetize you content
  * build a deeper level of connection with your fanbase/community
  * tokengate your work&#x20;
  * Sell your own location based NFTs&#x20;
* **Corporations & Institutions:** Preserve legacy and tell history and offer discounts.
* **Real Estate Agent:** give a special experience to potential home buyers to give information about the neighborhood, history with pictures pinned to the home‘s location.
* **Hotels, Restaurants, Stores**: Offer special discounts.
  * As an ice cream shop 🍦
    * Instead of spending €500 - €1,000 on local advertising campaigns through flyers, newspapers, or radio ads, you could take that money and "buy" 500 scoops of ice cream.
    * You can give these away through Where2 as a reward for a contest, where your community watches stories about your ice cream parlor or specific ice cream flavors, or after your community watches a video on how you create your ice cream scoops.
    * You can also organize a treasure hunt in the city where people can find virtual ice cream scoops in the city and redeem them for real treats at your ice cream shop. **The possibilities are endless.**
* **Events**: Create an interactive map so that once the user enters your geo-sphere they get rewarded (e.g. free drink, poap, etc.).&#x20;
* …


---

# 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://where2-world.gitbook.io/where2.world/use-cases-and-features/use-cases.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.
