> For the complete documentation index, see [llms.txt](https://docs.skypirl.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skypirl.tech/faq/build/builders-guides.md).

# Builder's Guides

Welcome to the builder's section of the Polkadot Wiki

Here, you will discover many development tools and resources in the Polkadot ecosystem. We are always adding new tools and frameworks as we learn about them so if you are working on something that should be included please reach out to us on [Element](https://matrix.to/#/#polkadot-watercooler:matrix.org) . This section of the wiki is divided into the following parts:

### Development Guide[​](https://wiki.polkadot.network/docs/build-index#development-guide) <a href="#development-guide" id="development-guide"></a>

* [Starter's Guide](https://wiki.polkadot.network/docs/build-build-with-polkadot) - High level overview on choosing a parachain, parathread, or smart contract for your project and how to get started.
* [Parachain Development](https://wiki.polkadot.network/docs/build-pdk) - Tools for building parachains and parathreads.
* [Polkadot Smart Contracts](https://wiki.polkadot.network/docs/build-smart-contracts) - Tools to deploy contracts to a Polkadot parachain.

### Tools & Resources[​](https://wiki.polkadot.network/docs/build-index#tools--resources) <a href="#tools--resources" id="tools--resources"></a>

* [Tools](https://wiki.polkadot.network/docs/build-tools-index) - Maintained list of tools.
* [Subkey](https://docs.substrate.io/v3/tools/subkey/) - Command line utility for generating and inspecting key pairs.
* [JS tools](https://github.com/polkadot-js/tools) - TypeScript tools for offline signing of transactions, RPC calls, and more.
* [PSP GitHub Repository](https://github.com/w3f/PSPs) - Polkadot Standards Proposals (PSPs) are standards for the Polkadot ecosystem.
* [Examples](https://wiki.polkadot.network/docs/build-index#) - Example projects sourced from the community -- see what others are building.

#### Grants[​](https://wiki.polkadot.network/docs/build-index#grants) <a href="#grants" id="grants"></a>

* [Grants](https://wiki.polkadot.network/docs/grants) - A list of all Polkadot-related projects given grants by the Web3 Foundation.

#### PSPs[​](https://wiki.polkadot.network/docs/build-index#psps) <a href="#psps" id="psps"></a>

Polkadot Standards Proposals (PSPs) are standards for the Polkadot ecosystem.

* [PSP GitHub Repository](https://github.com/w3f/PSPs) - Read, create, or discuss standards and proposals.

#### Hackathon[​](https://wiki.polkadot.network/docs/build-index#hackathon) <a href="#hackathon" id="hackathon"></a>

* [Resources For Running a Hackathon](https://wiki.polkadot.network/docs/build-hackathon)


---

# 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.skypirl.tech/faq/build/builders-guides.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.
