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

# Legal

Last updated: `26.07.2026`

This page contains the information a service provider must make permanently and easily accessible under § 7 of the Finnish Act on Electronic Commerce Services (458/2002), which implements Article 5 of Directive 2000/31/EC.

***

### Who operates this website

|                              |                                       |
| ---------------------------- | ------------------------------------- |
| **Operator**                 | Martin Nikiforov                      |
| **Operating under the name** | Norppa Global                         |
| **Legal form**               | Natural person established in Finland |
| **Postal address**           | Leksankuja 3, 01700 Vantaa, Finland   |
| **E-mail**                   | <hello@norppa.co>                     |
| **Website**                  | <https://norppa.co>                   |

**Norppa Global is a brand name, not a registered company.** There is no legal entity by that name. All rights and obligations arising from this website, and from any agreement concluded through or in connection with it, rest with Martin Nikiforov personally.

We are not entered in the Finnish Trade Register and hold no Business ID (Y-tunnus), and we are not registered for VAT. We are not subject to any authorisation scheme or supervisory authority in respect of the activities carried out through this website, and we are not a member of any regulated profession.

***

### How to reach us

| Purpose                                   | Address                                 |
| ----------------------------------------- | --------------------------------------- |
| General enquiries                         | <hello@norppa.co>                       |
| Press                                     | <press@norppa.co>                       |
| Partnerships                              | <business@norppa.co>                    |
| Sales                                     | <sales@norppa.co>                       |
| Support, and all data protection requests | <support@norppa.co>                     |
| Security vulnerabilities                  | See our Vulnerability Disclosure Policy |

All of the above reach the same operator. We answer in English, Finnish and Russian.

***

### Data protection

We process personal data as described in our [Privacy Policy](https://legal.norppa.co/privacy) and our [Cookie Policy](https://legal.norppa.co/cookies).

The controller is Martin Nikiforov, at the address above. We have not appointed a Data Protection Officer, and are not required to do so under Article 37 GDPR.

The competent supervisory authority is the **Office of the Data Protection Ombudsman** (Tietosuojavaltuutetun toimisto), Lintulahdenkuja 4, 00530 Helsinki; postal address PL 800, 00531 Helsinki; tel. +358 29 566 6700; <tietosuoja@om.fi>; [tietosuoja.fi](https://tietosuoja.fi/).

Matters concerning cookies and similar technologies are supervised by the **Finnish Transport and Communications Agency (Traficom)**, PO Box 320, FI-00059 TRAFICOM.

***

### Terms

Use of this website is subject to our [Terms of Use](https://legal.norppa.co/terms).

***

### Intellectual property

The content of this website — text, layout, design, graphics and logos — belongs to us or is used with permission, and is protected under the Finnish Copyright Act (404/1961) and international copyright law.

Third-party names, logos and trade marks appearing on the site remain the property of their owners and are used for identification purposes only.

If you believe material on this site infringes your rights, write to <hello@norppa.co> with enough detail to identify the material and your claim, and we will respond promptly.

***

### Consumers

If you are a consumer and we cannot resolve a dispute directly, you may refer the matter to the **Finnish Consumer Disputes Board** (kuluttajariitalautakunta, [kuluttajariita.fi](https://www.kuluttajariita.fi/)), after first contacting the **Consumer Advisory Service** ([kuluttajaneuvonta.fi](https://www.kuluttajaneuvonta.fi/)). Consumers resident elsewhere in the EU can find their national alternative dispute resolution body through the European Consumer Centre in their country.

***

### Governing law

Finnish law applies. This does not deprive a consumer of the protection of the mandatory law of their country of residence.


---

# 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.norppa.co/legal.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.
