# BullMQ Pro

BullMQ Pro is the commercial version of BullMQ with a growing set of advanced features and support from the authors of the original BullMQ library.

In order to gain access to this version you need to subscribe to the BullMQ Pro license in your Taskforce.sh subscription panel.

After subscribing you will now be able to generate Npm tokens that you can use to install BullMQ Pro on your applications.

![](/files/edVjEYH0mTx36k9Ql3bV)

{% hint style="danger" %}
Do not commit these tokens into your code repositories, instead always use env variables for security.
{% endhint %}

Please note that every subscription is per organization, and you are not allowed to share these tokens to other organizations than the one paying for it.

For information on how to use BullMQ Pro please refer to the official [documentation](https://docs.bullmq.io/bullmq-pro).

If you need support please reach us at the support [site](https://github.com/taskforcesh/bullmq-pro-support).


---

# 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.taskforce.sh/bullmq-pro.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.
