Document feature
/document-featureDocuments a new or updated feature in `docs/MANUAL.md`.
Document a new or modified feature at docs/MANUAL.md. Steps: 1. Ask me which feature you should document if I haven’t mentioned it, or identify it from the context of the session 2. Find the correct section at docs/MANUAL.md where to insert the documentation 3. Add the entry using this format: `` ### [Nombre de la función o feature] **Descripción**: qué hace y para qué sirve **Uso**: [código de ejemplo] **Parámetros**: - name (tipo): descripción **Retorna**: descripción del valor de retorno **Ejemplo**: [ejemplo completo y funcional] `` 4. Update the table of contents if the manual has one. If the feature modifies something existing rather than adding something new, edit the existing entry instead of creating a new one.