> 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/configurare-negozio/parametri-negozio/impostazioni-clienti/titoli.md).

# Titoli

Lo strumento del titolo sociale ti aiuta a definire meglio i tuoi clienti: nell'elenco clienti, puoi scegliere di visualizzare solo i clienti che hanno un determinato titolo sociale. I moduli possono anche essere basati su titoli sociali per determinate funzionalità.

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

Cliccando sul pulsante "Aggiungi nuovo titolo sociale" si aprirà un modulo:

![](/files/-MDy-aoej-GBMgnuUnVl)

* **Titolo sociale**. Puoi scegliere qualsiasi cosa, dal più comune ("Signore", "Signora", "Egregio", ecc.) al più insolito ("Illustre", "Magnifico", "Onorevole"...). La cosa importante quando ci si allontana dai titoli comunemente accettati è riflettere sulla vera identità del tuo negozio.
* **Genere**. Alcuni titoli possono essere applicati sia ai clienti maschi sia alle femmine, o a nessuno. In quest'ultimo caso, assicuratevi quindi di impostare questa opzione su "Neutrale".
* **Immagine**. Un file di immagini 16x16 che rappresenta il titolo. I simboli classici di genere sono Marte e Venere (♂ e ♀), ma ci sono molte altre possibilità. PrestaShop ti permette di caratterizzarli un'immagine univoca.
* **Larghezza immagine e altezza immagine**. PrestaShop funziona meglio con l'immagini 16x16 e se è più grande ridimensionerà l'immagine. Tuttavia, potrebbe ritenere necessario utilizzare immagini più grandi e queste due opzioni consentono di impostare la dimensione esatta richiesta dall'immagine. Se si inserisce "0", PrestaShop utilizzerà semplicemente la dimensione originale dell'immagine.


---

# 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/configurare-negozio/parametri-negozio/impostazioni-clienti/titoli.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.
