diff --git a/autoware_lanelet2_extension/docs/lanelet2_format_extension.md b/autoware_lanelet2_extension/docs/lanelet2_format_extension.md
index 1982c19..3b760da 100644
--- a/autoware_lanelet2_extension/docs/lanelet2_format_extension.md
+++ b/autoware_lanelet2_extension/docs/lanelet2_format_extension.md
@@ -300,7 +300,9 @@ Landmark Specifications:
- The y-axis must be parallel to the vector extending from the second vertex to the third vertex.
- **Required Attributes**:
- Specify pose_marker for type ``
- - Specify the type of the landmark for subtype ``
+ - Specify the type of the landmark for subtype
+ - [AR-Tag](https://autowarefoundation.github.io/autoware.universe/main/localization/autoware_landmark_based_localizer/autoware_ar_tag_based_localizer/): ``
+ - [Reflector](https://autowarefoundation.github.io/autoware.universe/main/localization/autoware_landmark_based_localizer/autoware_lidar_marker_localizer/): ``
- Specify the ID of the landmark for marker_id ``
- ID can be assigned arbitrarily as a string, but the same ID must be assigned for the same marker type
- For example, apiltag_16h5 has 30 different IDs from 0 to 29. If multiple tags of the same type are to be placed in one environment, they should be assigned the same ID.