> For the complete documentation index, see [llms.txt](https://legal.notifyme.bot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legal.notifyme.bot/terms-of-service.md).

# Terms of Service

### **1. Acceptance of Terms**

By using NotifyMe, you agree to be bound by these Terms of Service. If you do not agree with these terms, please do not use NotifyMe.

### **2. Use of the Service**

2.1 **Age Requirement:** You must be at least 13 years old to use NotifyMe.

2.2 **Prohibited Activities:** You agree not to engage in any activity that violates applicable laws or disrupts the operation of NotifyMe.

2.3 **User Content:** You are responsible for any content you submit to NotifyMe, and you grant us a non-exclusive, worldwide license to use, modify, and display that content.

### **3. Limitation of Liability**

We are not liable for any direct, indirect, incidental, special, or consequential damages arising from your use of NotifyMe.

### **4. Changes to the Service**

We reserve the right to modify or discontinue NotifyMe at any time without notice.

### **5. Termination**

We may terminate your access to NotifyMe for any reason, without prior notice.

### 6. Changes to Premium Tiers

We reserve the right to modify the pricing, features, and availability of our premium subscription tiers at any time. Such changes will be announced on our Support Server. If you do not agree with the changes, you have the option to cancel your subscription. Please note that continuing to use our services after the effective date of any changes constitutes your acceptance of the new terms.

### **7. Privacy**

Your use of NotifyMe is also governed by our [<mark style="color:blue;">**Privacy Policy**</mark>](/privacy-policy.md).

### **8. Changes to the Terms of Service**

We may update the Terms of Service from time to time. Please review the "Last modified" date at the bottom of this page to see when it was last revised.


---

# 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://legal.notifyme.bot/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.
