diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index 13bb0047..a1581b67 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -1,5 +1,5 @@
-
+
{{ site.title }}
{% if site.subtitle %}{{ site.subtitle }}{% endif %}
diff --git a/docs/_posts/2016-12-09-setup.md b/docs/_posts/2016-12-09-setup.md
index a1419eeb..68755075 100644
--- a/docs/_posts/2016-12-09-setup.md
+++ b/docs/_posts/2016-12-09-setup.md
@@ -11,8 +11,8 @@ dependencies including Django itself are managed using pip in a Python virtual e
## Dependencies
-- Python >= 3.8
-- Django == 3.2
+- Python >= 3.9
+- Django == 4.2
- SQLite 3
Using your preferred package management system ensure Python and Django are installed. We use venv for python
diff --git a/docs/index.md b/docs/index.md
index 31cd38b7..a6bc0904 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,26 +1,27 @@
---
layout: default
-title: "FAT Documentation"
+title: "lowFAT Documentation"
---
# LowFAT User and Developer Guide
-Welcome to the documentation of the Software Sustainability Institute's Fellowship Administration Tool (FAT).
+Welcome to the documentation of the Software Sustainability Institute's Low effort Fellowship Administration Tool (lowFAT).
## Users
### Fellows
-WIP
+
*See tutorial for claimants*
### Staff
-WIP
+
*See tutorial for staff*
## Developers
-LowFAT is open source anyone can make a copy and add remove features. For those looking to add (or remove) functionality
-from LowFAT they should follow this guide. For SSI staff , or external contributors, working directly on the LowFAT
-repository careful consideration should be paid to the workflow section to ensure adherence to our development practice.
+LowFAT is open source, anyone can make a copy and add or remove features. For those looking to add (or remove) functionality
+from LowFAT they should follow this guide. For SSI staff, or external contributors, when working directly on the LowFAT
+repository, careful consideration should be paid to the workflow section to ensure adherence to our development practice.
+*See developers section*
#### License
@@ -58,7 +59,7 @@ For backing up the database in preparation for a site update.
### Reuse and Redistribution
-We wrote FAT to be one of our internal tools, but it is released under the BSD 3-Clause License and you are welcome to re-use it.
+We wrote lowFAT to be one of our internal tools, but it is released under the BSD 3-Clause License and you are welcome to re-use it.
**If you have any questions, please open an issue on [GitHub](https://github.com/softwaresaved/lowfat/issues).**