Changing where your DNS queries go is a different topic
The records here are entries a domain owner manages, describing that domain. If what you actually want to change is which DNS server your own device asks for lookups, that's a separate setting covered by how DNS resolution works more broadly β a different task from registering records for a domain you control.
A domain and its hosting are two separate things
Registering a domain name and setting up the server it should point to (hosting) are two distinct steps. Understanding what a domain name actually is makes it much easier to see why these records exist in the first place.
Frequently Asked Questions
If I change a record, does it take effect immediately?
No. Every DNS record carries a TTL (time to live) value that controls how long resolvers around the world are allowed to cache the old answer, so a change can take anywhere from a few minutes to a couple of days to fully propagate everywhere.
For MX record priority, is a lower number or a higher number preferred?
Lower is higher priority. A mail server always attempts delivery to the MX record with the lowest priority number first, and only falls back to the next-lowest number if that first server fails to respond.