# README

{% hint style="warning" %}
**This Launchpad site is now deprecated.** To see the newest information and learn more about IPFS, Filecoin, and everything else we will add, continue to our new curriculum page at <https://curriculum.pl-launchpad.io/>.&#x20;
{% endhint %}

This repository contains intentionally organized and curated content for Protocol Labs' Launchpad program. We welcome contributions, but please read the Contributing section below.

This site is [published on GitBook](https://protocol-labs.gitbook.io/launchpad-curriculum/) and the repo is located at <https://github.com/protocol/launchpad>.

**!Important** The default branch for this repository is **gitbook** not *main*. The published version of this is the gitbook branch, and other branches should be synced to the gitbook branch.

## Contributing to the Launchpad Curriculum

Please work with the team to review and organize Launchpad Curriculum. In order to contribute, visit the public Launchpad repository: <https://github.com/protocol/launchpad>

1. First, check out the [README.md](/launchpad-curriculum/readme.md) and [STYLE-GUIDE.md](https://github.com/protocol/launchpad/blob/gitbook/STYLE-GUIDE.md) in the root repo for how to format and organize your content
2. Find the section in the [SUMMARY.md](https://github.com/protocol/launchpad/blob/gitbook/SUMMARY.md) file where you want to add your content.
3. Create a new branch or fork, and find the .md doc (or create a new .md file) in the `/docs/name-of-section` [directory](https://github.com/protocol/launchpad/tree/gitbook/docs) where you would like to add your content.
4. Create a PR for your change to the `gitbook` branch.

**Questions?** [ping the core contributors](https://github.com/protocol/launchpad/graphs/contributors) to this repository, or open an [Issue](https://github.com/protocol/launchpad/issues).

## Sections

### Launchpad Learning Resources

* [The Protocol Labs Network](/launchpad-curriculum/launchpad-learning-resources/protocol-labs-network.md)
* [IPFS](/launchpad-curriculum/launchpad-learning-resources/ipfs.md)
* [IPLD](/launchpad-curriculum/launchpad-learning-resources/ipld.md)
* [LibP2p](/launchpad-curriculum/launchpad-learning-resources/libp2p.md)
* [Filecoin](/launchpad-curriculum/launchpad-learning-resources/filecoin.md)

### Other Resources

* [Pre-Requisites](/launchpad-curriculum/other-resources/pre-requisites.md)
* [Protocol Labs Toolkits & SDKs](/launchpad-curriculum/other-resources/protocol-labs-toolkits-sdks.md)
* [Built on IPFS and Filecoin](/launchpad-curriculum/other-resources/built-on-ipfs-filecoin.md)
* [Additional Learning](/launchpad-curriculum/other-resources/additional-learning-resources.md)


---

# 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://protocol-labs.gitbook.io/launchpad-curriculum/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.
