> For the complete documentation index, see [llms.txt](https://learning.hubler.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learning.hubler.app/app-studio/app-development-interface/app-studio-components/basic-fields/number.md).

# Number

This field allows users to enter and manipulate numerical values.

![](/files/9Cvg5ZlopZT1VmrGLqhc)

**Field Properties**

Field Name: Used to assign a name to the field.

Mandatory Field: Ensures that a value must be added to the field.

Accept Unique Values Only: Allows only unique values to be entered in the field.

**Options**

Type: Used to specify the type of numeric value.

**Validations**

Min Value: Sets the minimum value allowed for the numeric field.

Max Value: Sets the maximum value allowed for the numeric field.

Min Precision: Defines the minimum level of precision or accuracy for the numeric value.

Max Precision: Defines the maximum level of precision or accuracy for the numeric value

**Default Value Setting**

Enable Default Values: Allows the definition of default values for the field.

**Visibility Settings**

Enable Visibility Settings: This option enables the ability to show/hide or disable different fields as per the applied conditions. The visibility settings cane be configured using the gear icon.

To learn more, click on [Visibility Settings](/app-studio/app-development-interface/visibility-settings.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:

```
GET https://learning.hubler.app/app-studio/app-development-interface/app-studio-components/basic-fields/number.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.
