diff --git a/docs/p.tree b/docs/p.tree
index c0b27d63..a0565708 100644
--- a/docs/p.tree
+++ b/docs/p.tree
@@ -16,6 +16,8 @@
+
+
diff --git a/docs/topics/Developing-a-Modpack.md b/docs/topics/Developing-a-Modpack.md
new file mode 100644
index 00000000..2bbe804d
--- /dev/null
+++ b/docs/topics/Developing-a-Modpack.md
@@ -0,0 +1,13 @@
+# Developing a Modpack
+
+To be able to properly run and start working on your modpack, you need to have
+[project files](Pakku-Terminology.md#project-file) fetched to your modpack folder.
+
+To do that, run the [`pakku fetch`](pakku-fetch.md) command:
+
+
+
+This will: download [project files](Pakku-Terminology.md#project-file),
+remove old [project files](Pakku-Terminology.md#project-file) and
+copy [project overrides](Pakku-Terminology.md#project-override)
+from the [Pakku directory](Pakku-Directory.md) to your modpack folder.
\ No newline at end of file
diff --git a/docs/topics/Exporting-a-Modpack.md b/docs/topics/Exporting-a-Modpack.md
new file mode 100644
index 00000000..7c92594c
--- /dev/null
+++ b/docs/topics/Exporting-a-Modpack.md
@@ -0,0 +1,2 @@
+# Exporting a Modpack
+
diff --git a/docs/topics/Installing-Pakku.md b/docs/topics/Installing-Pakku.md
index 9bad706b..bc12c23e 100644
--- a/docs/topics/Installing-Pakku.md
+++ b/docs/topics/Installing-Pakku.md
@@ -2,16 +2,14 @@
[//]: # (To run Pakku, you have two options:)
-Currently, the only option to run Pakku is:
-
-- [Run Pakku using Java](#running_pakku_using_java).
- - This requires Java to be installed on your computer.
+Currently, the only option is to [install and run Pakku using Java](#install-java).
+This requires Java to be installed on your computer.
[//]: # (2. [Run Pakku as native executable](#running_pakku_as_native_executable).)
[//]: # ( - Depending on your operating system, you will need to use a different version of native Pakku.)
-
+
1. Check whether you have Java installed on your computer.
If not, install it from [here](https://www.java.com/en/download/).
@@ -25,7 +23,7 @@ Currently, the only option to run Pakku is:
```
{prompt="$"}
- > To get to your modpack folder, use the `cd` command.
+ > To get to your modpack folder, use the [`cd` command](https://en.wikipedia.org/wiki/Cd_(command)).
{style="note"}
diff --git a/docs/topics/pakku-rm.md b/docs/topics/pakku-rm.md
index 2c6c27d7..205c270f 100644
--- a/docs/topics/pakku-rm.md
+++ b/docs/topics/pakku-rm.md
@@ -22,5 +22,6 @@ Remove projects.
`-h`, `--help`
: Show help message and exit
+{id="option-help"}