> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/trust/questionnaires/dashboard-actions/pending-questions-dashboard-actions.md).

# Pending Questions – Dashboard Actions

The **Pending Questions** tab consolidates all unanswered questions from imported security questionnaires and your Knowledge Hub. It allows you to filter, assign, and respond to questions efficiently, ensuring that no request is missed.

The following dashboard actions are available:

***

### 1. View Pending Questions

1. Navigate to **Questionnaires > Pending Questions**.
2. Use the available filters to switch between:
   * **All Pending questions** – All unanswered questions across your account.
   * **Assigned to me** – Questions you are responsible for answering.
   * **Asked by me** – Questions you have requested answers for.

<figure><img src="/files/Em2RCc7GeMNbJsw0yHo4" alt="" width="563"><figcaption></figcaption></figure>

***

### 2. Search for a Specific Question

* Use the **Search** bar to quickly locate a question by keyword.

***

### 3. Review Question Details

Each entry displays:

* **Question** – The security or compliance query.
* **Asked By** – The user who created or forwarded the question.
* **Assigned To** – The user responsible for answering.
* **Source** – Origin of the question (e.g., questionnaire name, Knowledge Hub).
* **Answer Status** – Current state (e.g., pending, answered).
* **Added On** – Date the question was logged.

***

### 4. Assign or Reassign a Question

1. Locate the question in the list.
2. Use the **Edit** icon to assign it to a different team member.
3. The assignee receives an email notification.

***

### 5. Provide an Answer

1. Select the question from the list.
2. Enter your answer in the provided field.
3. Select **Add answer** to save.
4. Optionally, attach supporting documents by selecting **Add** next to the document field.

***

### 6. Track Answer Status

* Monitor the **Answer Status** column to see progress.
* Status changes to *Answered* once a valid response is saved.

<figure><img src="/files/1b0fL3GLEN75UlkkU6Y9" alt="" width="563"><figcaption></figcaption></figure>

***

### 7. Remove a Question

* Use the **Delete** icon if the question is invalid or no longer relevant.

{% hint style="warning" %}
Removing a question cannot be undone.
{% endhint %}


---

# 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 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.sprinto.com/trust/questionnaires/dashboard-actions/pending-questions-dashboard-actions.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.
