# General

![](/files/-MNAprQvjrEDeYSU3l_q)

En este apartado de la tabla de controles nos permite agregar información general como:

1. texto plano o texto crudo

Se puede agregar cualquier tipo de cadena que el usuario ingrese desde el teclado de su dispositivo

2. Valores booleanos

   Permite agregar los valores True (verdadero) o False (falso)
3. timestamp

   Al momento de llamarse la función en cuestión inserta el valor de tiempo actual
4. uuid

   Genera un valor aleatorio que garantiza que ninguno valor se repita
5. Platform OS

   Generalmente usado para identificar el tipo de Sistema Operativo utilizado por el dispositivo en cuestión

{% hint style="info" %}
**Timestamp:** Una marca temporal, conocida también como registro de tiempo, cronomarcador, ​ sello de tiempo o timestamp, es una secuencia de caracteres que denotan la hora y fecha en la/s que ocurrió determinado evento
{% endhint %}


---

# 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://docs.apphive.io/apphive-documentacion/reference/funciones/tabla-de-controles/general.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.
