# Mail

- [Open Inbox](https://docs.does.qa/test-steps/mail/open-inbox.md): Open either the account or test case inbox.
- [Close Inbox](https://docs.does.qa/test-steps/mail/close-inbox.md): Close all open inboxes.
- [Select Email](https://docs.does.qa/test-steps/mail/select-email.md): Select an email based on a desired condition.
- [Open Email](https://docs.does.qa/test-steps/mail/open-email.md): Open an email based on a desired condition.
- [Wait For Email](https://docs.does.qa/test-steps/mail/wait-for-email.md): Wait for an email based on a desired condition.


---

# 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.does.qa/test-steps/mail.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.
