# What's possible with timeline comments?

## What's possible

* Reading timeline [comments](https://shopify.dev/docs/admin-api/graphql/reference/events/commentevent), and [other events](https://shopify.dev/docs/admin-api/graphql/reference/events/basicevent), for orders, draft orders, customers, and inventory transfers.
* Writing order and customer *notes*. This is *not the same* as the timeline comments. We mention it here because this frequently makes for an acceptable fallback approach.

## What's not possible

* Using a timeline event as a Mechanic event. This means that Mechanic tasks can't run in direct response to a new comment (or other timeline event).
* Reading the name of the staff person who left a comment, or the name of the app responsible for another event.
* Creating, updating, prefilling, or deleting timeline comments.


---

# 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://learn.mechanic.dev/faq/whats-possible-with-timeline-comments.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.
