# Welcome to LatticaAI

LatticaAI is a state-of-the-art **FHE-as-a-service**, powered by off-the-shelf acceleration hardware, to enable secure processing of encrypted workloads.

Our platform provides data privacy and integrity by utilizing homomorphic encryption (FHE) and a client/server usage flow of encrypting, evaluating, and decrypting.

<figure><img src="https://1094188974-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVQmLdqLyUJqGzvb6ZjlN%2Fuploads%2Fe5tSiXuURuOBwmogpVRZ%2FHighLevelDiagram.png?alt=media&#x26;token=569acfeb-c3d2-4a9e-a695-da3db500f85c" alt="" width="524"><figcaption><p>FHE client/server usage flow of <em>Encrypt, Evaluate, Decrypt</em></p></figcaption></figure>

This documentation provides detailed instructions on deploying and running encrypted workloads, ensuring you have all the information needed to use our services effectively.

### Prerequisites

This documentation assumes a basic understanding of client/server architecture and fully-homomorphic encryption ([FHE](https://www.lattica.ai/fully-homomorphic-encryption)) terminology.


---

# Agent Instructions: 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:

```
GET https://platformdocs.lattica.ai/welcome-to-latticaai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
