# Getting Started

The "Getting Started" section is to help new community members start developing on Secret Network using standard tools for Secret Contract development. The goal is to provide an easy guide to follow with step-by-step instructions. We will also review some of the unique characteristics of contracts on Secret Network, though we will keep things at a very high level.

Topics covered:

* Setting up a development Environment
* Compiling and Deploying a Secret Contract
* Interacting with Contracts on the Secret Network
* Breakdown of a Secret Contract (optional)

Most of the topics covered focus directly on Secret Network but are also relevant to other cosmos-based blockchains.

{% hint style="info" %}
If at any point you have any trouble understanding or following along, [join us on discord](https://scrt.network/discord) to get help from the community!
{% endhint %}

If you have suggestions, improvements, or corrections, [let us know on GitHub](https://github.com/SecretFoundation/docs/issues)!


---

# 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.scrt.network/secret-network-documentation/development/readme-1.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.
