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

# Privacy Policy for Lumiterra

**1. Introduction**

Welcome to Lumiterra. Your privacy is of utmost importance to us. Should you have any questions or concerns about our practices regarding your personal data, please reach out to us at <privacy@lumiterra.net>.

**2. Information We Collect**

We may require you to provide us with certain identifiable information for a seamless gaming experience. This may include:

* Email address for login purposes
* Gameplay data for improving in-game experience

We DO NOT collect any sensitive personal data without your explicit consent.

**3. How We Use Your Information**

We utilize the data we gather to:

* Ensure efficient game functionality
* Offer customer support and address any issues you might face
* Enhance our game based on user feedback and gameplay data

**4. Security of Your Information**

While we strive to use commercially acceptable means to protect your data, remember that no method of online transmission or electronic storage is 100% foolproof.

**5. Changes to This Privacy Policy**

From time to time, we might update our Privacy Policy. Any changes will be communicated on this page. We advise you to review this policy occasionally to stay informed.

**6. Contact Us**

For any queries related to this Privacy Policy, kindly reach out to us at <privacy@lumiterra.net>.


---

# 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.lumiterra.net/privacy-policy/privacy-policy-for-lumiterra.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.
