> For the complete documentation index, see [llms.txt](https://docs.polyvietnam.edu.vn/chang-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polyvietnam.edu.vn/chang-log/template-page.md).

# Template page

{% hint style="info" %}
Duplicate this page for every day you want to track.
{% endhint %}

## Today's stuff

<table data-header-hidden><thead><tr><th width="80" data-type="checkbox"></th><th width="120">Type<select><option value="meeting" label="Meeting"></option><option value="task" label="Task"></option></select></th><th>Action</th></tr></thead><tbody><tr><td>false</td><td><span data-option="meeting">Meeting</span></td><td>A meeting I'm attending</td></tr><tr><td>false</td><td><span data-option="task">Task</span></td><td>A task I should do</td></tr></tbody></table>

## Notes & ideas

<details>

<summary>Notes: A meeting I’m attending</summary>

Start taking notes…

</details>

## How was the day?

<details>

<summary>🧠 Mood tracking</summary>

Start taking notes…

</details>

<details>

<summary>💡 Observations</summary>

Start taking notes…

</details>

{% hint style="info" %}
**GitBook tip:** Use the **rating** column in a table to build a super simple habit-tracking section.
{% endhint %}

<table data-header-hidden><thead><tr><th width="120" data-type="rating" data-max="5"></th><th>Task</th></tr></thead><tbody><tr><td>4</td><td>Sleep</td></tr><tr><td>3</td><td>Work/life balance</td></tr><tr><td>3</td><td>Creativity</td></tr><tr><td>5</td><td>Fitness</td></tr></tbody></table>


---

# 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://docs.polyvietnam.edu.vn/chang-log/template-page.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.
