# Title

When adding entries on Epicollect5, it's beneficial to assign a title to each entry.

If you omit to set a title, the system generates a unique identifier for the entry, such as `"149da8d4-2807-11e6-b67b-9e71128cae77"`. However, this identifier isn't very informative or user-friendly. To improve readability and organization, it's strongly recommended to designate relevant questions as titles for entries.

To identify each entry, you can set some of your question answers to be part of the entry title (**up to a maximum of 3 for either a form or a branch**)

For example, let's say you have 3 questions:

* What is your name?
* What is your age?
* What is your date of birth?

If you set all these questions to be a title, you will end up with a list of entries like:

* Mirko 30 22/05/1977
* John 18 24/01/1990

{% hint style="info" %}
Remember, when titles are not set, the entry unique identifier generated by the system will be shown instead:

**`149da8d4-2807-11e6-b67b-9e71128cae77`**
{% endhint %}

Titles serve multiple purposes, including enhancing entry visibility when viewing entries on the server.

<figure><img src="/files/oY4cN4DyRcQTsOmMdJxA" alt=""><figcaption></figcaption></figure>

![](/files/HSHE54vMqjRFcWpDsFkX)

In the provided screenshots, the project "Bestpint" demonstrates how the question "What is the beer name?" has been chosen as the title. For an entry where the answer was "La Blanche" (a renowned French beer), this title appears prominently in the entry popup and in the left sidebar as a header.

To designate a question as the title for your entries, simply select the desired question in the form builder and enable the corresponding option in the right panel. This straightforward process ensures that your entries are easily identifiable and organized, improving the overall user experience when navigating through entries on Epicollect5.

![](/files/GgijwzWjfTuOLTW3AFKV)

### Title values on existing entries

{% hint style="warning" %}
Titles for entries already collected before the title gets set will not automatically update to reflect the new title configuration.

Instead, these entries retain their original, auto-generated unique identifier as their title. As a result, any changes made to the title setting do not propagate retroactively to previously entered data.

To force an existing entry to get the new TITLE value, each existing entry need to be edited and saved individually.
{% endhint %}


---

# 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.epicollect.net/formbuilder/title.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.
