diff --git a/website/pages/docs/swagger/chat.mdx b/website/pages/docs/swagger/chat.mdx
index 8bed8d7ae..619f622b6 100644
--- a/website/pages/docs/swagger/chat.mdx
+++ b/website/pages/docs/swagger/chat.mdx
@@ -1,95 +1,5 @@
-import FaceIcon from "@mui/icons-material/Face";
-import SmartToyIcon from "@mui/icons-material/SmartToy";
-import { Card, CardContent, Chip } from "@mui/material";
import { Callout, Tabs } from 'nextra/components'
-{/* ## Preface
-
-
-
-
-
- }
- label={User}
- variant="outlined"
- color="primary"
- />
- What you can do? Introduce yourself, please.
-
-
-
-
-
-
- }
- label={Assistant}
- variant="outlined"
- color="success"
- />
-I can assist you with various functions related to shopping, including:
-
-1. **Order Management**
- - Create new orders from a shopping cart or directly without a cart.
- - List your existing orders.
- - Get detailed information about a specific order.
-2. **Coupons and Discounts**
- - List available coupons.
- - Get details about specific coupons.
- - Create new coupon tickets.
-3. **Sales and Reviews**
- - List and get details about sales.
- - Write questions and reviews for sales.
-
-If you have a specific action in mind or need help in a certain area, just let me know!
-
-
-
-
-
-Chat with your backend server.
-
-You can build a Super A.I. chatbot application from swagger documents performing the LLM function calling.
-
-The super A.I. chatbot selects proper functions defined in the swagger document by analyzing conversation contexts with user. And then the super A.I. chatbot requests the user to write arguments for the selected functions by conversation text, and actually calls the API function with the arguments.
-
-If the swagger file you provide contains a reasonable level of functions, DTO schemas, and descriptions, everything is ready. Just deliver the swagger file to the Nestia A.I. Chatbot, you can start conversation with your backend server calling the API functions by chatting text. */}
-
-
-
-
## Super A.I. Chatbot