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

# BarChata Social — For Consumers

## Discover. Visit. Earn. Repeat.

BarChata Social is the app that rewards you for going out. Earn Hearts every time you visit your favourite bars, restaurants, and entertainment venues — then redeem them for exclusive rewards.

***

## How It Works

### 1. Download the App

BarChata Social is available on iOS. Android coming soon.

### 2. Discover Venues

Browse thousands of bars, restaurants, and entertainment venues. See what is happening tonight, who is going, and what rewards are available.

### 3. Check In and Earn Hearts

Every visit earns you Hearts — BarChata's loyalty currency. The more you visit, the more you earn.

### 4. Climb the Tiers

Bronze. Silver. Gold. Platinum. Higher tiers unlock better rewards and exclusive experiences.

### 5. Redeem for Rewards

Use your Hearts for discounts, exclusive access, and special offers at your favourite venues.

***

## Hearts Loyalty Tiers

| Tier     | Hearts Required | What You Unlock                     |
| -------- | --------------- | ----------------------------------- |
| Bronze   | 0 — 499         | Base access to all venues           |
| Silver   | 500 — 1,999     | Priority check-in at select venues  |
| Gold     | 2,000 — 4,999   | VIP access to events                |
| Platinum | 5,000+          | Top-tier perks and exclusive offers |

***

## More Than Loyalty

BarChata Social is also a community.

* **Posts and Stories** — share your night out
* **Events** — discover what is happening at venues near you
* **BarMeet** — connect with people at the same venue
* **Jobs** — find work in hospitality

***

## Download BarChata Social

Available on the App Store now. Android coming soon.

[Download on the App Store](https://apps.apple.com/app/id6769344926)

***

*Questions? Contact us at* [*support@barchata.com*](mailto:support@barchata.com)


---

# 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.barchata.com/03-consumers/index.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.
