> For the complete documentation index, see [llms.txt](https://docs.welkinhealth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.welkinhealth.com/care/communication/fax.md).

# Fax

Welkin Health uses **Notifyre** as the fax vendor. Faxes are accessible from the Inbox in the Care Portal.

***

## Sending a Fax

The **Send Fax** button is available on both the Incoming and Sent Faxes tabs. Clicking it opens the fax sending form with the following fields:

* **Sender** — the fax number to send from. If multiple numbers have been configured, select the desired one from the drop-down list
* **Recipient** — the destination fax number
* **Subject** — the fax title
* **Related patient** — the patient the fax is associated with
* **Attachments** — files to include. Supported formats: JPG, PNG, PDF, DOC, XLS. Maximum 10 files with a combined size of up to 100 MB

By default, you can attach templates created in Designer or upload a file from your computer. If a patient is linked to the fax, you can also select files from that patient's Document Center.

You can preview each file before sending.

**Form actions:**

* **Save** — saves the fax as a draft, accessible in Fax Sent → Draft tab
* **Cancel** — discards the fax
* **Send Fax** — sends the fax immediately

***

## Search and Attachments

Faxes can be searched by:

* Phone number (`fromNumber` or `toNumber`)
* Subject

Attachments support the following file formats: `jpg`, `jpeg`, `png`, `pdf`, `docx`. Maximum 10 files with a total size of up to 100 MB.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.welkinhealth.com/care/communication/fax.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.
