> 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/getting-started/quick-start-guide/history.md).

# Historial

Vea su historial de búsqueda, incluidos los documentos, categorías y publicaciones vistos anteriormente, haciendo clic en el icono junto a la barra de búsqueda simple. Esto le mostrará los documentos más recientes que ha consultado y las búsquedas que ha realizado. Para ver todo, seleccione **Ver todo el historial**.&#x20;

![El historial se muestra desde la fecha más reciente ](/files/bb84490521a3b2f07fd7bbf335493687d1f51e9f)

{% hint style="warning" %}
Si accede a vLex a través de una cuenta genérica (es decir, acceso a nivel universitario) en lugar de una cuenta personal, es posible que no pueda ver su historial. Para configurar una cuenta personal y poder ver su historial de búsquedas, póngase en contacto con su bibliotecario.
{% endhint %}

Para evitar que vLex registre sus búsquedas y los documentos que consulta, abra el menú en la esquina superior derecha y seleccione **Detener el registro del historial para esta sesión**.

![](/files/4168eeb38b27eace224da29710dfe422878d7ca8)

Puede reanudar esto en cualquier momento haciendo clic **Reanudar el registro del historial** en el mismo menú.

![](/files/52790414bf42940069b1c6e373e4c72373a622de)


---

# 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/getting-started/quick-start-guide/history.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.
