> For the complete documentation index, see [llms.txt](https://docs.scribeware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scribeware.com/getting-started/the-mobile-version/directions-to-your-job.md).

# Directions to Your Job

{% embed url="<https://youtu.be/_qf5IRzOCOw>" %}

#### Load Your Template Before Leaving for an Inspection

### Overview

Before heading to an inspection, it's a good idea to open the job and load your inspection template while you still have an internet connection. Although ScribeWare automatically stores templates on your device whenever possible, there may be situations where a template has not been downloaded yet. Loading it before you leave helps ensure you'll be able to work even if you lose cell service at the property.

A simple way to confirm your template has been loaded is to use the built-in **Open Map** feature to navigate to the inspection.

***

### Directions

1. Open the inspection job in ScribeWare.
2. If the job was imported from a scheduling system (such as Keystone), open the job as you normally would.
3. Apply your inspection template.
   * Select the template you want to use.
   * Wait for the template and library to finish loading completely.
4. Return to the **Client & Property Information** page.
5. Tap the **three-dot menu** in the upper-right corner.
6. Select **Open Map**.
   * ScribeWare will open your default mapping application with directions to the property.
7. Use the map to navigate to the inspection.

***

### Why This Workflow Is Recommended

Using **Open Map** before leaving serves two purposes:

* It confirms that your inspection template has already been downloaded to your device.
* It provides turn-by-turn directions to the property without requiring you to manually enter the address.

This is especially helpful for multi-inspector companies. When every inspector opens the job, loads the template, and launches navigation from ScribeWare before heading out, everyone is much more likely to have the report fully synchronized before arriving on site.

If an inspector waits until arriving at a property with poor or no cellular service, there is a chance the template or report cannot finish syncing. Loading everything before you leave helps prevent those issues and ensures you're ready to begin the inspection immediately.


---

# 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://docs.scribeware.com/getting-started/the-mobile-version/directions-to-your-job.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.
