> 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/user-guide/configuring-shop/shop-parameters/customer-settings/titles.md).

# Titles

The social title tool helps you better define your customers: in the customers list, you can choose to only display customers having a given social title. Modules may also rely on social titles for certain features.

![](/files/-MD-zRvtPyEZRkMTBj7B)

Clicking on the "Add new social title" button brings you to a form:

![](/files/-MD-zRvupusmWt4Ird5S)

* **Social title**. You can choose anything, from the very common ("Sir", "Lady", "Gentleman", etc.) to the very unusual ("Jedi", "Magnificent One", "Money carrier"...). The important thing when departing from the commonly accepted titles is to reflect your shop's true identity.
* **Gender**. Some titles may apply to both male and female customers, or to neither. In that last case, be sure then to set that option to "Neutral".
* **Image**. A 16\*16 image file representing the title. Classic gender symbols are the Mars and Venus ones (♂ and ♀), but there are many other possibilities. PrestaShop enables you to characterize your creation with a unique image.
* **Image width** and **Image height**. PrestaShop works best with 16\*16 image, and will resize your image if it bigger than that. Nevertheless, you might feel necessary to use bigger images, and these two options enable you to set the exact size required by your image. If you enter "0", PrestaShop will simply use the image's original size.


---

# 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/user-guide/configuring-shop/shop-parameters/customer-settings/titles.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.
