# movement

## movement-deprecated

- [Movement Labs](https://movement.gitbook.io/movement/master.md): Movement Labs is building a modular framework to build and deploy Move-based infrastructure, applications, and blockchains in any distributed environment. The docs below are for our first product: M1.
- [Test Subnet Rust SDK Env](https://movement.gitbook.io/movement/test-subnet-rust-sdk-env.md): timestampvm-rs is a virtual machine that can build blocks from a user-provided arbitrary data. It is a minimal implementation of an Avalanche custom virtual machine (VM) in Rust
- [Run an Avalanche Node Manually](https://movement.gitbook.io/movement/run-an-avalanche-node-manually.md)
- [Install Avalanche-CLI](https://movement.gitbook.io/movement/install-avalanche-cli.md)
- [What's the Subnet Development Lifecycle?](https://movement.gitbook.io/movement/whats-the-subnet-development-lifecycle.md): As you begin your Subnet journey, it's useful to look at the lifecycle of taking a Subnet from idea to production.
- [Deploy a Permissioned Subnet on Testnet](https://movement.gitbook.io/movement/deploy-a-permissioned-subnet-on-testnet.md): This document describes how to use the new Avalanche-CLI to deploy a Subnet on Fuji
- [Connect to Fuji Testnet](https://movement.gitbook.io/movement/connect-to-fuji-testnet.md)
- [Setup Movement Env](https://movement.gitbook.io/movement/setup-movement-env.md)
- [Connect to the Fuji Testnet through M1](https://movement.gitbook.io/movement/connect-to-the-fuji-testnet-through-m1.md)
- [How to add the Movement network?](https://movement.gitbook.io/movement/how-to-add-the-movement-network.md)
- [Move Language](https://movement.gitbook.io/movement/move-language.md)
- [Modules and Scripts](https://movement.gitbook.io/movement/move-language/modules-and-scripts.md)
- [Primitive Types](https://movement.gitbook.io/movement/move-language/primitive-types.md)
- [Integers](https://movement.gitbook.io/movement/move-language/primitive-types/integers.md)
- [Bool](https://movement.gitbook.io/movement/move-language/primitive-types/bool.md)
- [Address](https://movement.gitbook.io/movement/move-language/primitive-types/address.md)
- [Vector](https://movement.gitbook.io/movement/move-language/primitive-types/vector.md)
- [Signer](https://movement.gitbook.io/movement/move-language/primitive-types/signer.md)
- [References](https://movement.gitbook.io/movement/move-language/primitive-types/references.md)
- [Tuples and Unit](https://movement.gitbook.io/movement/move-language/primitive-types/tuples-and-unit.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://movement.gitbook.io/movement/master.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.
