# Developers

- [Contributing](https://docs.zama.org/concrete/2.7-1/developers/contributing.md)
- [Project layout](https://docs.zama.org/concrete/2.7-1/developers/layout.md)
- [Compiler backend](https://docs.zama.org/concrete/2.7-1/developers/backends.md)
- [Adding a new backend](https://docs.zama.org/concrete/2.7-1/developers/backends/new_backend.md)
- [Optimizer](https://docs.zama.org/concrete/2.7-1/developers/optimizer.md)
- [MLIR FHE dialects](https://docs.zama.org/concrete/2.7-1/developers/dialects.md)
- [FHELinalg dialect](https://docs.zama.org/concrete/2.7-1/developers/dialects/fhelinalgdialect.md)
- [FHE dialect](https://docs.zama.org/concrete/2.7-1/developers/dialects/fhedialect.md)
- [TFHE dialect](https://docs.zama.org/concrete/2.7-1/developers/dialects/tfhedialect.md)
- [Concrete dialect](https://docs.zama.org/concrete/2.7-1/developers/dialects/concretedialect.md)
- [Tracing dialect](https://docs.zama.org/concrete/2.7-1/developers/dialects/tracingdialect.md)
- [Runtime dialect](https://docs.zama.org/concrete/2.7-1/developers/dialects/rtdialect.md)
- [SDFG dialect](https://docs.zama.org/concrete/2.7-1/developers/dialects/sdfgdialect.md)
- [Call FHE circuits from other languages](https://docs.zama.org/concrete/2.7-1/developers/call_from_other_language.md)


---

# 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/2.7-1/developers.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.
