# How does "No preference" work when selected as a teammate

## How does no preference teammate work?

When a customer selects "No preference" it causes the app to show the availability of all teammates in a single calendar view and depending on the date/time chosen the app will pick a teammate.

If two teammates are available for the same date/time the app will randomly pick one.

## Example of no preference teammate selected&#x20;

This example will show two teammates with different availabilities that do not overlap and how a calendar would show if no preference is selected.

#### Jane's Availability: Mon -> Fri (All day) + Saturday (Morning)

<figure><img src="/files/wCz3I9Lt3Z0MMnanfByL" alt=""><figcaption><p>Notice how Saturday morning Jane is available</p></figcaption></figure>

#### John's Availability: Sat (Afternoon) -> Sun (Afternoon)

<figure><img src="/files/fH5JHMEATNLrVltpdckE" alt=""><figcaption><p>Notice how John is only available on weekend afternoons</p></figcaption></figure>

#### Calendar Availability with "No Preference" selected

#### Notice the following:

Monday -> Sunday shows up on the calendar which means both Jane and John's availability are showing<br>

On Saturday you can see Jane's morning schedule from 9am - 12pm  (Red arrow) AND you can see Johns afternoon schedule from 4pm - 6pm (Blue arrow)

<figure><img src="/files/IBjYJPhydnY8sjaDhTru" alt=""><figcaption><p> Monday -> Sunday shows up on the calendar which means both Jane and John's availability are showing<br>On Saturday you can see Jane's morning schedule from 9am - 12pm  (Red arrow) AND you can see Johns afternoon schedule from 4pm - 6pm (Blue arrow)</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://penida.gitbook.io/cowlendar-help/how-to.../how-does-no-preference-work-when-selected-as-a-teammate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
