> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/dashboard/object_view/detailed-object-view/logbook-tab.md).

# Logbook tab

The **Logbook** tab shows:

* logs created by control point actions
* manual entries added by users

Control point functions are described in [Control point handling](/boomerang-3-user-manual/dashboard/control_points.md).

<figure><img src="/files/GJATS2efWI11ElaJQCbL" alt="Logbook tab list"><figcaption><p>Logbook tab</p></figcaption></figure>

### Create a manual entry

1. Enter a comment.
2. Optionally upload a document (for example, a maintenance report).
3. Select **Manual** and/or **Important** if needed.
4. Click **Save** and sign.

<figure><img src="/files/3sP5UQ8aMn3iSSZRiMxC" alt="Create logbook entry form"><figcaption><p>Create an entry</p></figcaption></figure>

The entry appears in the list.

<figure><img src="/files/i5JIxRsLJKCvGbwlX66x" alt="New logbook entry in the list"><figcaption><p>New entry</p></figcaption></figure>


---

# 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://help.boomerang3.com/boomerang-3-user-manual/dashboard/object_view/detailed-object-view/logbook-tab.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.
