> 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/06-legal/terms-of-service.md).

# Terms of Service

*Effective date: To be confirmed. Currently in use pending formal execution.*

These Terms of Service govern your use of all BarChata products and services operated by BarChata Corp, including BarChata Social, BarChata Biz, BarChata Marketplace, and BarChata Partners.

By creating an account or using any BarChata service, you agree to these terms.

***

## 1. Acceptance of Terms

By accessing or using BarChata services, you confirm that you are at least 18 years of age and agree to be bound by these terms.

## 2. Use of Services

You agree to use BarChata services only for lawful purposes and in accordance with our Community Guidelines and Acceptable Use Policy.

## 3. Accounts

You are responsible for maintaining the confidentiality of your account credentials and for all activity that occurs under your account.

## 4. Hearts Loyalty Currency

Hearts are a loyalty currency with no cash value unless otherwise stated. Hearts are governed by the Hearts Terms available at barchata.com/legal.

## 5. Intellectual Property

All BarChata content, trademarks, and technology are the property of BarChata Corp. You may not use our brand, name, or technology without written permission.

## 6. Termination

BarChata Corp reserves the right to suspend or terminate any account that violates these terms, at our sole discretion.

## 7. Limitation of Liability

BarChata Corp is not liable for any indirect, incidental, or consequential damages arising from your use of our services.

## 8. Governing Law

These terms are governed by the laws of the Province of Ontario, Canada.

## 9. Changes to Terms

We may update these terms at any time. Continued use of our services after changes constitutes acceptance of the updated terms.

***

Questions? Contact us at <support@barchata.com>

*BarChata Corp — Toronto, Ontario, Canada*


---

# 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/06-legal/terms-of-service.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.
