diff --git a/assets/atomic-indexing-example.png b/assets/atomic-indexing-example.png
new file mode 100644
index 000000000..4cab24396
Binary files /dev/null and b/assets/atomic-indexing-example.png differ
diff --git a/assets/atomic-nodes-neo4j.png b/assets/atomic-nodes-neo4j.png
new file mode 100644
index 000000000..5c3b10f0c
Binary files /dev/null and b/assets/atomic-nodes-neo4j.png differ
diff --git a/assets/atomic_indexing.svg b/assets/atomic_indexing.svg
new file mode 100644
index 000000000..6bb083e37
--- /dev/null
+++ b/assets/atomic_indexing.svg
@@ -0,0 +1,1190 @@
+
+
+
+
diff --git a/assets/non-atomic-example.png b/assets/non-atomic-example.png
new file mode 100644
index 000000000..fd238ab12
Binary files /dev/null and b/assets/non-atomic-example.png differ
diff --git a/web/frontend-feedback-analytics/presentation/index.html b/web/frontend-feedback-analytics/presentation/index.html
index 2d8cc1083..2e8cbbad6 100644
--- a/web/frontend-feedback-analytics/presentation/index.html
+++ b/web/frontend-feedback-analytics/presentation/index.html
@@ -179,6 +179,28 @@
HPC
src="https://raw.githubusercontent.com/bcgov/citz-imb-ai/main/assets/system_architecture.jpg"
/>
+
+ Atomic Indexing
+
+ - Breaking down indexed data in a way that reflects structure of laws: Acts contain Sections, which may contain Subsections, etc.
+ - Adding important metadata as context provided to LLM
+ - Including citations in LLM responses.
e.g. (Motor Vehicle Act, Section 1 (2)(a))
+
+
+
+
+ Atomic Indexing Process
+
+ - Break down XML documents based on element name and construct objects for each element
+ - Insert these elements into the database and connect them to their parent and child elements
+ - Connect atomic sections with UpdatedChunk sections using the [:IS] relation edge
+
+
+
+ Atomic Indexing Example
+
+
+