> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/coaches/coach-setup-and-profile/public-availability.md).

# Public Availability

### Overview

Once the [Weekly Availability](https://podplay.gitbook.io/docs/coaches/coach-setup-and-profile/how-does-a-coach-set-up-their-profile#weekly-availability) is set for a Coach, they need Public Availability.

What's the difference?

* **Weekly Availability**: A drafting space for the Coach's preferred time
* **Public Availability**: Times when a Customer sees a Coach is open for a Lesson, can pull preferred times from Weekly Availability

#### Weekly Availability

***This is a drafting space*** to edit the potential times when a Coach wants to work. This section of the Coach Profile should be completed thorough during Coach Profile setup.

<figure><img src="/files/rCANx5cyxOUBo99nAswM" alt=""><figcaption></figcaption></figure>

As each of the open time blocks in the Weekly Availability are clicked on (or click and drag your mouse to highlight several at once), the time blocks will change color.

{% embed url="<https://www.loom.com/share/621824c7ff6a4e9b8b78e5df86b61b5d>" %}

#### Public Availability

Once a Coach finalizes their Weekly Availability, the Coach needs to then add Public Availability. This is the Availability tab at the top of the Coach Profile. ***Anything added here is visible to Customers***.

<figure><img src="/files/1SMtqcbgj2RWAz7xrQoD" alt=""><figcaption></figcaption></figure>

In this space, the Coach can click on the:

* **Broom icon** <i class="fa-broom-wide">:broom-wide:</i> to sweep away Public Availability (*does not sweep away booked Lessons or Events*)
* **Paint roller icon** <i class="fa-paint-roller">:paint-roller:</i> to add Public Availability from the Weekly Availability
* **Today button** to navigate back to the current day
* **Back arrow** navigate back and review the previous week (*cannot navigate back in time beyond the current week*)
* **Forward arrow** to skip forward and review the following week (*up to five weeks in advance*)

There are up to four weeks into the future when a Coach can add Public Availability. This means a Coach only needs to manage their Public Availability twice a month (input the month, then revisit in two weeks to build the new last two weeks).

{% embed url="<https://www.loom.com/share/59a1abc113de435f85f2ceb03dd08592>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.podplay.app/coaches/coach-setup-and-profile/public-availability.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
