# Local Development

Setting up your local environment is the first step towards developing powerful decentralized applications on Xion. We've created a series of detailed guides to walk you through the process, ensuring a smooth and efficient setup.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Set Up Environment</strong></td><td>Configure your Development Environment to significantly streamline your smart contract development.</td><td><a href="/pages/EoU6inTTfZsa0x6Sxith">/pages/EoU6inTTfZsa0x6Sxith</a></td></tr><tr><td><strong>Deploying Your First Smart Contract</strong></td><td>Walk through the process of deploying and interacting with a smart contract on the <strong>XION</strong> network.</td><td><a href="/pages/pLfH78nmYhxwQ4rIdWIl">/pages/pLfH78nmYhxwQ4rIdWIl</a></td></tr></tbody></table>


---

# 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/developers/computation/local-development.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.
