# Travel Punch

**Travel Punch** feature records your attendance with location, time, and date when you are traveling for business and other purposes. This feature helps you to **check-in/check-out** times and the locations you visited during your stay.

To check in/check out your attendance, click the **Travel Punch** icon on the Home screen as shown below:

<div align="left"><figure><img src="/files/SDAoMbmysYkOsL8kb7Nd" alt="" width="198"><figcaption><p>Travel Punch icon</p></figcaption></figure></div>

When you click the **Travel Punch** icon, it opens with the Travel Punch screen which has **Google Maps** for location, a **Comments** section to add comments, and an optional **Attachment** section to attach your file.

<div align="left"><figure><img src="/files/N4NZAKP0fPL7BYOAUZUV" alt="" width="375"><figcaption><p>Travel Punch</p></figcaption></figure></div>

Once you add the comments, click the **Submit** button as displayed above, and it will navigate you to the **Travel Punch History** screen to view your list of travel punches submitted successfully.&#x20;

<div align="left"><figure><img src="/files/vVcMljWHNV0NehhiHc23" alt="" width="375"><figcaption><p>Sync Status</p></figcaption></figure></div>

**History -** History button allows you to view a record of your past travel punches.

**Help -** If you are stuck somewhere, simply click the Help button to access the documentation of Runtime Workman.

{% embed url="<https://www.youtube.com/watch?v=u3qjkhsxLKE>" %}
How to submit Travel Punch
{% endembed %}

{% hint style="info" %}
Travel Punch feature ensures transparency and accountability between employees and their managers.
{% endhint %}


---

# 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://help.runtimehrms.com/attendance/travel-punch.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.
