# Smart Contracts

This section serves as a primer to the foundational concepts of CosmWasm Smart Contracts. The following sections are instructions addressing the following:

* Environment setup
* Deploying a smart contract on the testnet
* Managing smart contract functions using the CLI
* Tweaking an existing contract

\
The intentional design of the following guide is to provide a seamless start, keeping the intricacies of development for subsequent sections.

{% hint style="info" %}
There will be sample guides after the release of Cascadia's testnet.
{% 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://cascadia.gitbook.io/gitbook/developers/cosmwasm/smart-contracts.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.
