> For the complete documentation index, see [llms.txt](https://doc.velneo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.velneo.com/26/velneo-vclient.md).

# Velneo vClient

- [¿Qué es Velneo vClient?](https://doc.velneo.com/26/velneo-vclient/que-es-velneo-vclient.md)
- [Movilidad](https://doc.velneo.com/26/velneo-vclient/movilidad.md)
- [Funcionalidades de Velneo vClient](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas.md)
- [Accesos directos y VRL](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/accesos-directos-y-vrl.md)
- [Cambiar idioma](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/cambiar-idioma.md)
- [Panel de procesos en 2º plano](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/panel-de-procesos-en-2o-plano.md)
- [Manejo de rejillas](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/rejillas-vclient.md)
- [Submenú de filtros](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/rejillas-vclient/submenu-de-filtros.md)
- [Uso de la rejilla avanzada](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/uso-de-la-rejilla-avanzada.md)
- [Manejo de cestas](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/manejo-de-cestas-de-la-compra.md)
- [Refrescos](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/refrescos.md)
- [Caché local](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/cache-local.md)
- [Edición de campos enlazados a maestro](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/edicion-de-campos-enlazados-a-maestro.md)
- [Edición de campos de tipo fecha](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/edicion-de-campos-de-tipo-fecha.md)
- [Capturar imagen desde una cámara](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/captura-de-imagenes-desde-camara.md)
- [Asignar impresoras lógicas](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/asignar-impresoras-logicas.md)
- [Actualización automática](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/actualizacion-automatica.md)
- [Personalización de la ventana de conexión de Velneo vClient](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/personalizacion-de-la-ventana-de-conexion-de-velneo-vclient.md)
- [Instalador personalizado de Velneo vClient](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/instalador-personalizado-de-velneo-vclient.md)
- [Ordenación de listas](https://doc.velneo.com/26/velneo-vclient/funcionalidades-especificas/ordenacion-de-listas.md)


---

# 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://doc.velneo.com/26/velneo-vclient.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.
