diff --git a/docs/en/docs/tutorial/body.md b/docs/en/docs/tutorial/body.md
index 25b1fb6ba..b2cde0762 100644
--- a/docs/en/docs/tutorial/body.md
+++ b/docs/en/docs/tutorial/body.md
@@ -108,6 +108,17 @@ But you would get the same editor support with
+!!! tip
+ If you use PyCharm as your editor, you can use the Pydantic PyCharm Plugin.
+
+ It improves editor support for Pydantic models, with:
+
+ * auto-completion
+ * type checks
+ * refactoring
+ * searching
+ * inspections
+
## Use the model
Inside of the function, you can access all the attributes of the model object directly: