diff --git a/book/src/Motivation.md b/book/src/Introduction.md
similarity index 99%
rename from book/src/Motivation.md
rename to book/src/Introduction.md
index de282ee554c9fe4901cb06ceb43eda814e7327eb..d072569f5b58f607d0ae5fde18af798ad5368503 100644
--- a/book/src/Motivation.md
+++ b/book/src/Introduction.md
@@ -2,7 +2,7 @@
 
 Welcome to the documentation for the project AI at the edge
 
-## Motivation
+## Introduction
 
 AI has been on the rise for several years. Not only are today's problems becoming increasingly complex, but the solutions required to solve them are also presenting mankind with ever greater challenges. Computer science plays a central role in the 21st century. Programmers are required to solve problems that have remained unsolved for centuries. This is where the development of AI's comes into play. Since the term AI is very comprehensive and it can be difficult to find the entrance, we have decided to create with the project "AI at the edge" an introduction to this very fascinating topic. The goal of this book is to facilitate the entry into the topic of AI. With explanations, examples and exercises we want to create an opportunity for interested people to deal with the topic. All you need is a Raspberry Pi 3B or better, a mouse, keyboard and a screen.
 
diff --git a/book/src/SUMMARY.md b/book/src/SUMMARY.md
index a83aa03fb36f38c45f8787810252b6bfb4d8c98e..d5a333a9c9666f57dc73d040c7d2df25d53968c2 100644
--- a/book/src/SUMMARY.md
+++ b/book/src/SUMMARY.md
@@ -1,6 +1,6 @@
 # Summary
 
-[Motivation](./Motivation.md)
+[Introduction](./Introduction.md)
 - [Setup](./Setup/Setup.md)
     - [Using preconfigured Image](./Setup/Preconfigured_Image.md)
     - [Using Ansible](./Setup/Ansible.md)