# Overriding Team's Schedule

With Pagerly, you can override / modify / assign current to some other user from Slack itself

With this feature, any Slack user can take over the current oncall too

For overriding any oncall schedule:

* Fetch the current schedule using `/schedule <team>` command as discussed in the previous section
* Choose the oncall user to want to override

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

* Now, you can override that oncall user with a different assignee and customized time period

&#x20;

<figure><img src="/files/68OW4TrjKfnkCBi6HJJw" alt=""><figcaption></figcaption></figure>

You can see the Team Name, Schedule Id and Current Schedule. You can override with :&#x20;

1. New Assignee -> Select the user from your workspace to be oncall for the new time period

{% hint style="warning" %}
Please select only that user which is part of that oncall schedule. Otherwise, you would face some issues
{% endhint %}

2. Choose the start and end date for this oncall time period of this new assignee&#x20;

* Submit by clicking on `Override Schedule` \
  \
  Voila!! You have successfully changed your Oncall Schedule. You would automatically see the updated schedule.


---

# 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.pagerly.io/how-to-work-with-pagerly/playing-with-pagerly/overriding-teams-schedule.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.
