> For the complete documentation index, see [llms.txt](https://en.shijian.tujunjie.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://en.shijian.tujunjie.com/ch02/ch02.20.md).

# Use these 2 automatic recording software to assist in recording

In the beginning, trivial logging operations are costly, so I would suggest a "log-only" focus to track blocks of time that need improvement.

But if you still want to try full time recording, then I recommend 2 tools for mobile and computer side respectively.

> Mobile: App Timer 2 (Android)/screen usage time (iOS 12)
>
> Computer: RescueTime/ManicTime

Why is it still possible to use automatic recording software to assist? Because I have observed that most of the "fragmented time" often arises from the two chunks of time, "entertainment" and "work", which correspond to scenarios that are mostly mobile entertainment and computer office.

So can we find a tool to automatically record time on our mobile phones and computers to help us with the recording?

Of course you can.

Android uses "App Timer 2" or "24pi" for mobile phones, shown as "App Timer 2".

![](https://gblobscdn.gitbook.com/assets%2F-LhBSfOLQDck_EdELnqq%2F-LmTl3hBLxslAz9adSsK%2F-LmTn2Sfch1JyBCf9AM7%2F%E5%9B%BE%E7%89%87.png?alt=media\&token=9432ee4d-c58e-48f4-b9d7-8eed444619e1)

iOS (iOS 12 and above) with its own "screen time".

![](https://gblobscdn.gitbook.com/assets%2F-LhBSfOLQDck_EdELnqq%2F-LmTl3hBLxslAz9adSsK%2F-LmTn7NTV8aN59ltf6KF%2F%E5%9B%BE%E7%89%87.png?alt=media\&token=4bd7662f-7f62-47fe-ad3a-02e84228808a)

For PC, you can use "RescueTime" and Windows can also select "ManicTime".

![Image credit: @ChenHuaWei](https://gblobscdn.gitbook.com/assets%2F-LhBSfOLQDck_EdELnqq%2F-LmTl3hBLxslAz9adSsK%2F-LmTnAyKLVm3v-8Moqq2%2F%E5%9B%BE%E7%89%87.png?alt=media\&token=7c0424ee-5a90-4aa1-a1bc-dbdf110ec711)

Armed to the teeth using manual plus automatic recording.

You'll have all the basics of TimeTrack, and in the next chapter, we'll introduce you to some of the more advanced ways to play with TimeTrack!


---

# 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://en.shijian.tujunjie.com/ch02/ch02.20.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.
