> ## 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.

# Capacità AI Integrate

> Scopri come incorporare le capacità AI nella tua applicazione web

Le applicazioni web create con Manus non sono solo siti statici; sono piattaforme intelligenti e dinamiche con capacità AI integrate nel loro nucleo. Questo ti permette di creare esperienze uniche e coinvolgenti per i tuoi utenti.

## Modello Linguistico di Grandi Dimensioni (LLM)

Puoi integrare la potenza dei modelli linguistici di grandi dimensioni direttamente nella tua applicazione per creare funzionalità in grado di comprendere e generare testo simile a quello umano. Questo apre un mondo di possibilità per l'interattività e l'assistenza agli utenti.

| Caso d'uso                                | Prompt d'esempio                                                                                                                                                                                                                         |
| :---------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Chatbot basato su 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."`                                                                         |
| **Strumento di Generazione di Contenuti** | `"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."` |
| **Ricerca in Linguaggio Naturale**        | `"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."`                       |
| **Riassunto Automatico**                  | `"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."`                                                                                         |

## Generazione di Immagini

Oltre all'AI basata su testo, puoi anche incorporare la generazione dinamica di immagini nella tua applicazione. Ciò consente un'ampia gamma di esperienze visive creative e personalizzate.

| Caso d'uso                       | Prompt d'esempio                                                                                                                                                                                                                    |
| :------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Avatar Personalizzati**        | `"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."`                    |
| **Mockup di Prodotti Dinamici**  | `"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."`                                   |
| **Sfondi Creativi**              | `"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."` |
| **Illustrazioni Generate da 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."`                                                                                   |
