# 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="../build/endless-cli/use-endless-cli#use-the-endless-cli">#use-the-endless-cli</a></td></tr><tr><td>Running a Local Node</td><td><a href="../build/advanced-builder-guides/develop-locally/running-a-local-network#starting-a-local-network">#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="technical-documentation/endless-account">endless-account</a></td></tr><tr><td>Transaction</td><td><a href="../start/learn-about-endless/transactions-and-states#transactions">#transactions</a></td></tr><tr><td>Resources</td><td><a href="start/learn-about-endless/resources">resources</a></td></tr><tr><td>Events</td><td><a href="start/learn-about-endless/events">events</a></td></tr><tr><td>Native Token</td><td><a href="technical-documentation/endless-native-token">endless-native-token</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="build/endless-sdks">endless-sdks</a></td></tr><tr><td>Faucet</td><td><a href="../../endless-wallet/basic-tutorial#faucet">#faucet</a></td></tr><tr><td>First Transaction</td><td><a href="build/tutorials/your-first-transaction">your-first-transaction</a></td></tr><tr><td>Your First Move Module</td><td><a href="build/tutorials/your-first-move-module">your-first-move-module</a></td></tr><tr><td>Move Book</td><td><a href="build/learn-the-move-language/the-move-book">the-move-book</a></td></tr><tr><td>Endless RPC</td><td><a href="build/endless-apis/fullnode-rest-api">fullnode-rest-api</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="../component-marketplace/user-guide">User Guide</a></td></tr><tr><td>Developer User Guide</td><td><a href="../component-marketplace/developer-user-guide">Developer User Guide</a></td></tr></tbody></table>


---

# 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/quick_start.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.
