# My Jobs

My Jobs is your technician's daily job list. It shows every job assigned to them for the day, in order, with all the details they need to get the work done -- customer name, address, service type, and any special notes.

## How It Works

1. **Open the app.** When a technician opens Proforge on their phone, they land on the My Jobs screen for today.
2. **Review the day's jobs.** Each job card shows:
   * Customer name and phone number
   * Service address (tap to open in maps)
   * Type of service (repair, install, maintenance, etc.)
   * Scheduled time window
   * Any notes from the office or the customer
3. **Tap a job to start.** When the tech is ready to head to a job, they tap it to open the full detail view.
4. **Check in on arrival.** When the tech arrives at the site, they tap "Check In." This updates the dispatch board so the office knows they're on-site.
5. **Work through the day.** As the tech finishes jobs and moves to the next one, completed jobs are marked green and the next job highlights at the top of the list.

## Switching Days

Technicians can swipe or tap the date header to see tomorrow's schedule or look back at previous days.

***

**Related Pages**

* [Completing a Job](/ai-voice-agent-and-dispatch/proforge-csr/field-service/completing-a-job.md)
* [Service Requests](/ai-voice-agent-and-dispatch/proforge-csr/field-service/service-requests.md)
* [Assigning Jobs](/ai-voice-agent-and-dispatch/proforge-csr/dispatch/assigning-jobs.md)


---

# 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://docs.proforgeerp.com/ai-voice-agent-and-dispatch/proforge-csr/field-service/my-jobs.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.
