> 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/inbox/inbox-internal-notes.md).

# Internal Notes

Internal Notes allow care team members to leave private messages within a patient conversation in the Inbox. These notes are visible only to users with access to that communication — patients and external parties never see them.

Internal Notes are useful when team members need to share context, flag something for a colleague, or document an observation alongside a patient conversation without it appearing in the patient-facing message history.

***

## Adding an Internal Note

To add an Internal Note, open a conversation in the Inbox and switch the composer to **Add internal note** mode. Type your message and send it. The note is added to the conversation thread immediately.

Internal Notes are visually distinct from outbound messages — they are highlighted in **purple** and clearly labeled, making it easy to distinguish team notes from patient-facing communications at a glance.

<figure><img src="/files/M9FtXGjKt9CQU0pmlSZs" alt="" width="563"><figcaption></figcaption></figure>

***

## Visibility and Privacy

Internal Notes are only visible to users who have access to the communication. Patients, contacts, and any external parties cannot see Internal Notes — they are strictly internal to your care team.

All Internal Notes are saved as part of the conversation history and appear in chronological order alongside other messages in the thread.

<figure><img src="/files/m9XN6cZNR7JRPIEW6GIS" alt="" width="563"><figcaption></figcaption></figure>

***

## Using @Mentions in Internal Notes

Internal Notes support **@mentions**, allowing users to tag a specific colleague within a note. When a user is mentioned, they receive a notification and the conversation appears in their **Mentions** tab. See [Inbox: @Mentions](/care/communication/inbox/inbox-mentions.md) for full details.

***

## Related Topics

* [Inbox](/care/communication/inbox.md) — Inbox overview and general usage
* [Inbox: @Mentions](/care/communication/inbox/inbox-mentions.md) — tagging colleagues in Internal Notes


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.welkinhealth.com/care/communication/inbox/inbox-internal-notes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
