# Run Landslide Locally

* [How to set up a network locally](/product-guides/slide-sdk/run-landslide-locally/how-to-setup-slide-sdk-locally.md)
  * Setting up your development environment
  * Starting a local Landslide network
* [How to deploy a CosmWasm contract](/product-guides/slide-sdk/run-landslide-locally/how-to-deploy-a-cosmwasm-contract.md)
  * Preparing your CosmWasm contract
  * Uploading and instantiating contracts on Landslide
* [Connect wallet to local network](/product-guides/slide-sdk/run-landslide-locally/conect-your-wallet-to-a-local-network.md)
  * Configuring your wallet for local development
  * Interacting with your deployed contracts


---

# 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.landslide.network/product-guides/slide-sdk/run-landslide-locally.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.
