# Database Availability
Is a distributed data store guarantee that states that any request will be accepted and processed without returning an error (this assumes the client can contact the data store). In other words no request will be rejected because some nodes are offline at the moment.