Region check and region exclusivity
With region check enabled, when creating a booking, the system will search for other bookings in the same area within a specified date range and display a map with all bookings. You can decide if you want to accept the requested booking.
You can turn region check off per Artist Team in Profile > General: Region check. The default setting for all Artists can be set in Account settings > Preferences you can set the default range and days to check before and after the target date.
Region exclusivity
If required by your client, you can set region exclusivity per booking. Check "Apply region exclusivity" when you add or edit a booking and set the distance and days. On the agreement the following term will be added:
Party 2 hereby agrees that The Artist shall not, without the prior written consent of Party 1, engage in any performance as The Artist within a RANGE-kilometer radius of the Event Venue between DATE-FROM and DATE-TILL.
If you have a custom contract template and the term isn't present, add the following to your template:
{% if exclusivity_applies %}
Party 2 hereby agrees that The Artist shall not, without the prior written consent of Party 1, engage in any performance as The Artist within a {{exclusivity_distance}}-kilometer radius of the Event Venue between {{exclusivity_date_from|date_format("%A, %B %e, %Y")}} and {{exclusivity_date_until|date_format("%A, %B %e, %Y")}}.
{% endif %}