# Connections

A connection in taskforce represents a connection to a redis instance. Therefore a connection can include none or several queues. The connection panel in the sidebar allows you to view all the queues available in a given redis database and to choose any queue for performing more advanced operations.

![](/files/-MWP7Y9IWpZFhIekBZGx)

Connections can be purchased separately if using external redis hosts, or they are included if you provision your redis instances in Taskforce.sh.

Once you have a working connection it will have a green status icon indicating that the connection has successfully connected to redis. Initially the connection will fetch the queues available in the redis database, however it is necessary to refresh manually if new queues are added or removed.

Sometimes the connection status icon may light red. In this case the connection has lost connectivity with the redis database. We try to give some hint on why this may have happened. If you are unable to sort out the problem, please reach support for assistance.

![](/files/-MWP7jzwI4JwsuNDRP1J)


---

# 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/connections.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.
