# Lesson 1.1: Setting Up Our Development Environment

Welcome to Lesson 1.1! In this lesson, you'll learn how to set up the development environment that we'll use in the 4th. Cohort of the Plutus Pioneers Program.

{% embed url="<https://youtu.be/-cmIqKCzzOU>" %}

{% hint style="info" %}
You can review the installation instructions presented in this video lecture in the [Working Environment Set Up section](/plutus-pioneers-program-fourth-cohort/preliminary-work/setup.md) of this playbook.
{% endhint %}

{% tabs %}
{% tab title="Learning Objectives" %}
After completing this lesson, you'll be able to:

* Identify the Discord channels where you can ask for assistance during the PPP.
* Create a Demeter account and set up a cloud-based development environment.
* Fork the PPP repository in your GitHub account.
* Clone a GitHub repository fork in your computer.
* Set up a local development environment using Docker Desktop and Visual Studio Code.
* Explain the differences between a cloud-based development environment and a local setup.
  {% endtab %}

{% tab title="Lesson Resources" %}
Internet resources mentioned in the lesson's video:

* [IOG's technical community on Discord](https://discord.gg/inputoutput).
* [#setup-plutus-env channel on Discord](https://discordapp.com/channels/826816523368005654/873236744965857300)
* [Demeter.run website](https://demeter.run/)
* [Docker Desktop download](https://www.docker.com/products/docker-desktop/)
* [Visual Studio Code download](https://code.visualstudio.com/Download)
  {% endtab %}
  {% endtabs %}

## Collaborate with the Pioneers Community

Remember that you can interact with the participants of the PPP through the [IOG's technical community on Discord](https://discord.gg/inputoutput) by joining the channels under the Plutus Pioneers category.

If during the program you have questions about Plutus, we invite you to share them at [Cardano Stack Exchange (CSE)](https://cardano.stackexchange.com/) by adding the `plutus-pioneer-program` tag to your question. The IOG's Education Team members will monitor these questions to support your learning journey. Whenever you share a question at CSE, you're helping to build up the Cardano and Plutus development knowledge base.

***

This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).

<figure><img src="https://i.creativecommons.org/l/by/4.0/88x31.png" alt="Creative Commons License BY 4.0"><figcaption></figcaption></figure>


---

# 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://iog-academy.gitbook.io/plutus-pioneers-program-fourth-cohort/lectures/lecture-01/lesson-01.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.
