# Questions & Answers Tab

### Overview

The **Questions & Answers (Q\&A) tab** provides an interactive space within a course where learners can ask questions, get clarifications, and share insights. This feature fosters collaboration and ensures that learners have direct access to information from instructors, peers, or subject matter experts.

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

***

### Accessing the Q\&A Tab

When enabled by an admin, the **Q\&A tab** appears as a **top-level navigation option** on the course details page, alongside **Info, Learners, Insights, Quiz, and Reviews**. This makes it quick and easy for learners to locate and participate in discussions.

***

### Asking a Question

Learners can type a question directly into the input field at the top of the Q\&A tab. Questions appear in a **threaded format** for organized conversations.

Clicking **Ask** posts the question for all enrolled learners and instructors to see.

***

### Answering Questions

Instructors, admins, and peers can post answers under each question. Multiple answers are supported, and all responses are displayed within the same thread.

Learners can contribute by clicking **Add Answer** below a question.

***

### Interaction Options

Each question and answer includes additional interaction options:

* **Upvote/Downvote** – Learners can rate responses to surface the most helpful answers.
* **Delete** – Available to instructors and admins to remove inappropriate or irrelevant content.
* **More Options** – Contextual actions such as editing or reporting, if permitted.

***

### Benefits of the Q\&A Tab

* **Collaboration** – Encourages peer-to-peer learning and shared knowledge.
* **Clarity** – Provides a space for learners to resolve uncertainties during a course.
* **Visibility** – Reduces repetitive questions by making answers available to everyone in the course.
* **Retention** – Reinforces comprehension by turning questions into discussion points.


---

# 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://guides.mangoapps.com/lms-guide/learn-user/questions-and-answers-tab.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.
