# Fetch your team's oncall schedule

With Pagerly, you can fetch and view your team's oncall within Slack itself.\
Just use `/schedule <team>` to view the oncall schedule.\ <br>

<figure><img src="/files/iIJJaepbFwguGZBG6HF5" alt=""><figcaption><p>This is how you can see the team's oncall schedule</p></figcaption></figure>

You can view who is the current oncall, who will be next the oncall.<br>

### Check Schedule for Some Other Time Period

On clicking `Check other time` you can see oncall schedule of some time period too

<br>

<figure><img src="/files/iKeSFpIoHtFesWr4ScgI" 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.pagerly.io/how-to-work-with-pagerly/playing-with-pagerly/fetch-your-teams-oncall-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.
