diff --git a/docs/my-website/docs/projects/🤗 smolagents.md b/docs/my-website/docs/projects/🤗 smolagents.md
new file mode 100644
index 0000000000..9567f00085
--- /dev/null
+++ b/docs/my-website/docs/projects/🤗 smolagents.md
@@ -0,0 +1,12 @@
+
+
+

+
smolagents - a smol library to build great agents!
+
+
+
+`smolagents` is a barebones library for agents. Agents write python code to call tools and orchestrate other agents.
+
+- [Github](https://github.com/huggingface/smolagents)
+- [Docs](https://huggingface.co/docs/smolagents/index)
+- [Build your agent](https://huggingface.co/docs/smolagents/guided_tour)
\ No newline at end of file
diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js
index d9289864e6..aee2a67f04 100644
--- a/docs/my-website/sidebars.js
+++ b/docs/my-website/sidebars.js
@@ -436,6 +436,7 @@ const sidebars = {
slug: "/project",
},
items: [
+ "projects/🤗 smolagents",
"projects/Docq.AI",
"projects/OpenInterpreter",
"projects/dbally",