# Welcome

## Get started

Learn the basics of Concrete ML, set it up, and make it run with ease.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>What is Concrete ML</strong></td><td>Understand the Concrete ML library with a full example.</td><td><a href="/files/GgPZ3EmVTQ6nXYcYGaEe">/files/GgPZ3EmVTQ6nXYcYGaEe</a></td><td><a href="/pages/V55NvmMQYt4WoPoHWE4v">/pages/V55NvmMQYt4WoPoHWE4v</a></td></tr><tr><td><strong>Installation</strong></td><td>Follow the step-by-step guide to install Concrete ML in your project.</td><td><a href="/files/UOd1szXUN6TRRG4ZofHc">/files/UOd1szXUN6TRRG4ZofHc</a></td><td><a href="/pages/eHcB6aPh5WogUiKKf5ZC">/pages/eHcB6aPh5WogUiKKf5ZC</a></td></tr><tr><td><strong>Key concepts</strong></td><td>Understand important cryptographic concepts to implement Concrete ML.</td><td><a href="/files/x7Y0CRKZE9hPBgTGRdEX">/files/x7Y0CRKZE9hPBgTGRdEX</a></td><td><a href="/pages/ncVv0Y6IgVrD4Zncd5Ed">/pages/ncVv0Y6IgVrD4Zncd5Ed</a></td></tr></tbody></table>

## Build with Concrete ML

Start building with Concrete ML by exploring its core features, discovering essential guides, and learning more with user-friendly tutorials.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><strong>Fundamentals</strong></td><td>Explore core features.</td><td><ul><li><a href="/pages/pdiH46IkKj18xdccwJdW">Built-in models</a></li><li><a href="/pages/bZR3hDn0kArM4k5s8gi1">Deep learning</a></li></ul></td><td></td><td><a href="/files/CnBUJqyD8Y2UW9hRGc5T">/files/CnBUJqyD8Y2UW9hRGc5T</a></td></tr><tr><td><strong>Guides</strong></td><td>Deploy your projects.</td><td><ul><li><a href="/pages/VDsiJOpqBpcNnjB5dTP6">Prediction with FHE</a></li><li><a href="/pages/ahmdSgxkhdsEeCo14nlR">Production deployment</a></li></ul></td><td></td><td><a href="/files/IX7RJSlq6HhVgXA3x4IL">/files/IX7RJSlq6HhVgXA3x4IL</a></td></tr><tr><td><strong>Tutorials</strong></td><td>Learn more with tutorials.</td><td><ul><li><a href="/pages/WFfQ3WdN1te2ySnRAA5P#start-here">Start here</a></li><li><a href="/pages/WFfQ3WdN1te2ySnRAA5P#go-further">Go further</a></li></ul></td><td></td><td><a href="/files/e4dCraOvBODXzJsl0nJG">/files/e4dCraOvBODXzJsl0nJG</a></td></tr></tbody></table>

## Explore more

Access to additional resources and join the Zama community.

### References & Explanations

Refer to the API, review product architecture, and access additional resources for in-depth explanations while working with Concrete ML.

* [Security and correctness](/concrete-ml/explanations/security_and_correctness.md)
* [API](/concrete-ml/references/api.md)
* [Quantization](/concrete-ml/explanations/quantization.md)
* [Pruning](/concrete-ml/explanations/pruning.md)
* [Compilation](/concrete-ml/explanations/compilation.md)
* [Advanced features](/concrete-ml/explanations/advanced_features.md)
* [Project architecture](/concrete-ml/explanations/inner-workings.md)

### Support channels

Ask technical questions and discuss with the community. Our team of experts usually answers within 24 hours in working days.

* [Community channels](https://zama.ai/community-channels)

### Developers

Collaborate with us to advance the FHE spaces and drive innovation together.

* [Contribute to Concrete ML](/concrete-ml/developers/contributing.md)
* [Check the latest release note](https://github.com/zama-ai/concrete-ml/releases)
* [Request a feature](https://github.com/zama-ai/concrete-ml/issues/new?assignees=\&labels=feature\&projects=\&template=feature_request.md)
* [Report a bug](https://github.com/zama-ai/concrete-ml/issues/new?assignees=\&labels=bug\&projects=\&template=bug_report.md)

***

{% hint style="success" %}
**Zama 5-Question Developer Survey**

We want to hear from you! Take 1 minute to share your thoughts and helping us enhance our documentation and libraries. **👉** [**Click here**](https://www.zama.ai/developer-survey) to participate.
{% endhint %}


---

# 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-ml/readme.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.
