> For the complete documentation index, see [llms.txt](https://data-tiles.gitbook.io/latttice-how-to-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://data-tiles.gitbook.io/latttice-how-to-guide/legals.md).

# Legals

## Our Legal Framework

### Opening Statement

> At Data Tiles, we are committed to transparency, trust, and compliance in everything we do. We believe strong partnerships are built on clear communication, including how we handle data, deliver services, and define responsibilities.
>
> Latttice reflects this commitment as an AI-enabled, zero-code platform that enables organisations to create and manage data products based on the principles of Data Mesh while maintaining strong governance, security, and flexibility.
>
> This legal section outlines the policies and agreements that govern the use of the Latttice platform and related services, including the **General Terms of Service**, **Software as a Service Agreement (SaaS)**, **Customer Hosted Software Licence Agreement**, **Data Processing Agreement (DPA)**, **Privacy Policy**, and **Acceptable Use Policy (AUP)**. These documents explain how our services operate and how responsibilities are shared, covering areas such as user access, data ownership, platform security, and regulatory compliance.
>
> Whether you are uploading data into Latttice or accessing data through federated architectures, the platform is designed to respect your control of data while supporting responsible and governed access.
>
> Data Tiles operates under the laws of England and Wales and is committed to supporting customers who operate across multiple jurisdictions and regulatory environments.
>
> We believe that being transparent about how our platform operates helps organisations adopt data technologies with confidence, enabling innovation, collaboration, and better decisions grounded in trusted data.
>
> Data Tiles does not claim ownership of customer data processed through the Latttice platform. Customers retain full control and responsibility for the data they choose to access, connect, or analyse within the Service.

&#x20;&#x20;


---

# 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://data-tiles.gitbook.io/latttice-how-to-guide/legals.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.
