diff --git a/content/en/docs/Developerguide/mot.md b/content/en/docs/Developerguide/mot.md
index 87bf497bb94394d80d11bbebe83f4ac1b4eb5436..71ef8625087f757df04b4aebdf4e9a3128aa0916 100644
--- a/content/en/docs/Developerguide/mot.md
+++ b/content/en/docs/Developerguide/mot.md
@@ -1,10 +1,16 @@
# MOT
-- **[Introducing MOT](introducing-mot.md)**
-- **[Using MOT](using-mot.md)**
+MOT is a high-performance row-based memory-optimized transactional storage engine (rowstore) that is a feature of Huawei’s openGauss.
+This user manual describes the openGauss Memory-Optimized Tables (MOT) engine, how it works, how to deploy it and how to use it.
-- **[Concepts of MOT](mot-concepts.md)**
+## About This Manual
+- [Chapter 1, Introducing MOT](introducing-mot.md) introduces Huawei’s openGauss Memory-Optimized Tables (MOT), describes its features and benefits, key technologies, applicable scenarios, performance benchmarks and its competitive advantages.
+- [Chapter 2, Using MOT](using-mot.md) describes how to deploy, use and manage openGauss MOT. Using MOT tables is quite simple. The syntax of all MOT commands is the same as for openGauss diskbased tables. Only the create and drop table statements in MOT differ from the statements for disk-based tables in openGauss. You may refer to this chapter in order to learn how to get started, how to convert a diskbased table into a MOT table, how to use MOT’s Query Native Compilation feature and about MOT’s limitations and coverage. MOT administration options are also described here. This chapter also describes e how to perform a TPC-C benchmark.
+- [Chapter 3, MOT Concepts ](mot-concepts.md) describes how openGauss MOT is designed and how it works. It also sheds light on its advanced features and capabilities and how to use them. This chapter serves to educate the reader about various technical details of how MOT operates, details of important MOT features and innovative differentiators. The content of this chapter may be useful for decision-making regarding MOT’s suitability to specific application requirements and for using and managing it most efficiently.
+## Audience
+Database users, such as DBAs and application developers, should read [Chapter 1, Introducing MOT](introducing-mot.md), and pay special attention to [Chapter 2, Using MOT](using-mot.md). If needed, more answers can be found in [Chapter 3, MOT Concepts ](mot-concepts.md) .
+Software architects and expert database developers may want to read [Chapter 3, MOT Concepts ](mot-concepts.md) closely in addition to the other chapters.
\ No newline at end of file
diff --git a/content/en/docs/Developerguide/overview-60.md b/content/en/docs/Developerguide/overview-60.md
new file mode 100644
index 0000000000000000000000000000000000000000..7f6c25648fe9f77753ea09be52a2c2ce1e4be4be
--- /dev/null
+++ b/content/en/docs/Developerguide/overview-60.md
@@ -0,0 +1,11 @@
+# Overview
+
+- **[Database Logical Architecture](database-logical-architecture.md)**
+
+- **[Query Request Handling Process](query-request-handling-process.md)**
+
+- **[Managing Transactions](managing-transactions.md)**
+
+- **[Concepts](concepts.md)**
+
+
diff --git a/content/en/menu/index.md b/content/en/menu/index.md
index 6a7ddeda773da590d9fb393943405c5a32be27e4..8e37da9133a38e57418af61588a7facc93e2c3b2 100644
--- a/content/en/menu/index.md
+++ b/content/en/menu/index.md
@@ -313,7 +313,7 @@ headless: true
- [Performance Logs]({{< relref "./docs/Administratorguide/performance-logs.md" >}})
- [Developer Guide]({{< relref "./docs/Developerguide/Developerguide.md" >}})
- - [Overview]({{< relref "./docs/Developerguide/overview.md" >}})
+ - [Overview]({{< relref "./docs/Developerguide/overview-60.md" >}})
- [Database Logical Architecture]({{< relref "./docs/Developerguide/database-logical-architecture.md" >}})
- [Query Request Handling Process]({{< relref "./docs/Developerguide/query-request-handling-process.md" >}})
- [Managing Transactions]({{< relref "./docs/Developerguide/managing-transactions.md" >}})