# Build Polkadot Smart Contracts with Rust

<figure><img src="/files/ZDfLgzkuZLNJDiJsnbpe" alt=""><figcaption></figcaption></figure>

Polkadot’s native smart contract language, [ink!](https://use.ink/), allows to create powerful decentralized solutions with Rust. Tap into Polkadot’s unmatched security, multichain composability, and seamless access to native chain features through precompiles.

* Start building with the [ink! documentation](https://use.ink/docs/).
* New to Polkadot? Explore the [Polkadot documentation](https://docs.polkadot.com/).


---

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