> For the complete documentation index, see [llms.txt](https://docs.endless.link/endless/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.endless.link/endless/devbuild/quick_start.md).

# Quick Start

## Getting Stared

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td>Endless CLI</td><td><a href="/pages/f9jyebVkzQ5ys4evLTK4#use-the-endless-cli">/pages/f9jyebVkzQ5ys4evLTK4#use-the-endless-cli</a></td></tr><tr><td>Running a Local Node</td><td><a href="/pages/UQ2E8DZEIK180OwA4gvY#starting-a-local-network">/pages/UQ2E8DZEIK180OwA4gvY#starting-a-local-network</a></td></tr></tbody></table>

## Start Learning

Learn the key concepts specific to Endless development.

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td>Account</td><td><a href="/pages/jvHRqWlD51kZajAW2LkZ">/pages/jvHRqWlD51kZajAW2LkZ</a></td></tr><tr><td>Transaction</td><td><a href="/pages/XMdYcw1vkYennQldyH4W#transactions">/pages/XMdYcw1vkYennQldyH4W#transactions</a></td></tr><tr><td>Resources</td><td><a href="/pages/ygxr9Gu5NZbOPK64hXOt">/pages/ygxr9Gu5NZbOPK64hXOt</a></td></tr><tr><td>Events</td><td><a href="/pages/0pZqd0XG6teoo4MUd0iC">/pages/0pZqd0XG6teoo4MUd0iC</a></td></tr><tr><td>Native Token</td><td><a href="/pages/r79FAcpHMnS2LzbnPRSO">/pages/r79FAcpHMnS2LzbnPRSO</a></td></tr></tbody></table>

## SDKs and Examples

Learn SDKs and try examples on your local node

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th></tr></thead><tbody><tr><td>SDKs</td><td><a href="/pages/tMIIVTeazARa9GyQmJXc">/pages/tMIIVTeazARa9GyQmJXc</a></td></tr><tr><td>Faucet</td><td><a href="/pages/F4Ggt7LgryqRqLIts00n#faucet">/pages/F4Ggt7LgryqRqLIts00n#faucet</a></td></tr><tr><td>First Transaction</td><td><a href="/pages/oeWrYFkl4AYCC0682VRS">/pages/oeWrYFkl4AYCC0682VRS</a></td></tr><tr><td>Your First Move Module</td><td><a href="/pages/6TEJOnxKaNCNLSmViP3r">/pages/6TEJOnxKaNCNLSmViP3r</a></td></tr><tr><td>Move Book</td><td><a href="/pages/bFe9L9PmeATPjGWzzMMo">/pages/bFe9L9PmeATPjGWzzMMo</a></td></tr><tr><td>Endless RPC</td><td><a href="/pages/GfOcFbhlITqvDYtstAQ4">/pages/GfOcFbhlITqvDYtstAQ4</a></td></tr></tbody></table>

## Component Marketplace

Learn how to use the component marketplace and the admin panel

<table data-view="cards"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>User Guide</td><td><a href="/pages/TJzq5aiuKGNuinvovQKW">User Guide</a></td></tr><tr><td>Developer User Guide</td><td><a href="/pages/XntB0gwdaprYUkEYHItH">Developer User Guide</a></td></tr></tbody></table>


---

# 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 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, and the optional `goal` query parameter:

```
GET https://docs.endless.link/endless/devbuild/quick_start.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
