# Endless CLI

The Endless command line interface (CLI) is a tool to help you compile and test Move contracts. It can also help you quickly play with Endless features on-chain.

For more advanced users, the CLI can also be used to run a private Endless network (to help test code locally) and can be helpful managing a network node.

* Install the Endless CLI

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Windows</td><td></td><td></td><td><a href="/pages/mtUe3QejrsFGRC0NoVMI">install-on-windows.md</a></td><td><a href="/files/xI3xxTFh7rGPvOrCNLQU">/files/xI3xxTFh7rGPvOrCNLQU</a></td></tr><tr><td>Linux</td><td></td><td></td><td><a href="/pages/MMrJVwvCEhEjewhgRWED">install-on-linux.md</a></td><td><a href="/files/RcFSPCAL76z7GelM7xv2">/files/RcFSPCAL76z7GelM7xv2</a></td></tr></tbody></table>

* Setup CLI configuration
* Explore a use case:
  1. Working With Move Contracts
  2. Trying Things On-Chain
  3. Running a Local Network
  4. Managing a Network Node


---

# 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.endless.link/endless/devbuild/build/endless-cli.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.
