# What is Concrete?

<figure><img src="/files/09EQbATY3pYpynAU4GPV" alt=""><figcaption></figcaption></figure>

**Concrete** is an open source framework that simplifies the use of Fully Homomorphic Encryption (FHE).

FHE is a powerful technology that enables computations on encrypted data without needing to decrypt it. This capability ensures user privacy and provides robust protection against data breaches, as operations are performed on encrypted data, keeping sensitive information secure even if the server is compromised.

The **Concrete** framework makes writing FHE programs easy for developers by incorporating a Fully Homomorphic Encryption over the Torus (TFHE) Compiler based on [LLVM](https://en.wikipedia.org/wiki/LLVM).

**Concrete** enables developers to efficiently develop privacy-preserving applications for various use cases. For instance, [Concrete ML](https://github.com/zama-ai/concrete-ml) is built on top of Concrete to integrate privacy-preserving features of FHE into machine learning use cases.


---

# 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://docs.zama.org/concrete/get-started/get-started.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.
