# Next Steps

Here are some recommended next steps for delving deeper into the world of CosmWasm:

* [**cw-awesome**](https://github.com/CosmWasm/awesome-cosmwasm): A thoughtfully curated compilation of valuable CosmWasm resources.
* [**cw-template**](https://github.com/CosmWasm/cw-template): An introductory CosmWasm project template. Instead of directly cloning the repository, refer to the README for instructions on utilizing cargo-generate to create your project structure.
* [**cw-plus**](https://github.com/CosmWasm/cw-plus): A collection of enterprise-ready smart contracts meticulously crafted to safeguard substantial assets. These contracts are continually enhanced and maintained by Confio. You'll find top-tier smart contracts developed by the community hosted here as well.
* [**cw-contracts**](https://github.com/deus-labs/cw-contracts): A repository containing a selection of community-crafted smart contracts. We warmly welcome contributions from the community to enhance this repository further.

Exploring CosmWasm further is immensely beneficial as it equips users with the knowledge and skills needed to harness the full potential of blockchain smart contracts. This understanding enables users to build secure, customized solutions, stay updated with the latest advancements, and more within the thriving blockchain industry.


---

# 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.burnt.com/xion/others/archived/cosmwasm-resources/introductory-section/next-steps.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.
