# Chainlink Bootcamps

Chainlink bootcamps are educational programs designed to teach developers how to create and deploy smart contracts, primarily using Solidity for all Evm chains (including AssetChain). These bootcamps are offered by Chainlink, a decentralized oracle network that provides reliable inputs and outputs for smart contracts on any blockchain.

{% embed url="<https://www.youtube.com/playlist?list=PLVP9aGDn-X0QM3cipOC9YGrFkrhio4Lzw>" %}
chainlink 2024 bootcamp
{% endembed %}

{% embed url="<https://chain.link/bootcamp>" %}
bootcamp on demand
{% endembed %}


---

# 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://academy.assetchain.org/module-2-developer-resources/chainlink-bootcamps.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.
