Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/santiagodc8/tu_perfil.net/llms.txt

Use this file to discover all available pages before exploring further.

When a reader fills out the contact form on the public site, their submission is stored in the contacts table and appears in /admin/mensajes.

Message list

Messages are listed in reverse chronological order (newest first). Each row shows:
  • A blue dot if the message has not been read yet
  • The sender’s name and email address
  • A truncated preview of the message
  • The date it was received
  • A Delete button

Reading a message

Click anywhere on a message row to expand it and read the full text. When you open a message for the first time, it is automatically marked as read (read = true). The blue dot disappears. The expanded view shows:
  • The full message body
  • The sender’s name and email at the bottom, formatted as De: Name ([email protected])
To reply, copy the sender’s email address and use your own email client.

Deleting a message

Click Eliminar (either in the list row or while the message is expanded). You are asked to confirm. The message is permanently deleted from the contacts table.
Message deletion is permanent. There is no trash or recovery. Make sure you have noted any important contact details before deleting.

Message fields reference

FieldTypeNotes
nametextName entered by the reader in the contact form.
emailtextEmail address entered by the reader.
messagetextThe full message body.
readbooleanfalse = unread (blue dot shown), true = already opened.
created_attimestampWhen the form was submitted.
The statistics page at /admin/estadisticas shows the count of unread messages in the summary cards, so you can notice new contact requests without navigating here first.

Build docs developers (and LLMs) love