diff --git a/doc/source/index.rst b/doc/source/index.rst
index 13759b66da..5443b3a0a7 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -99,6 +99,14 @@ Contributor Guide
contributor/index
+References
+==========
+
+.. toctree::
+ :maxdepth: 2
+
+ references/index
+
.. only:: html
Indices and tables
diff --git a/doc/source/references/index.rst b/doc/source/references/index.rst
new file mode 100644
index 0000000000..76dd2954a9
--- /dev/null
+++ b/doc/source/references/index.rst
@@ -0,0 +1,23 @@
+==========
+References
+==========
+
+This section contains reference materials for Ironic, including API documentation, CLI tools, configuration details, and more.
+
+Drivers, Hardware Types, and Hardware Interfaces
+------------------------------------------------
+:doc:`Drivers, Hardware Types, and Hardware Interfaces `
+
+Configuration Reference
+-----------------------
+:doc:`Configuration Reference `
+
+API Reference
+-------------
+`API Reference `_
+
+CLI References
+--------------
+- `Ironic CLI `_
+- :doc:`ironic-dbsync `
+- `ironic-status `_