# Questions

## Asking questions

In order to ask other participant a question, go to the profile page of that participant and click the `Ask a question` button that is located right under the participant's avatar.

*If the button is not present, that means you are missing the permission for asking questions, which may be a result of site's rules violation.*

## Answering questions

In order to answer the questions that you receive from the other participants, go to the `Questions` section of the office space and click on the question that you want to answer.

## Questions anonymity

Currently, the questions are **NOT** anonymous, but there will be an option to send anonymous questions at some point in the future.

## Editing questions

Unfortunately, currently it is not possible.

## Deleting questions

In order to delete a sent or received question, go to the `Questions` section of the office space and click on the corresponding icon in the `Delete` column.

*Sent questions can be deleted only during the first 10 minutes after the creation.*

## Editing answers

Unfortunately, currently it is not possible.

## Deleting answers

Unfortunately, currently it is not possible.


---

# 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://info.debateart.com/help/questions.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.
