# Build a Polkadot Chain

<figure><img src="https://348561956-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDCSXSU1TZFpfTQpgIpaY%2Fuploads%2Fgit-blob-5ee4deddadfc10424766bee8a9e5860a3f32d074%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

Build custom blockchain that can operate as solo chains or connect to Polkadot for shared security and interoperability, using the [Polkadot SDK](https://docs.polkadot.com/).

Start building with the [Polkadot documentation](https://docs.polkadot.com/).

**Ready to build your first chain?** [Start here!](https://learn.onpop.io/chains/guides/create-a-new-chain)


---

# 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://learn.onpop.io/chains/welcome/readme.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.
