> For the complete documentation index, see [llms.txt](https://leviascripts.gitbook.io/levia-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leviascripts.gitbook.io/levia-scripts/getting-started/terms-of-condition.md).

# Terms of Condition

### 1. IDENTIFICATION OF THE PARTIES

The present Terms and Conditions (“Agreement”) govern the relationship between:

**Levia Scripts** (hereinafter referred to as “THE PROVIDER”), owner and distributor of digital products, and. Any individual or legal entity that purchases, downloads, installs, or uses any product provided by THE PROVIDER (hereinafter referred to as “THE CUSTOMER” or “THE USER”).

By accessing, purchasing, or using any product distributed by THE PROVIDER, THE CUSTOMER expressly acknowledges that they have read, understood, and fully agreed to be legally bound by this Agreement.

***

### 2. NATURE OF THE PRODUCT

All products provided by THE PROVIDER are classified as **digital goods**, specifically software resources intended for use within the FiveM modification framework for Grand Theft Auto V.

All products are licensed, not sold. No ownership rights are transferred to THE CUSTOMER under any circumstances.

***

### 3. ACCEPTANCE OF TERMS

By completing a purchase or downloading any product, THE CUSTOMER expressly agrees to be bound by:

* These Terms and Conditions
* Any applicable license restrictions
* Any additional documentation provided with the product

If THE CUSTOMER does not agree with these terms, they are not authorized to use or retain any product provided by THE PROVIDER.

***

### 4. LICENSE GRANT

THE PROVIDER grants THE CUSTOMER a limited, non-exclusive, non-transferable, revocable license to use the purchased product under the following conditions:

* The product may only be used on servers or environments owned or controlled by THE CUSTOMER
* The license is restricted to the scope defined at the time of purchase
* Redistribution or external sharing is strictly prohibited

This license does not grant ownership, resale rights, or intellectual property rights of any kind.

***

### 5. RESTRICTIONS OF USE

THE CUSTOMER is expressly prohibited from:

a) Copying, reproducing, or duplicating any part of the product\
b) Sharing, distributing, or publicly exposing the files\
c) Reselling, sublicensing, or transferring the product to third parties\
d) Uploading the product to any public or private repository, marketplace, or leak forum\
e) Modifying and redistributing the product as original work\
f) Removing, altering, or obscuring any copyright or ownership notices\
g) Using the product in violation of applicable laws or platform rules

Any violation of these restrictions shall constitute a material breach of this Agreement.

***

### 6. ANTI-PIRACY AND ENFORCEMENT

THE PROVIDER maintains a strict anti-piracy policy.

Any unauthorized distribution, leakage, resale, or misuse of the product will result in:

* Immediate termination of license
* Permanent blacklisting from future purchases
* Revocation of access to updates and support
* Possible reporting to relevant platforms, hosting providers, or legal authorities

THE PROVIDER reserves the right to implement technical measures to prevent unauthorized use.

***

### 7. REFUND POLICY (NO REFUNDS)

All transactions are **final and non-refundable**.

By purchasing, THE CUSTOMER expressly waives any right to claim refunds, chargebacks, reversals, or payment disputes under any circumstances, including but not limited to:

* Lack of compatibility with third-party resources
* Server configuration errors
* Lack of technical knowledge
* Change of mind after purchase
* Misinterpretation of product features
* Failure to meet personal expectations

All purchases are considered digital deliveries fully consumed upon access.

***

### 8. INTELLECTUAL PROPERTY RIGHTS

All intellectual property rights, including but not limited to:

* Source code
* User interface design
* Graphics and assets
* Documentation
* Branding and logos
* Product structure and architecture

remain the exclusive property of THE PROVIDER.

No part of the product may be claimed, registered, or redistributed as proprietary work by THE CUSTOMER.

***

### 9. SUPPORT AND UPDATES

THE PROVIDER may offer technical support exclusively to verified and compliant customers.

Support is limited to:

* Installation assistance
* Bug fixes related to original unmodified files
* Clarifications regarding official documentation

Support will not be provided in cases involving:

* Modified or tampered files
* Illegal copies or leaked versions
* Third-party script conflicts not explicitly supported
* Misuse or misconfiguration by THE CUSTOMER

THE PROVIDER reserves the right to modify, update, or discontinue products at any time without prior notice.

***

### 10. LIABILITY DISCLAIMER

THE PROVIDER shall not be held liable for:

* Server instability, crashes, or downtime
* Data loss or corruption
* Financial losses or loss of revenue
* Conflicts with third-party resources
* Improper installation or configuration
* Any indirect, incidental, or consequential damages

All products are provided “as is” without warranty of any kind, either express or implied.

***

### 11. TERMINATION

THE PROVIDER reserves the right to terminate, suspend, or revoke access to any product or license without prior notice in the event of:

* Violation of these Terms and Conditions
* Engagement in piracy or unauthorized distribution
* Fraudulent activity or chargebacks
* Abuse of support systems

Upon termination, THE CUSTOMER must cease all use of the product immediately.

***

### 12. GOVERNING PRINCIPLES

This Agreement shall be interpreted under general principles of digital commerce and intellectual property protection applicable to online software distribution.

In the event of dispute, THE PROVIDER reserves the right to enforce these Terms through appropriate digital platform mechanisms or legal channels where applicable.

***

### 13. MODIFICATIONS TO TERMS

THE PROVIDER reserves the right to modify, update, or replace these Terms and Conditions at any time.

Continued use of any product after modifications constitutes full acceptance of the updated terms.

***

### 14. FINAL AGREEMENT

By purchasing, downloading, or using any product from **Levia Scripts**, THE CUSTOMER acknowledges and agrees that:

* They have read and understood these Terms in full
* They accept all conditions without exception
* Any breach may result in permanent revocation of access


---

# 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://leviascripts.gitbook.io/levia-scripts/getting-started/terms-of-condition.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.
