# Administration

These pages are for repository administrators and platform engineers who configure and maintain the merge queue. Use this section to set up integrations, adjust queue behavior, and track performance metrics across your team.

### Configuration

[**Settings and configurations**](/merge-queue/administration/advanced-settings.md)\
Manage queue behavior, GitHub integration, CI/CD configuration, and user preferences.

### Infrastructure as Code

[**Terraform provider**](/merge-queue/administration/terraform.md)\
Manage merge queue configuration as code using the `trunk-io/trunk` Terraform provider.

### Integrations

[**Integration for Slack**](/merge-queue/integration-for-slack.md)\
Send real-time queue notifications to Slack channels.

[**Webhooks**](/merge-queue/webhooks.md)\
Integrate with external tools via HTTP webhooks for custom automation.

### Analytics

[**Metrics and monitoring**](/merge-queue/administration/metrics.md)\
Track queue performance, identify bottlenecks, and measure optimization impact.


---

# 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.trunk.io/merge-queue/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.
