# All tutorials

### Start here

* [Homomorphic parity bit](/tfhe-rs/tutorials/parity-bit.md)
* [Homomorphic case changing on Ascii string](/tfhe-rs/tutorials/ascii-fhe-string.md)
* [SHA 256 with Boolean API](/tfhe-rs/tutorials/sha256-bool.md)

### Go further

#### Blog tutorials and articles

* [Dark Market with TFHE-rs](https://www.zama.org/post/dark-market-tfhe-rs) - July 7, 2023
* [Regular Expression Engine with TFHE-rs](https://www.zama.org/post/regex-engine-tfhe-rs) - June 30, 2023

#### Video tutorials

* [Implement GPU acceleration on homomorphic computation using TFHE-rs](https://www.zama.org/post/video-tutorial-implement-gpu-acceleration-on-homomorphic-computation-using-tfhe-rs) - May 2024
* [Implement signed integers using TFHE-rs](https://www.youtube.com/watch?v=O0aGj_xUo40) - Nov 8, 2023


---

# 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/tfhe-rs/tutorials/see-all-tutorials.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.
