--- title: 'Single line text' description: 'This article explains how to create & work with a Single line text field.' tags: ['Fields', 'Field types', 'Text based types', 'Single line text'] keywords: ['Fields', 'Field types', 'Text based types', 'Single line text', 'Create single line text field'] --- `Single line text` field is a simple text based field. It can hold any text value. It is generally used for storing short text values like name, email, phone number, etc. For storing text values with multiple lines, use [Long text](020.long-text.md) field. ## Create a single line text field 1. Click on `+` icon to the right of `Fields header` 2. On the dropdown modal, enter the field name (Optional). 3. Select the field type as `Single line text` from the dropdown. 4. Set default value for the field (Optional). 5. Click on `Save Field` button. ![image](/img/v2/fields/types/singlelinetext.png) :::note Specify default value without quotes. ::: ## Similar text based fields Following are the other text based fields available in NocoDB, custom-built for specific use cases. - [Long text](020.long-text.md) - [URL](050.url.md) - [Email](030.email.md) - [Phone](040.phonenumber.md)