> For the complete documentation index, see [llms.txt](https://docs.n01zet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n01zet.com/spanish/norma-comunitaria/aviso-legal.md).

# Aviso legal

### Editorial

La plataforma N01ZET está editada por la empresa N01ZET, una sociedad por acciones simplificada con un capital de 10 000 euros

Inscrita en el RCS de París con el número 902 420 991

Domicilio social: 33 rue La Fayette 75009 París

**Dirección de correo electrónico:** <support@n01zet.com>

## Director de Publicaciones

Sr. Victor DEGBO, Presidente de la empresa N01ZET

## Proveedor de alojamiento:

La plataforma N01ZET está alojada en la empresa Google Ireland Limited

Empresa registrada en Irlanda (con el número: 368047)

Domicilio social: Gordon House, Barrow Street Dublín 4

Ireland


---

# 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.n01zet.com/spanish/norma-comunitaria/aviso-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.
