> For the complete documentation index, see [llms.txt](https://klervo.gitbook.io/klervo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://klervo.gitbook.io/klervo/klervo-icons-guide.md).

# Klervo Icons Guide

{% columns %}
{% column width="25%" valign="middle" %}

<div align="left"><figure><img src="/files/m5KMh9PD6MhWvyuQg1K7" alt=""><figcaption><p><mark style="color:purple;"><strong>U Icon (Upsell)</strong></mark><br></p></figcaption></figure></div>
{% endcolumn %}

{% column width="75%" valign="middle" %}
Marks products or services are added as upsells to a job.\ <mark style="color:purple;">Use case:</mark> Track technician upsell performance and measure added revenue.
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column width="25%" valign="middle" %}

<div align="left"><figure><img src="/files/2Ci3etsuVAOu0kVkZqe2" alt=""><figcaption><p><mark style="color:purple;">Helmet Icon</mark></p></figcaption></figure></div>
{% endcolumn %}

{% column width="75%" valign="middle" %}
Indicates that the job was scheduled directly by a field technician rather than through the office admin or dispatcher. <mark style="color:purple;">Use case:</mark> Quickly see which jobs are scheduled by technicians.
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column width="25%" %}

<div align="left"><figure><img src="/files/9JeqQkJblw5xqJpGjSvx" alt=""><figcaption><p><mark style="color:purple;">Red Truck Icon</mark></p></figcaption></figure></div>
{% endcolumn %}

{% column width="75%" %}
Appears when a technician arrives late to the job site compared to the scheduled start time. <mark style="color:purple;">Use case:</mark> Monitor punctuality and identify trends in late arrivals.

{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column width="25%" %}

<div align="left"><figure><img src="/files/MWLVj2URdmn2JCCygroP" alt=""><figcaption><p><mark style="color:purple;">Pen Icon</mark> </p></figcaption></figure></div>
{% endcolumn %}

{% column width="75%" valign="middle" %}
Used to open a job, estimate, or record for editing or detailed viewing.
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column width="25%" %}

<div align="left"><figure><img src="/files/Lrj5csXknDKb1CUkbdrn" alt=""><figcaption><p><mark style="color:purple;">Trash Icon</mark></p></figcaption></figure></div>
{% endcolumn %}

{% column width="75%" valign="middle" %}
Used to permanently remove a job, estimate, inventory item, or note.
{% endcolumn %}
{% endcolumns %}


---

# 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://klervo.gitbook.io/klervo/klervo-icons-guide.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.
