> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/best-practices/working-with-sketches-in-salesforce-field-service-offline-online-lwc.md).

# Working with Sketches in Salesforce Field Service (Offline/ Online LWC)

SharinPix makes it easy for field service workers to sketch directly in their Salesforce Field Service app, even when they're offline

SharinPix provides two components for sketching, as listed below:

* [SharinPix Sketcher](/best-practices/working-with-sketches-in-salesforce-field-service-offline-online-lwc.md#setting-up-sharinpix-sketcher)
* [SharinPix Sketch Plan](/best-practices/working-with-sketches-in-salesforce-field-service-offline-online-lwc.md#setting-up-sharinpix-sketch-plan)

## Setting Up SharinPix Sketcher

The SharinPix Sketcher component is designed to annotate sketches within Salesforce Field Service (SFS). It offers features such as polygons, lines, shapes, and text. This component is also functional offline, enhancing its usability in various field scenarios.

Follow the [SharinPix Sketcher](/documentation/lightning-web-component/sharinpix-sketcher.md) guidelines to use the SharinPix Sketcher on Salesforce (Desktop and Mobile) and follow [Setting Up SharinPix Sketcher for Salesforce Field Service Usage](/documentation/lightning-web-component/sharinpix-sketch-components-for-salesforce-field-service-usage.md) to use it on SFS (online or offline). The following diagram illustrates the SharinPix Skectcher component.

![](/files/Us0Bteg5owiUnRE0HeFz)

## Setting Up SharinPix Sketch Plan

The SharinPix Sketch Plan provides a robust feature for adding and annotating markers on sketches. This tool is also optimized for offline use within Salesforce Field Service (SFS), ensuring continuous productivity without the need of a constant internet connection.

Follow the [SharinPix Sketch Plan](/documentation/lightning-web-component/sharinpix-sketch-plan.md) guidelines to use the SharinPix Sketch Plan on Salesforce (Desktop and Mobile) and follow [Setting Up SharinPix Sketch Plan for Salesforce Field Service Usage](/documentation/lightning-web-component/sharinpix-sketch-components-for-salesforce-field-service-usage.md) to use on it on SFS (online or offline). The following diagram illustrates the SharinPix Sketch Plan component.

<figure><img src="/files/ujM1vp2R12wL8RgnsrSG" alt=""><figcaption></figcaption></figure>


---

# 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.sharinpix.com/best-practices/working-with-sketches-in-salesforce-field-service-offline-online-lwc.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.
