# 9. Documentazione Frontend

La documentazione copre tre principali librerie di integrazione frontend di Memori:

1. [**memori-api-client**](/frontend/client-api.md):
   * Client TypeScript per interagire direttamente con le API Memori
   * Gestisce autenticazione, sessioni e chiamate API
   * Adatto per integrazioni personalizzate e backend
2. [**memori-webcomponent**](/frontend/web-component.md):
   * Componente web standard utilizzabile in qualsiasi pagina HTML
   * Soluzione più semplice per integrazioni rapide
   * Non richiede framework specifici
   * Configurabile tramite attributi HTML
3. [**memori-react**](/frontend/componente-react.md):
   * Componente React dedicato
   * Offre maggiore flessibilità e controllo
   * Supporta layout personalizzati
   * Si integra nativamente nell'ecosistema React

Inoltre offre diversi modi per personalizzare lo stile dei componenti, li trovi tutti [qui](/frontend/stile-e-personalizzazione.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aisuru.com/frontend.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
