# Intro

This [bootcamp](https://go.chain.link/bootcamp/smart-contract-developer-bootcamp-2024) is purpose-built for all levels of Web3 development experience, whether you’re brand new to smart contracts or have already created a blockchain project of your own. In this comprehensive bootcamp, you will learn everything you need to know about blockchain fundamentals and smart contracts.<br>

The Github repo for this bootcamp is available here: <https://github.com/smartcontractkit/chainlink-bootcamp-2024>

We love it when people raise question or issues in the issues section and we welcome your participation in the form of updates/patches - just open a Pull Request!


---

# 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://cll-devrel.gitbook.io/bootcamp-2024/intro.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.
