# Find Account

Find email accounts in Mail.

<table><thead><tr><th width="314">Parameters</th><th>Description</th></tr></thead><tbody><tr><td>Account</td><td>If provided, the action will search through the items passed as input (optional). Otherwise, the action will search through all accounts.</td></tr><tr><td>Filter</td><td>Account name or server name.</td></tr><tr><td>Sort by</td><td>Account name, server name, or random.</td></tr><tr><td>Limit</td><td>Limits the number of items returned.</td></tr></tbody></table>

| Returns  | Description                        |
| -------- | ---------------------------------- |
| Accounts | The items that match the criteria. |


---

# 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.msgfiler.com/shortcuts/find-account.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.
