> For the complete documentation index, see [llms.txt](https://learn.withessential.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.withessential.com/customers-and-work/jobs/the-job-detail-page-what-it-shows.md).

# The job detail page: what it shows

Opening a job shows a single page that pulls together everything about that work. At the top, a summary panel shows the property and customer (click it to open the property), the visit types being performed, and the assigned technicians.

Below that is a tabbed panel with Files, Inspection Reports, Work Acknowledgments, Tasks, and a Clock In / Clock Out record. If you have permission to see them, Invoices and Quotes tabs also appear, listing the invoices and quotes linked to this job. If those tabs are missing but you need them, contact your business's administrator to review your role.

If Job Costing is turned on for your business and your role can view it, a Job Costing card also appears, showing revenue against labor and material cost for the job. See [Job Costing on a job: revenue, costs, and margin](/customers-and-work/jobs/job-costing-on-a-job.md).

The Files tab lets you add a new file, search by file name, switch between a list and a gallery of preview tiles, and, when there is more than one, download them all at once. Next comes the Visits card, which lists each visit on the job with its date, time, technicians, and expandable details such as visit notes, invoice items, and due date; you can add a visit, send a visit reminder, and delete a visit from here.

A Timeline at the bottom records changes to the job, its files, and its visits over time. Along the right side you will find editable custom fields for the job, a Contacts card showing the contacts tied to the job's visits, a Recurring Service Completions summary, and a Delete Job button.

Some panels only appear when the relevant feature is enabled for your business.

> **Where to find it:** Scheduling > Jobs, then click a job row to open its detail page

## Related guides

* [What is a job, and how does the Jobs list work?](/customers-and-work/jobs/what-is-a-job-and-how-does-the-jobs-list-work.md)
* [Clock in and clock out records on a job](/customers-and-work/jobs/clock-in-and-clock-out-records-on-a-job.md)
* [Job inventory: reserved vs used parts, transfers, and shortages](/customers-and-work/jobs/job-inventory-reserved-vs-used-parts-transfers-and-shortages.md)
* [Job Costing on a job: revenue, costs, and margin](/customers-and-work/jobs/job-costing-on-a-job.md)
* [Link quotes and invoices to a job](/customers-and-work/jobs/link-quotes-and-invoices-to-a-job.md)
* [Recurring service completions on a job](/customers-and-work/jobs/recurring-service-completions-on-a-job.md)


---

# 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://learn.withessential.com/customers-and-work/jobs/the-job-detail-page-what-it-shows.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.
