> For the complete documentation index, see [llms.txt](https://support.vlex.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.vlex.com/es-base-de-conocimiento-de-vlex-library/features/document-management/notes-and-highlights.md).

# Notas y resaltados

Cuando encuentres pasajes de texto que consideres útiles, o tengas ideas mientras lees un documento que no quieras olvidar, la mejor forma de organizar tu investigación es utilizando la función de notas y resaltados de vLex. Al leer un documento, resalta cualquier parte del texto con el cursor y aparecerá un menú que te dará dos opciones: **Resaltar** o **Nota**.

![](/files/06cb30129dcbb1e5eba85dcb8f84094c20aee428)

## **Resaltar**

Resaltar te permite señalar partes importantes del texto. Podrás ver tu texto resaltado a la izquierda del documento tan pronto como actualices la página.<br>

![Resaltando una sección de texto en un documento](/files/a127b33595fb0274a8bedd44ab9d03efa2400edf)

## **Nota**

Agrega una nota a cualquier texto resaltado. Puede ser un recordatorio, un análisis o simplemente un lugar para anotar ideas a medida que las tienes. La nota se mostrará junto al texto resaltado en el lado izquierdo del documento y será visible tan pronto como actualices la página.

![Agregando una nota a un documento](/files/b04fcb150facfba9b0db3d48b8a0d4cefc19a572)

Tus resaltados serán verdes para diferenciarlos de los pasajes citados comúnmente, que aparecen en diferentes tonos de azul.

![Texto resaltado en verde frente a pasajes citados comúnmente en azul](/files/5bfaac75836e6e53261dd67fcad0a5bcade73d49)

## **Gestión de resaltados y notas**

Para acceder a tus documentos con resaltados y notas, ve a **Carpetas** desde el menú principal y selecciona **Documentos con marcas**.&#x20;

![Carpetas](/files/a22702f4f766534d854fc2742c1982bb260950cb)

Cuando abras cualquier documento, tus notas y resaltados estarán a la izquierda. Para un resaltado, verás el texto en verde. Para una nota, tu añadido aparecerá en negrita.

![Notas y resaltados](/files/804a5a817e0aca860a851e2d1664a1a077eee61f)

Para eliminar una nota o resaltado, utiliza el **Borrar** icono.

![Eliminando notas y resaltados](/files/be69d1285a0242b90c11cd5d09ec8a850ceb0a71)

## Recorrido en vídeo

{% embed url="<https://vimeo.com/917899610>" %}
Vídeo corto que narra las herramientas organizativas y cómo usarlas.
{% endembed %}


---

# 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://support.vlex.com/es-base-de-conocimiento-de-vlex-library/features/document-management/notes-and-highlights.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.
