# Advanced features

- [Rules](https://missiveapp.com/docs/advanced-features/rules.md): Automate your inbox with rules. Route, label, and respond automatically.
- [Rule types](https://missiveapp.com/docs/advanced-features/rules/rule-types.md): Learn about incoming, outgoing, and action rule types in Missive.
- [Conditions](https://missiveapp.com/docs/advanced-features/rules/conditions.md): Define rule conditions to filter which messages trigger automation.
- [Actions](https://missiveapp.com/docs/advanced-features/rules/actions.md): Configure rule actions: assign, label, reply, forward, and more.
- [Workload balancing](https://missiveapp.com/docs/advanced-features/rules/workload-balancing.md): Balance workload with round-robin and least-busy assignment rules.
- [AI Rules](https://missiveapp.com/docs/advanced-features/rules/ai-rules.md): Use AI to analyze messages and trigger actions based on content.
- [AI Rules templates](https://missiveapp.com/docs/advanced-features/rules/ai-rules/ai-rules-templates.md): AI rule templates for sentiment analysis, categorization, and routing.
- [Examples](https://missiveapp.com/docs/advanced-features/rules/examples.md): Rule examples for common automation scenarios in Missive.
- [SLA and response time](https://missiveapp.com/docs/advanced-features/rules/examples/sla-and-response-time.md): Rule examples: SLA tracking, response time alerts, escalation.
- [Triage and routing](https://missiveapp.com/docs/advanced-features/rules/examples/triage-and-routing.md): Rule examples: auto-assign, route by topic, distribute workload.
- [Inbox organization](https://missiveapp.com/docs/advanced-features/rules/examples/inbox-organization.md): Rule examples: auto-label, folder routing, inbox cleanup.
- [Automation](https://missiveapp.com/docs/advanced-features/rules/examples/automation.md): Rule examples: auto-reply, auto-archive, scheduled actions.
- [Complex rules](https://missiveapp.com/docs/advanced-features/rules/examples/complex-rules.md): Advanced rule examples: multiple conditions, chained actions.
- [Templates](https://missiveapp.com/docs/advanced-features/rules/templates.md): Ready-to-use rule templates. Copy and customize for your workflow.
- [Inbox Zero on weekends](https://missiveapp.com/docs/advanced-features/rules/templates/inbox-zero-on-weekends.md): Template: Auto-archive non-urgent emails on weekends.
- [Automatic follow ups](https://missiveapp.com/docs/advanced-features/rules/templates/automatic-follow-ups.md): Template: Send automatic follow-up reminders.
- [Record emails to CRM](https://missiveapp.com/docs/advanced-features/rules/templates/record-emails-to-crm.md): Template: Automatically log emails to your CRM.
- [Auto-assign by keyword](https://missiveapp.com/docs/advanced-features/rules/templates/auto-assign-by-keyword.md): Template: Automatically assign conversations based on keywords.
- [Basic Service Level Agreement](https://missiveapp.com/docs/advanced-features/rules/templates/sla-basic-templates.md): Template: Basic SLA tracking and response time alerts.
- [Auto-forward invoices and receipts](https://missiveapp.com/docs/advanced-features/rules/templates/forward-invoices-to-accounting.md): Template: Auto-forward invoices to your accounting team.
- [Auto-label issued refunds](https://missiveapp.com/docs/advanced-features/rules/templates/auto-label-issued-refunds.md): Template: Label conversations when refunds are issued.
- [Auto-label potential leads with AI](https://missiveapp.com/docs/advanced-features/rules/templates/auto-label-potential-leads-with-ai.md): Template: Use AI to identify and label potential sales leads.
- [Escalate urgent emails with AI](https://missiveapp.com/docs/advanced-features/rules/templates/escalate-urgent-emails-with-ai.md): Template: Use AI to detect and escalate urgent emails.
- [Rules FAQ](https://missiveapp.com/docs/advanced-features/rules/faq.md): Common questions about rules and automation in Missive.
- [Integrations](https://missiveapp.com/docs/advanced-features/integrations.md): Connect Missive to CRMs, help desks, and business tools you already use.
- [Build your own](https://missiveapp.com/docs/advanced-features/integrations/build-your-own.md): Build custom integrations with Missive's API and webhooks.
- [Shopify setup](https://missiveapp.com/docs/advanced-features/integrations/shopify-setup.md): Create a Shopify app and connect it to Missive to see customer order history next to your conversations.
- [Integrations FAQ](https://missiveapp.com/docs/advanced-features/integrations/faq.md): Common questions about integrations in Missive.
- [Guests](https://missiveapp.com/docs/advanced-features/guest-access.md): Invite external collaborators to specific conversations without full access.
- [Access & preferences](https://missiveapp.com/docs/advanced-features/guest-access/access-and-preferences.md): Configure guest permissions and access levels.
- [Inviting a guest](https://missiveapp.com/docs/advanced-features/guest-access/inviting-a-guest.md): Invite guests to collaborate on conversations in Missive.
- [Dedicated guest channel](https://missiveapp.com/docs/advanced-features/guest-access/dedicated-guest-channel.md): Create dedicated channels for ongoing guest collaboration.
- [Guests FAQ](https://missiveapp.com/docs/advanced-features/guest-access/faq.md): Common questions about guest access in Missive.
- [Analytics](https://missiveapp.com/docs/advanced-features/analytics.md): Track team performance with response times, volume, and workload metrics.
- [Reports](https://missiveapp.com/docs/advanced-features/analytics/reports.md): Generate reports on team activity, response times, and conversation volume.
- [Analytics FAQ](https://missiveapp.com/docs/advanced-features/analytics/faq.md): Common questions about analytics and reporting in Missive.
- [Command bar](https://missiveapp.com/docs/advanced-features/command-bar.md): Use the command bar for quick actions, search, and navigation.
- [Actions](https://missiveapp.com/docs/advanced-features/command-bar/using-the-command-bar.md): Master the command bar: keyboard shortcuts and quick commands.
- [Configuration](https://missiveapp.com/docs/advanced-features/command-bar/configuring-your-command-bar.md): Customize command bar actions and shortcuts.
- [Shortcuts](https://missiveapp.com/docs/advanced-features/shortcuts.md): Keyboard shortcuts for fast navigation and actions in Missive.


---

# 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://missiveapp.com/docs/advanced-features.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.
