diff --git a/README.md b/README.md
index 89e22f5f..338a5489 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
[](https://discord.gg/n25xj6J6HM)
[](https://chat.openai.com/g/g-Ht3dYIwLO-thorvgpt)
+[](https://deepwiki.com/thorvg/thorvg)
[](https://opencollective.com/thorvg)
[](LICENSE)

@@ -98,7 +99,7 @@ ThorVG is actively under development, continuously expanding its support for ess
- [LVGL](#lvgl)
- [Tizen](#tizen)
- [References](#references)
- - [APIs](#apis)
+ - [Documentation](#documentation)
- [Examples](#examples)
- [Tools](#tools)
- [ThorVG Viewer](#thorvg-viewer)
@@ -420,8 +421,10 @@ ThorVG has been integrated into the [Tizen](https://www.tizen.org) platform as t
[Back to contents](#contents)
-## APIs
-The ThorVG API documentation can be accessed at [thorvg.org/apis](https://www.thorvg.org/apis), and is also available in the [C++ API](https://github.com/thorvg/thorvg/blob/main/inc/thorvg.h), [C API](https://github.com/thorvg/thorvg/blob/main/src/bindings/capi/thorvg_capi.h) within this repository.
+## Documentation
+The ThorVG API documentation is available at [thorvg.org/apis](https://www.thorvg.org/apis), and can also be found directly in this repository via the [C++ API](https://github.com/thorvg/thorvg/blob/main/inc/thorvg.h) and [C API](https://github.com/thorvg/thorvg/blob/main/src/bindings/capi/thorvg_capi.h).
+
+For comprehensive and well-structured technical information, please visit the [DeepWiki](https://deepwiki.com/thorvg/thorvg), which offers in-depth guidance on ThorVG's architecture, features, and usage.
[Back to contents](#contents)