diff --git a/docs/index.md b/docs/index.md
index 1eba338..d461ba5 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -30,6 +30,10 @@ We model the LLM workflow as a **Graph + Shared Store**:
- [(Advanced) Async](./core_abstraction/async.md) nodes/flows allow waiting for asynchronous tasks.
- [(Advanced) Parallel](./core_abstraction/parallel.md) nodes/flows handle I/O-bound tasks.
+
+

+
+
## Design Pattern
From there, it’s easy to implement popular design patterns:
@@ -41,6 +45,10 @@ From there, it’s easy to implement popular design patterns:
- [Structured Output](./design_pattern/structure.md) formats outputs consistently.
- [(Advanced) Multi-Agents](./design_pattern/multi_agent.md) coordinate multiple agents.
+
+

+
+
## Utility Function
We provide utility functions not in *codes*, but in *docs*: