# Managing Member Availability

As an administrator, you can manage your team members' availability settings in Distro. This is particularly useful when:

* A team member hasn't configured their availability yet
* You need to verify a team member's current settings
* You want to make quick adjustments to someone's schedule
* A team member needs help setting their timezone correctly

## How to Access Member Settings

{% stepper %}
{% step %}
Navigate to **Settings** in the main sidebar
{% endstep %}

{% step %}
Click on **Members** to view your team
{% endstep %}

{% step %}
Find the team member you want to manage
{% endstep %}

{% step %}
Click the more options icon (⋮) on the right side of their row

<figure><img src="/files/X6UNMG01YSJwghrK0ogm" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select **Manage User Preferences** from the dropdown menu
{% endstep %}
{% endstepper %}

## Managing Availability

Once in the user preferences panel, you can:

### Set Working Hours

* Choose which days of the week the member is available
* Set specific time slots for each working day
* Add multiple time slots per day if needed (e.g., morning and afternoon blocks)

### Configure Time Zone

* Select the appropriate timezone for the team member
* This ensures accurate scheduling across different regions
* Helps prevent scheduling conflicts for global teams

<figure><img src="/files/92rPMXRaW8zDgNWMIXA4" alt=""><figcaption></figcaption></figure>

{% content-ref url="/pages/z04kBP8c1ndhqMcUUyn0" %}
[Calendar Troubleshooter](/settings/calendar-troubleshooter.md)
{% endcontent-ref %}


---

# 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://help.distro.so/settings/workspace-settings/members/managing-member-availability.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.
