# Taskforce.sh

## Taskforce.sh

- [Documentation](https://docs.taskforce.sh/master.md): Guides and tutorials to get you started with Taskforce.sh
- [Getting started](https://docs.taskforce.sh/getting-started.md)
- [Direct Redis Connection](https://docs.taskforce.sh/getting-started/direct-redis-connection.md)
- [Taskforce connector](https://docs.taskforce.sh/getting-started/taskforce-connector.md)
- [Account](https://docs.taskforce.sh/account.md)
- [Settings](https://docs.taskforce.sh/account/settings.md)
- [Connections](https://docs.taskforce.sh/connections.md)
- [Queues](https://docs.taskforce.sh/connections/queues.md)
- [Jobs](https://docs.taskforce.sh/connections/jobs.md)
- [Workers](https://docs.taskforce.sh/connections/workers.md)
- [Metrics](https://docs.taskforce.sh/metrics.md)
- [Monitoring](https://docs.taskforce.sh/monitoring.md)
- [Enable notifications](https://docs.taskforce.sh/monitoring/enable-notifications.md)
- [Slack](https://docs.taskforce.sh/monitoring/enable-notifications/slack.md): How to configure notifications for slack
- [Pagerduty](https://docs.taskforce.sh/monitoring/enable-notifications/pagerduty.md)
- [Connection monitor](https://docs.taskforce.sh/monitoring/connection-monitor.md)
- [Failed jobs monitor](https://docs.taskforce.sh/monitoring/failed-jobs-monitor.md)
- [Missing workers monitor](https://docs.taskforce.sh/monitoring/missing-workers-monitor.md)
- [Max Memory monitor](https://docs.taskforce.sh/monitoring/max-memory-monitor.md)
- [Backlog Monitor](https://docs.taskforce.sh/monitoring/backlog-monitor.md)
- [Alerts](https://docs.taskforce.sh/alerts.md)
- [Organizations](https://docs.taskforce.sh/organizations.md)
- [Custom roles](https://docs.taskforce.sh/organizations/custom-roles.md): Define custom roles for your team members
- [BullMQ Pro](https://docs.taskforce.sh/bullmq-pro.md)
- [Connector Pro](https://docs.taskforce.sh/bullmq-pro/connector-pro.md)
- [On Premises](https://docs.taskforce.sh/on-premises.md)
- [AWS](https://docs.taskforce.sh/on-premises/aws.md)
- [Launch AWS AMI.](https://docs.taskforce.sh/on-premises/aws/launch-aws-ami..md)
- [Create role with SSM permissions](https://docs.taskforce.sh/on-premises/aws/create-role-with-ssm-permissions.md)
- [Assign SSM Role](https://docs.taskforce.sh/on-premises/aws/assign-ssm-role.md)
- [Configure your instance](https://docs.taskforce.sh/on-premises/aws/configure-your-instance.md)
- [Create a PostgreSQL instance](https://docs.taskforce.sh/on-premises/aws/configure-your-instance/create-a-postgresql-instance.md)
- [Configure Auth0](https://docs.taskforce.sh/on-premises/aws/configure-your-instance/configure-auth0.md)
- [Configure API](https://docs.taskforce.sh/on-premises/aws/configure-your-instance/configure-auth0/configure-api.md)
- [Configure Mailgun](https://docs.taskforce.sh/on-premises/aws/configure-your-instance/configure-mailgun.md)
- [Setup loadbalancer](https://docs.taskforce.sh/on-premises/aws/setup-loadbalancer.md)
- [Setup route 53](https://docs.taskforce.sh/on-premises/aws/setup-route-53.md)
- [Monitors](https://docs.taskforce.sh/on-premises/aws/monitors.md)
- [Upgrading](https://docs.taskforce.sh/on-premises/aws/upgrading.md)
- [Troubleshooting](https://docs.taskforce.sh/on-premises/aws/troubleshooting.md)
- [Docker](https://docs.taskforce.sh/on-premises/docker.md): Taskforce.sh On-Premises for Docker
- [Docker registry](https://docs.taskforce.sh/on-premises/docker/docker-registry.md)
- [Environment variables](https://docs.taskforce.sh/on-premises/docker/environment-variables.md)
- [Docker compose](https://docs.taskforce.sh/on-premises/docker/docker-compose.md)
- [Using the taskforce connector](https://docs.taskforce.sh/on-premises/using-the-taskforce-connector.md)
- [Security primer](https://docs.taskforce.sh/security-primer.md)
- [Troubleshooting](https://docs.taskforce.sh/troubleshooting.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.taskforce.sh/master.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.
