# Use Endless CLI

### Use the Endless CLI <a href="#use-the-endless-cli" id="use-the-endless-cli"></a>

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

You can explore each of the use-cases here:

1. Working with Move Contracts
2. Trying things on-chain
3. Running a local Endless 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/use-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.
