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

# Terms of Service

*Last updated: May 20, 2025*

These Terms of Service (“Terms”) govern your access to and use of the GLIK AI platform, services, and related content (collectively, the “Services”). By using the Services, you agree to be bound by these Terms.

GLIK AI is developed, owned, and operated by **Rivalz Technologies Ltd.**, a British Virgin Islands company. All legal agreements and responsibilities related to GLIK AI are executed under Rivalz Technologies Ltd.

***

### 1. **Who We Are**

**Rivalz Technologies Ltd.**\
Skeleton Bay Lot, Fish Bay\
Tortola, VG1110\
British Virgin Islands

GLIK AI (“GLIK”) is a software platform provided under the Rivalz Technologies Ltd. legal entity. References to “we,” “our,” or “us” refer to Rivalz.

***

### 2. **Eligibility**

To use GLIK, you must be at least 18 years old and legally authorized to enter into binding contracts. By accessing the Services, you represent and warrant that you meet these requirements.

***

### 3. **Your Account**

You are responsible for maintaining the confidentiality of your account credentials and for all activity under your account. You agree to notify us immediately of any unauthorized use or security breach.

***

### 4. **Use of Services**

You may use the Services only in accordance with these Terms and applicable laws. You must not:

* Reverse engineer or attempt to extract the source code of the platform;
* Use the Services to violate any laws or regulations;
* Upload harmful or malicious code;
* Resell the Services or represent them as your own.

Specific usage restrictions may be further defined in our Acceptable Use Policy.

***

### 5. **Intellectual Property**

All software, documentation, and content provided by GLIK AI are the property of Rivalz Technologies Ltd. or its licensors. You may not copy, modify, or distribute these materials without express written permission.

Any feedback or suggestions you submit may be used by us without obligation or compensation.

***

### 6. **Open Core License (If Applicable)**

Some components of GLIK may be made available under an open source license. Use of those components is governed by the applicable open source license terms, which can be found in our Open Core License page and in our GitHub repository.

***

### 7. **Subscriptions and Billing**

Access to certain features may require a paid subscription. Fees, billing terms, and renewal policies are disclosed at the time of purchase. All payments are non-refundable unless otherwise stated.

We reserve the right to modify subscription pricing and features, with notice.

***

### 8. **Termination**

We may suspend or terminate your access to the Services at any time if we believe you have violated these Terms, caused harm to the platform, or engaged in behavior inconsistent with our Acceptable Use Policy.

You may discontinue use at any time. Upon termination, your right to use the Services will immediately cease.

***

### 9. **Disclaimer of Warranties**

The Services are provided “as is” and “as available,” without warranties of any kind. We disclaim all express or implied warranties, including but not limited to merchantability, fitness for a particular purpose, and non-infringement.

***

### 10. **Limitation of Liability**

To the fullest extent permitted by law, Rivalz Technologies Ltd. shall not be liable for any indirect, incidental, special, or consequential damages arising from or related to your use of the Services.

In no event shall our total liability exceed the amount paid by you for the Services in the 12 months preceding the claim.

***

### 11. **Governing Law**

These Terms are governed by and construed in accordance with the laws of the British Virgin Islands, without regard to conflict of laws principles.

You agree to submit to the exclusive jurisdiction of the courts located in the British Virgin Islands for the resolution of any disputes.

***

### 12. **Changes to These Terms**

We may revise these Terms from time to time. If we make material changes, we will notify you through the platform or by other means. Continued use of the Services after such changes constitutes your acceptance of the revised Terms.

***

### 13. **Contact Us**

If you have any questions about these Terms, please contact us at:

[**legal@rivalz.ai**](mailto:legal@rivalz.ai)\
Rivalz Technologies Ltd.\
Skeleton Bay Lot, Fish Bay\
Tortola, VG1110\
British Virgin Islands


---

# 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.glik.ai/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.
