> For the complete documentation index, see [llms.txt](https://docs.gp7.app/legal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gp7.app/legal/privacy/7.additional-information-for-users-in-the-eea.md).

# 7.ADDITIONAL INFORMATION FOR USERS IN THE EEA

If you are a resident of the European Economic Area (EEA), our legal basis for collecting and using the personal information described in this Privacy Policy depends on the Information we collect and the specific context in which we collect it.

We may process Your Information because:

* we need to perform a contract with you;
* you have given us permission to do so;
* the processing is in our legitimate interests and it's not overridden by your rights;
* for payment processing purposes;
* to comply with the law.

If you are a resident of the European Economic Area (EEA), you have certain data protection rights. We aim to take reasonable steps to allow you to correct, amend, delete, or limit the use of your Information.

If you wish to be informed what Information we hold about you and if you want it to be removed from our systems, please contact us.

In certain circumstances, you have the following data protection rights:

The right to access, update or to delete the information we have on you. Whenever made possible, you can access, update or request deletion of your Information directly within your account settings section. If you are unable to perform these actions yourself, please contact us to assist you;

The right of rectification. You have the right to have your information rectified if that information is inaccurate or incomplete;

The right to object. You have the right to object to our processing of your Information;

The right of restriction. You have the right to request that we restrict the processing of your Information;

The right to data portability. You have the right to be provided with a copy of the information we have on you in a structured, machine-readable and commonly used format;

The right to withdraw consent. You also have the right to withdraw your consent at any time where we relied on your consent to process your Information.

Please note that we may ask you to verify your identity before responding to such requests.

You have the right to complain to a Data Protection Authority about our collection and use of your Personal Data. For more information, please contact your local data protection authority in the European Economic Area (EEA).

Lighthouse LLC is the data controller of the personal data we process about you. Lighthouse LLC address is at: Russian Federation, Moscow, Letnyaya st 8/2, 109387.


---

# 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.gp7.app/legal/privacy/7.additional-information-for-users-in-the-eea.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.
