> ## Documentation Index
> Fetch the complete documentation index at: https://mariacristoforo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Availability

> Check my availability and see how best to reach me.

<h2 style={{borderTop: 'none', paddingTop: 0, marginTop: '1.5rem'}}>Response</h2>

<ResponseField name="status" type="string">
  Current availability. One of: `open_to_chat`, `unavailable`.
</ResponseField>

<ResponseField name="windows" type="object[]">
  When I'm free to chat or take a call. Each entry covers a specific day range and time window.

  <Expandable title="window object">
    <ResponseField name="days" type="string">
      Day range (e.g. `Monday–Friday`, `Saturday`).
    </ResponseField>

    <ResponseField name="hours" type="string">
      Time window in PT (e.g. `12–1pm PT`, `after 5pm PT`).
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="preferred_contact" type="string">
  Preferred contact method. One of: `email`, `phone`, `linkedin`.
</ResponseField>

<ResponseField name="email" type="string">
  Email address for outreach.
</ResponseField>

<ResponseField name="response_time" type="string">
  Typical response time.
</ResponseField>

<ResponseField name="note" type="string">
  Context on what kinds of conversations are welcome.
</ResponseField>
