> For the complete documentation index, see [llms.txt](https://encom-1.gitbook.io/encom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encom-1.gitbook.io/encom-docs/panel-de-control/configuracion/plantillas-de-impresion/herramientas.md).

# Herramientas

Aquí documentaremos:

* Texto personalizado
* Línea horizontal
* Línea vertical
* Fuente
* Tamaño
* Formato de hoja

Cada herramienta tendrá su propia explicación.

**Texto Personalizado**: Puede crear textos indivualmente y arrastrarlo donde desee

**Fuente**: Elija el tipo de letra que tendrá la plantilla completa

**Tamaño**: Cambia el tamaño de la fuente

**Formato**: Permite seleccionar el tamaño de la hoja(A4 o ticket)

<figure><picture><source srcset="/files/LGBRphrglQ3NMV0gJ1cf" media="(prefers-color-scheme: dark)"><img src="/files/gnJwCGDGAT8yTQEhPsO3" alt=""></picture><figcaption></figcaption></figure>

## Campos de Empresa

Desde aquí se puede agregar los datos de la cuenta:

* Logo
* Logo B/N
* Nombre
* Razón Social
* RUC
* Dirección
* Email
* Sitio Web
* Nombre sucursal
* RUC sucursal
* Caja registradora
* Impresora
* Timbrado
* Usuario

***

## Campos de Cliente

Aquí podrá agregar datos del cliente:

* Razón Social
* Nombre y Apellido
* RUC
* Documento
* Dirección
* Ciudad
* País
* Teléfono
* Loyalty
* Mesa

***

## Campos de Transacción

Referente a las ventas y tipos de documentos:

* Documento N.º
* Prefijo
* Sufijo
* Tipo de documento
* Fecha
* Vencimiento
* Descuento
* Subtotal
* Total IVA
* Total
* Total en letras
* Métodos de pago
* QR
* CDC
* Total IVA 5%
* Total IVA 10%
* etc.

***

## Campos de Artículos

Cada campo contiene:

* Cantidad
* Artículo
* Código interno
* SKU
* Etiquetas
* Precio
* Precio sin IVA
* IVA
* Total
* Suma IVA
* etc.


---

# 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://encom-1.gitbook.io/encom-docs/panel-de-control/configuracion/plantillas-de-impresion/herramientas.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.
