Most CMS out there have some sort of concept of a "slug" for use in URLs where it's a URL friendly string (text field) that's auto-populated from the document title (replacing nonalphanumeric characters with a hyphen and lowercasing it) by default but can be changed by the editor as long as the resulting slug is unique, either within the whole system or at least within the content type (collection).
Is it possible to create such a field natively in Payload or would this require a custom field?