# Número

<figure><img src="/files/kqBM5aaBfURxUIiH1F6Q" alt="Opciones de campo > Formato > Número"><figcaption><p>Opciones de campo > Formato > Número</p></figcaption></figure>

Especifica el número de dígitos que quieres mostrar utilizando el menú desplegable `Formato`.  El valor por defecto es *Número Entero*, es decir, no se muestra ningún decimal. &#x20;

{% hint style="info" %}
Por defecto, EasyCatalog utiliza un punto (.) como separador decimal. Deberás utilizar la opción de formato `Personalizado` si quieres utilizar una coma (,) en su lugar.
{% endhint %}

En el caso de que el contenido del campo sea *132*, se mostraría de la siguiente forma:

| Número de decimales | Resultado  |
| ------------------- | ---------- |
| Número entero       | 132        |
| 1 decimal           | 132.0      |
| 2 decimales         | 132.00     |
| 6 decimales         | 132.000000 |


---

# Agent Instructions: 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://easycatalog.nousmedis.com/manual-de-usuario-de-easycatalog/configuracion-de-tus-datos/opciones-de-campo/opciones-de-campo-disponibles/el-panel-formato/numero.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.
