> For the complete documentation index, see [llms.txt](https://docs.gradient.works/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gradient.works/kb/routing/queues/user-working-hours.md).

# User Working Hours

When using the Gradient Works Book It Live capability you will want to manage your users working hours within the Gradient Works Queue. This allows flexibility based on where your users are located and/or allows users to adjust for their customer's time zone.

There are two things thats that Gradient Works will take into consideration when scheduling a time for Book It Live:

1. The working hours in the Gradient Works Queue
2. Free and busy time slots in the user's calendar (Gmail/Outlook)

If the working hours in the Gradient Works Queue is blank, the only consideration will be the free/busy slot in the user's calendar

{% hint style="warning" %}
The Gradient Works Working Hours is based on your Salesforce environment's time zone. Example: If your system is in the Central Time Zone, please make the necessary calculations for user's in other time zones.
{% endhint %}

### **Setting Working Hours**

Launch your Gradient Works app and click on the Queues tab within the application

![](/files/eZHjtnVrlxGagGH5rtvX)

This will take you to the list of Queues that you have created. From here you can manage your the users in the respective Queues and set their working hours. In the below screenshot, you would click on "Lily Youn" and it will take you to the page where you can set the availability.

![](/files/mqYGS6WZhbv9rvBrTD9S)

From here, you'll be able to set working hours for this particular user. Please note, if you are setting working hours for a user that does not reside in the same time zone as your Salesforce environment's time zone you will need to make the necessary calculations to match the user's working hours.

Ex. Your Salesforce Environment is in Central Time Zone but you have an user that lives in the Pacific Time Zone. Your normal working hours are from 9:00am - 5:00pm.

To set the proper hours for the Pacific Time Zone user, you'll want to input 11:00am - 7:00pm in the Gradient Works Working Hours Start/End.

![](/files/TUyrB6eE4zlQql0zpt6z)


---

# 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.gradient.works/kb/routing/queues/user-working-hours.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.
