# User Status

## Statuses

Users can be one of three statuses: `Active`, `Away`, or `Out of Office`.

## Setting Status

Users can set their status by clicking their profile and then selecting Change status. Depending on the status they select, they will have additional options they can configure, like how long they will be in that status as well as whether to reassign their issues.

<figure><img src="/files/hzrAWmOxpjYtCwqq6yXy" alt="" width="326"><figcaption></figcaption></figure>

Admins can also set status on behalf of users from Settings > General > Users.

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

An assignee's status can also be used as a filter in triggers, views, etc. This can allow you to control specific behavior for workflows when a user is active/busy/out of office.

{% hint style="info" %}
A non-active user (busy or out of office) by default will not get assigned to issues as part of your [team assignment rules](/pylon-docs/support-workflows/assignment-rules.md). This can be customized as part of setting the assignment rule!
{% endhint %}

## Automatic User Status

User status can automatically switch between `Active` and `Away` via [Support Hours](/pylon-docs/support-workflows/support-hours.md). Assign or create a new support hours to individual users via Settings > General > Users or via Settings > General > Teams.&#x20;

Once assigned a support hours schedule, users will automatically become `Active` during their enabled support hours, and will become `Away` after hours.

By default all new users will be assigned `All Hours` and will not automatically switch until a support hours has been selected.

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

`Out of office` can also be automatically synced via the [Calendar](/pylon-docs/integrations/calendar.md) integration on a per user basis

<figure><img src="/files/e240h6gnxCixKdohDa0C" alt=""><figcaption></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://docs.usepylon.com/pylon-docs/support-workflows/assignment-rules/user-status.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.
