> For the complete documentation index, see [llms.txt](https://docs.citrea.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.citrea.xyz/community/community/resources.md).

# Resources

We deeply value the content quality & speaker knowledge for Citrea Meetups. Therefore, here are some helpful topics & links that you and the speaker can utilize for the meetups. While they're available to be used in the meetup, preparing an original talk is **quite encouraged**. You can make a copy of below and edit from there.

### Sample Slides

* [An Introduction to Blockchains & Citrea](https://docs.google.com/presentation/d/1IpHKM3A86zdE848NSQtQepNJzY9Y-1pyDiv0-Vyo3Gw/edit?usp=sharing): A sample community meetup presentation for everyone
* [Sample Smart Contract Workshop](https://docs.google.com/presentation/d/1aJjovmo5fs0LJuev_pGysE7MjEVVO4PUb3KA8zwovj8/edit?usp=sharing): A sample community meetup presentation particularly for developers
* [Bitcoin Scaling Solutions & Citrea](https://docs.google.com/presentation/d/1L-xhlKb3NKkZdWkdcGDrtQKmySp8tWpsezuUVwuUFXE/edit?usp=sharing): A sample community meetup presentation for experienced people in the Web3 ecosystem

### Helpful Readings

* [Announcing Citrea Testnet](https://www.blog.citrea.xyz/citrea-testnet-live-on-bitcoin-testnet4/): A zk-rollup that enhances the capabilities of Bitcoin blockspace with zero-knowledge technology, now live on Bitcoin Testnet4, for the first time in history.
* [Introducing Citrea](https://www.blog.citrea.xyz/introducing-citrea/): A brief introduction to Citrea, our mission, and our vision.
* [Lifecycle of a Citrea Transaction](https://www.blog.citrea.xyz/lifecycle-of-a-citrea-transaction/): From start to finish, how Citrea transactions are processed and where they go.
* [Unveiling Clementine](https://www.blog.citrea.xyz/unveiling-clementine/): Citrea's BitVM-based trust-minimized two-way peg program, one of its kind.
* [Deep Dive into Citrea's Batch Proofs](https://www.blog.citrea.xyz/citreas-batch-proofs/): ZK, States, Batches, Blockspace Proving, and more.
* [Using Bitcoin as a Data Availability Layer](https://www.blog.citrea.xyz/bitcoin-as-a-data-availability-layer-what-why-how/): Some insights on Citrea's approach to using Bitcoin as a data availability layer.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.citrea.xyz/community/community/resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
