# Communication

- [How to send messages through the UI](https://docs.openreview.net/how-to-guides/communication/how-to-send-messages-through-the-ui.md)
- [How to customize emails sent through OpenReview](https://docs.openreview.net/how-to-guides/communication/how-to-customize-emails-sent-through-openreview.md)
- [How to send messages with the python client](https://docs.openreview.net/how-to-guides/communication/how-to-send-messages-with-the-python-client.md)
- [How to Send Decision Notifications Using the UI](https://docs.openreview.net/how-to-guides/communication/how-to-send-decision-notifications-using-the-ui.md)
- [How to view messages sent through OpenReview](https://docs.openreview.net/how-to-guides/communication/how-to-view-messages-sent-through-openreview.md)
- [How to email the authors of accepted submissions](https://docs.openreview.net/how-to-guides/communication/how-to-email-the-authors-of-accepted-papers.md)
- [How to get email addresses](https://docs.openreview.net/how-to-guides/communication/how-to-get-email-addresses.md)


---

# 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.openreview.net/how-to-guides/communication.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.
