UUID (Universally Unique Identifier) is a 128-bit identifier used to uniquely identify information in computer systems. UUID v4 uses random or pseudo-random numbers and has a very low probability of duplication.
UUIDs are commonly used in databases, distributed systems, and APIs as primary keys or unique identifiers. They're particularly useful when you need to generate unique IDs without a central authority.