# Teams + On-Call

A team is simply a group of users. Users from this group can go on-call to be notified of alerts.

Set an [integrations destination](/integrations.md#destination) to be a team to notify users currently [on-call](#on-call) for a team of incoming alerts.

{% hint style="warning" %}
If no one is on-call for a team, no one will be notified. Make sure at least one person is always on call for a team.
{% endhint %}

<figure><img src="/files/E9XCruCtD2QMiDkKrmVI" alt=""><figcaption><p>Team row showing no one currently being on-call.</p></figcaption></figure>

## Join a Team

1. Click the Join Team button on the team row you wish to join.&#x20;

   <figure><img src="/files/p3SnTkayW3ftvQlbSqTj" alt=""><figcaption><p>Join team button.</p></figcaption></figure>
2. Click confirm on the dialog.&#x20;

   <figure><img src="/files/LvHu0jev3Q7iJQg5Vz4e" alt=""><figcaption><p>Join team confirm dialog.</p></figcaption></figure>

You are now a part of the team and can [join the team's on-call](#join-a-teams-on-call).

## On-Call

### Join a Team's On-Call

1. You must have [joined the team](#join-a-team) you want to be on-call for.
2. Click the blue phone button.&#x20;

   <figure><img src="/files/0AJmyoLdh0tirY4hsZ71" alt=""><figcaption><p>Join on-call button.</p></figcaption></figure>
3. Click confirm on the dialog.&#x20;

   <figure><img src="/files/okDAYrzgYMcMZwwxLnlo" alt=""><figcaption><p>Join on-call confirm dialog.</p></figcaption></figure>

You are now on-call for the selected team, and it will be displayed on the team.

<figure><img src="/files/9OGTz4I1ooBf0VikbUZC" alt=""><figcaption><p>Team row showing current on-call.</p></figcaption></figure>

### Leave a Team's On-Call

1. You must have [joined a team's on-call](#join-a-teams-on-call) if you want to leave on-call for that team.
2. Click the gray phone button.&#x20;

   <figure><img src="/files/VgQIhfECW1wKdsYeFQhN" alt=""><figcaption><p>Leave on-call button.</p></figcaption></figure>
3. Click confirm on the dialog.&#x20;

   <figure><img src="/files/tlUjWPmBCU3XVfOcaN1k" alt=""><figcaption><p>Leave on-call confirm dialog.</p></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.alertifii.com/teams-+-on-call.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.
