# Administration

Administration settings are accessible from the **Administration** page in the navigation. Workspace Admins have full access; Members can create and edit channels but cannot delete them or manage integrations.

***

## Alert Channels

Alert channels are notification destinations for monitor incidents. When an [incident](/user-guide/incidents.md) is created, Telmai sends a notification to the channel configured on that monitor.

### Supported Types

| Type                | Description                                   |
| ------------------- | --------------------------------------------- |
| **Email**           | Sends an email notification                   |
| **Slack**           | Posts to a Slack channel via incoming webhook |
| **Microsoft Teams** | Posts to a Teams channel via incoming webhook |
| **Webhook**         | HTTP POST to any endpoint you control         |

### Adding a Channel

1. Go to **Administration** → **Alert Channels**
2. Click **Add Channel**
3. Select the type and fill in the required fields (webhook URL, email address, etc.)
4. Click **Save**

### Assigning Channels to Monitors

In the [monitor configuration panel](/user-guide/monitor-types.md#shared-settings), select the alert channel from the **Alert Channel** dropdown. All incidents for that monitor will trigger a notification to that channel.

***

## Jira Integration

Connect Jira to automatically create tickets when incidents are detected.

1. Go to **Administration** → **Integrations** → **Jira**
2. Enter:
   * Jira base URL (e.g., `https://yourcompany.atlassian.net`)
   * Project key
   * API token
   * Email address associated with the API token
3. Click **Save**

Jira credentials are stored securely and are never returned via the API once saved.

To enable Jira tickets for a specific monitor, toggle **Jira** on in the monitor configuration panel.

***

## DQ Report Destination

Configure where DQ Report exports are delivered. Go to **Administration** → **DQ Report Destination**.

***

## Permissions Summary

| Action                           | Viewer | Member/Contributor | Admin |
| -------------------------------- | ------ | ------------------ | ----- |
| View alert channels              | Yes    | Yes                | Yes   |
| Create/edit alert channels       | No     | Yes                | Yes   |
| Delete alert channels            | No     | No                 | Yes   |
| Manage integrations (Jira, etc.) | No     | No                 | Yes   |
| View admin settings              | No     | No                 | Yes   |

***

## Related

* [Incidents](/user-guide/incidents.md) — what triggers alert notifications
* [Monitor Types](/user-guide/monitor-types.md) — assign channels per monitor
* [Getting Started](/getting-started/overview.md#access-and-roles) — workspace role overview


---

# 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://fabric-docs.telm.ai/user-guide/administration.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.
