# Move

Move is a new generation of blockchain smart contract language. It has fascinating security features and is expected to become the next-generation general infrastructure of blockchain.

## Community

We have the largest Move Chinese community: [https://www.movelang.io](https://www.movelang.io/)

![](/files/Dp2reOnXA1qMSIYfWx9g)

## Starcoin IDE

Starcoin IDE is a plug-in developed for Move contract by the Starcoin, which supports syntax highlighting, convenient Move commands and other functions.

VisualStudio Store：<https://marketplace.visualstudio.com/items?itemName=starcoinorg.starcoin-ide>

![](/files/LQAeseekMYbJWX56yrRP)


---

# 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://wiki.starcoin.movemove.org/english/eco/move.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.
