# Warden Q\&A

During the submission phase of your Code4rena audit, C4 wardens (auditors) may reach out to ask technical questions about your code, implementation details, intended behavior, and potential vulnerabilities.&#x20;

Here are some tips for managing these conversations:

* [Monitor discussions from your client dashboard](#warden-questions-will-appear-in-your-client-dashboard)
* [Sort your Q\&A inbox](#sorting-your-q-and-a-inbox)
* [Use thread settings to manage your inbox](#thread-settings)

## Locating the Q\&A inbox

To access your Q\&A inbox:&#x20;

* Navigate to your client dashboard
* Select the **Warden Q\&A** link.&#x20;

If you have new questions from wardens, you will see a red notification alert.&#x20;

<div align="center"><figure><img src="/files/lvXLmFVn47YCoKKIdovM" alt="" width="342"><figcaption><p>A link to your Q&#x26;A inbox appears in the sidebar of your client dashboard</p></figcaption></figure></div>

You can also see the Q\&A inbox from the evaluation dashboard, below the list of submissions and submission comments.

<figure><img src="/files/mzpBidTWEp9JvVHOZx2d" alt=""><figcaption></figcaption></figure>

## The Q\&A inbox

Clicking through to the inbox will open a list of Q\&A threads:

<figure><img src="/files/1QXgqBxAXxXGz99hcpTZ" alt=""><figcaption></figcaption></figure>

* The inbox has two tabs: `Open` and `Closed,` based on the status of your Q\&A threads.
* Wardens who don't have the [SR role](/roles/sr-wardens.md) are limited to one active thread, and cannot add to that thread until you reply, or mark it as resolved/closed.
* You can sort your inbox based on:&#x20;
  * `Created on` - date the thread was opened/created
  * `Last updated` - time of last update
  * `Total replies` - number of comments in the thread
  * `Signal score` - accuracy score of the warden who opened the thread (see [Signal](/roles/signal.md))

## Sorting your Q\&A inbox

<figure><img src="/files/EYOMpz8SBbYdIS3LwLep" alt=""><figcaption></figcaption></figure>

## Reply to questions

To reply to a question, select the thread and type in the `Reply` field:

<figure><img src="/files/BxB9HPCIIrv0ugXLcV85" alt=""><figcaption></figcaption></figure>

### Thread settings

You can also choose to:

* **Leave the thread open** - which allows the warden to reply so you can continue the discussion; or
* **Close the thread** (with or without replying to it) - this marks the thread as complete/resolved.
* **Lock thread:** prevents further comments on the thread
* **Set to public:**&#x20;
  * If you receive the same question multiple times, you may wish to make a thread public. This allows all participating wardens to view the discussion, which should save your team from having to answer the question repeatedly.&#x20;
  * Making a thread public will make it visible to ALL participants.

{% hint style="warning" %}
The nature of competitive audits is that wardens guard their work closely. Before making a thread public, be careful it doesn't contain any details that could leak hints to other competitors.
{% endhint %}

* **Mute/Unmute author:** hide all threads or comments from this warden.&#x20;
  * You can manage muted wardens anytime from your Q\&A inbox.&#x20;

<figure><img src="/files/YXa4LFW5pFx7zIJCFwrK" alt="" width="342"><figcaption></figcaption></figure>

<figure><img src="/files/gKFB0ghP2mvkT3lanEAh" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.code4rena.com/platform-guide/platform-guide-for-sponsors/warden-q-and-a.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.
