# Transaction Queue

Transaction Queue can be accessed from the dashboard or the transactions page.&#x20;

Polkasafe retrieves and presents a comprehensive list of pending transactions in the queue that require signatures from other signatories. Transactions remain in queue until the multisig's threshold is met.

<figure><img src="/files/R3tjT5zSENHMMAzvLoLV" alt=""><figcaption><p>Sample transaction in queue</p></figcaption></figure>

The transaction summary shows a brief description of the transaction, the date and time for creation of the transaction and (1/2) means that 1 signatory has signed the transaction and 2 is the threshold for approval.

{% hint style="info" %}
Only the creator of the transaction can edit the description or cancel a transaction
{% endhint %}


---

# 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.polkasafe.xyz/product/transactions/transaction-queue.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.
