There are three ways to make a field required in Salesforce:
1. **Field Level Security** - Set the field as required in the field settings.
2. **Page Layouts** - Mark the field as required on the page layout.
3. **Validation Rules** - Create a validation rule that enforces the field to be filled out.
1. While creation of field
2. Validation rules
3. Page Layout level