> For the complete documentation index, see [llms.txt](https://docs.prestashop-project.org/1.7-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prestashop-project.org/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo.md).

# Gestire il Catalogo Prodotti

## Gestire il Catalogo Prodotti <a href="#gestireilcatalogoprodotti-gestireilcatalogoprodotti" id="gestireilcatalogoprodotti-gestireilcatalogoprodotti"></a>

La creazione di un sito di PrestaShop è il suo catalogo, che contiene prodotti e categorie di prodotti. Costruire e migliorare il tuo catalogo è fondamentale per rendere il tuo sito web vivo agli occhi dei clienti. Qui il tuo negozio diventa realtà, creando contenuti e dando valore alla tua presenza online.

Essendo il cuore del tuo negozio, il tuo catalogo merita molta attenzione. L'aggiunta di prodotti non significa solo aggiungere un'immagine e un testo e quindi convalidare il contenuto. Significa conoscere bene il tuo prodotto: prezzo, peso, dimensione, caratteristiche, specifiche, dettagli, marca, fornitore e molto altro ancora. Non dovresti iniziare ad aggiungere prodotti al Catalogo senza sapere esattamente quello che vuoi presentare al cliente e quindi avere un piano sui tuoi prodotti e sul modo in cui verranno visualizzati. Ciò significa anche conoscere come le tue tasche il front office del negozio per compilare correttamente i campi richiesti.

È possibile accedere alla sezione "Catalogo" aprendo il menu con lo stesso nome, che elenca tutte le pagine relative al prodotto. Qui gestisci i tuoi prodotti e le loro caratteristiche attraverso il tuo negozio PrestaShop.

Questo capitolo contiene le seguenti sezioni:

* [Gestire Prodotti](/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo/gestire-prodotti.md)
* [Gestire Categorie](/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo/gestire-categorie.md)
* [Monitorare il Catalogo](/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo/monitorare-catalogo.md)
* [Gestire gli Attributi dei Prodotti](/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo/gestire-attributi-prodotti.md)
* [Gestire le Funzioni Prodotto](/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo/gestire-funzioni-prodotto.md)
* [Gestire i Marchi](/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo/gestire-marchi.md)
* [Gestire Fornitori](/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo/gestire-fornitori.md)
* [Gestire i Files](/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo/gestire-files.md)
* [Gestire gli Sconti](/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo/gestire-sconti.md)
* [Gestire il Magazzino](/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo/gestire-magazzino.md)

![](/files/-MDy-aofw2E4fAOyFHmG)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.prestashop-project.org/1.7-documentation/italian/guida-utente/vendere/gestire-catalogo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
