# Concepts

- [Introduction](https://docs.inspector.dev/concepts/master.md): Welcome to the Inspector developer documentation.
- [Metrics](https://docs.inspector.dev/concepts/metrics.md): How metrics are calculated and presented in the dashboard.
- [Notification Channels](https://docs.inspector.dev/concepts/notifications.md): Routes important alerts to your preferred communication services.
- [Email](https://docs.inspector.dev/concepts/notifications/email-channel.md): Send notifications to the users email addresses.
- [Slack](https://docs.inspector.dev/concepts/notifications/slack-channel.md): Send notifications to your Slack workspace.
- [Telegram](https://docs.inspector.dev/concepts/notifications/telegram.md): Send notifications to Telegram users.
- [Microsoft Teams](https://docs.inspector.dev/concepts/notifications/microsoft-teams.md): Send notifications to Microsoft Teams channels.
- [Google Chat](https://docs.inspector.dev/concepts/notifications/google-chat.md): Send notifications to your Google Chat space.
- [Webhook](https://docs.inspector.dev/concepts/notifications/webhook-channel.md): Send http POST requests to specified endpoints.
- [Discord](https://docs.inspector.dev/concepts/notifications/discord.md): Send notifications to your Discord channel.
- [Pushover](https://docs.inspector.dev/concepts/notifications/pushover.md): Send notifications to your Pushover mobile application.
- [PagerDuty](https://docs.inspector.dev/concepts/notifications/pagerduty.md): Send notifications to your PagerDuty service.
- [Twilio - SMS](https://docs.inspector.dev/concepts/notifications/twilio-sms.md): Send SMS notifications through your Twilio account.
- [Filtering Syntax](https://docs.inspector.dev/concepts/filtering-syntax.md): Apply filters with an intuitive, human-friendly search.
- [Alerts](https://docs.inspector.dev/concepts/alerts.md): Create alerts to monitor your application processes.
- [Grouping Patterns](https://docs.inspector.dev/concepts/grouping-patterns.md): How to customize the transactions and errors grouping strategy
- [Custom Segments](https://docs.inspector.dev/concepts/custom-segments.md): Monitor custom code blocks inside your application.
- [Billing](https://docs.inspector.dev/concepts/billing.md): Inspector pricing was designed for transparency and scalability.
- [AI Bug Fix](https://docs.inspector.dev/concepts/ai-bug-fix.md): Real-Time bug fix proposals to immediately get solutions from emerging errors.
- [MCP Server](https://docs.inspector.dev/concepts/mcp-server.md): Let AI coding agents access your application monitoring data to help them debug your application.
- [Agentic Integration](https://docs.inspector.dev/concepts/agentic-integration.md): Connect the documentation to coding agents for AI Assisted Development


---

# 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.inspector.dev/concepts.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.
