diff --git a/.github/ISSUE_TEMPLATE/--bug-report.yaml b/.github/ISSUE_TEMPLATE/--bug-report.yaml
index 69ac414e02..111122ab37 100644
--- a/.github/ISSUE_TEMPLATE/--bug-report.yaml
+++ b/.github/ISSUE_TEMPLATE/--bug-report.yaml
@@ -35,7 +35,7 @@ body:
- type: textarea
attributes:
label: Project Details
- description: How to find ? ([YouTube](https://www.youtube.com/watch?v=AUSNN-RCwhE) or [Docs](https://docs.nocodb.com/FAQs#how-to-check-my-project-info-))
+ description: Where to find it ? (See [YouTube video](https://www.youtube.com/watch?v=AUSNN-RCwhE) or [Docs](https://docs.nocodb.com/FAQs#how-to-check-my-project-info-))
placeholder: |
or provide the following info
```
diff --git a/packages/noco-docs/content/en/setup-and-usages/meta-management.md b/packages/noco-docs/content/en/setup-and-usages/meta-management.md
index d4a0483165..c658ed10fc 100644
--- a/packages/noco-docs/content/en/setup-and-usages/meta-management.md
+++ b/packages/noco-docs/content/en/setup-and-usages/meta-management.md
@@ -69,9 +69,14 @@ Go to `Project Metadata`, under ``ERD View``, you can see the ERD of your databa
+### Junction table names within ERD
+
+- Enable `Show M2M Tables` within Miscellaneous tab
+- Double click on `Show Columns` to see additional checkboxes get enabled.
+ - Enabling which you should be able to see junction tables and their table names.
## Miscellaneous
+- Enabling, `Show M2M Tables` will show junction tables between many to many tables.
-Currently only `Show M2M Tables` can be configurated under Miscellaneous.
\ No newline at end of file