> ## Documentation Index
> Fetch the complete documentation index at: https://manus.im/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 内置 AI 能力

> 了解如何将 AI 能力整合到您的 Web 应用中

Manus 构建的 Web 应用不仅仅是静态站点；它们是智能、动态的平台，其核心融入了 AI 能力。这使您能够为用户创建独特且引人入胜的体验。

## 大语言模型 (LLM)

您可以将大语言模型的力量直接集成到您的应用中，以创建能够理解和生成类似人类文本的功能。这为交互性和用户辅助开辟了无限可能。

| 用例              | 示例提示词                                                                                                                                                                                                                                    |
| :-------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **AI 驱动的聊天机器人** | `"Add a chatbot to the bottom right corner of the site. It should be able to answer frequently asked questions about our pricing, features, and return policy."`                                                                         |
| **内容生成工具**      | `"Create a new page called 'Blog Post Helper'. Add a text input field and a button. When the user enters a topic and clicks the button, call the LLM to generate a 100-word blog post introduction on that topic and display it below."` |
| **自然语言搜索**      | `"Upgrade the search bar in the header to use natural language processing. When a user searches for 'cheap red shoes for running', it should understand the intent and show relevant products from the database."`                       |
| **自动摘要**        | `"On the article pages, add a 'Summarize' button. When clicked, use the LLM to generate a three-bullet-point summary of the article's content."`                                                                                         |

## 图像生成

除了基于文本的 AI，您还可以将动态图像生成集成到您的应用中。这实现了广泛的创意和个性化视觉体验。

| 用例           | 示例提示词                                                                                                                                                                                                                               |
| :----------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **个性化头像**    | `"On the user profile page, add a feature to generate a personalized avatar. The user can enter a text description like 'a friendly robot with a blue hat', and the app should generate and display the image."`                    |
| **动态产品模型**   | `"On the product page for our custom t-shirts, add a section where users can input text. Use the image generation model to create a mockup of the t-shirt with their custom text printed on it."`                                   |
| **创意背景**     | `"Create a 'background generator' tool. Add a text area where users can describe a scene, like 'a futuristic cityscape at sunset, in a watercolor style'. Generate a high-resolution background image based on their description."` |
| **AI 生成的插图** | `"For our blog, create a feature that generates a unique header image for each new post based on the post's title and a summary of its content."`                                                                                   |
