> For the complete documentation index, see [llms.txt](https://help.getswimtech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getswimtech.com/documentation/message-log.md).

# Message Log

**The Message Log provides a central place to review Messaging activity in SwimTech.**

The Message Log complements **Message Templates** and **Messaging** by providing an area for reviewing communication activity after messages have been sent.

> **Message Templates help you prepare. Messaging helps you communicate. The Message Log helps you review.**

## Why the Message Log Matters

Customer communication can be operationally important. Being able to return to Messaging activity can help the team understand communication that has already occurred and provide continuity between technicians and office personnel.

The Message Log is the third part of the SwimTech communication workflow:

**Message Templates -> Messaging -> Message Log**

**Create reusable communication -> Send communication -> Review communication activity**

## Using the Message Log

Open the **Message Log** when you need to review Messaging activity available in SwimTech.

As additional Message Log controls and views are documented, this page will provide detailed instructions for reviewing and working with the information presented in the log.

For instructions on creating reusable communications, see **Message Templates**. For instructions on sending individual and group Email or Text communications, see **Messaging**. For an overview of how all three capabilities work together, see **The Power of Messaging**.


---

# 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://help.getswimtech.com/documentation/message-log.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.
