> 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/30/velneo-vdevelop/proyectos-objetos-y-editores/editores/asistente-de-formulas/constantes.md).

# Constantes

Al pulsar la tecla F2 se abrirá un panel pop-up con la lista de las [constantes ](/30/velneo-vdevelop/proyectos-objetos-y-editores/de-aplicacion-y-datos/constante.md)en curso con en los proyectos heredados.

Si el botón está inactivo querrá decir que no se han declarado constantes en el proyecto de aplicación en curso ni en sus proyectos heredados.\
Para insertar una constante en la fórmula haremos doble clic sobre su identificador en la ventana correspondiente del asistente o escribiendo su nombre o seleccionarla usando las teclas de cursor arriba/abajo y pulsando intro.

En la fórmula la sintaxis de una constante es: \~<ID_CONSTANTE@id_proyecto.ext>

Ejemplo: `~COUNTRY@vManagement.app`


---

# 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:

```
GET https://doc.velneo.com/30/velneo-vdevelop/proyectos-objetos-y-editores/editores/asistente-de-formulas/constantes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
