> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hiveinspect.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Smart Add: Find or Write Inspection Comments With AI

> Describe a finding in plain language in the Hive Inspect mobile app. Smart Add matches it to comments in your report or drafts a new one in the right section.

export const VideoEmbed = ({id, title}) => {
  const [playing, setPlaying] = useState(false);
  const [thumb, setThumb] = useState(`https://i.ytimg.com/vi/${id}/maxresdefault.jpg`);
  const label = `${title} - Hive Inspect`;
  return <figure className="my-6 not-prose">
      <div className="relative w-full overflow-hidden rounded-xl bg-zinc-950 shadow-sm ring-1 ring-zinc-950/10 dark:ring-white/10" style={{
    aspectRatio: "16 / 9"
  }}>
        {playing ? <iframe src={`https://www.youtube-nocookie.com/embed/${id}?autoplay=1&rel=0&playsinline=1`} title={label} loading="lazy" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen className="absolute inset-0 h-full w-full" style={{
    border: 0
  }} /> : <button type="button" onClick={() => setPlaying(true)} aria-label={`Play video: ${title}`} className="group absolute inset-0 h-full w-full cursor-pointer">
            <img src={thumb} alt="" loading="lazy" onError={() => {
    if (!thumb.includes("hqdefault")) setThumb(`https://i.ytimg.com/vi/${id}/hqdefault.jpg`);
  }} className="absolute inset-0 h-full w-full object-cover transition-transform duration-300 group-hover:scale-[1.02]" />
            <span className="absolute inset-0 bg-black/10 transition-colors group-hover:bg-black/20" />
            <span className="absolute left-1/2 top-1/2 flex -translate-x-1/2 -translate-y-1/2 items-center justify-center shadow-lg transition-all group-hover:scale-105" style={{
    width: 96,
    height: 68,
    borderRadius: 20,
    backgroundColor: "#ff0000"
  }}>
              <svg viewBox="0 0 24 24" className="ml-1 h-10 w-10 fill-white" aria-hidden="true">
                <path d="M8 5.5v13l11-6.5z" />
              </svg>
            </span>
          </button>}
      </div>
    </figure>;
};

## How Smart Add works

<VideoEmbed id="KX44g9UnLyk" title="Introducing Smart Add" />

Smart Add lives in the mobile report editor. Describe what you found in a sentence, and Hive searches every comment in the report and shows the closest matches with a match score. If nothing fits, it drafts a new comment with Hive Comment Assist and files it under the right section and subsection, so you never have to leave the screen you are on. Beta testers told us it saves them at least 15 minutes per inspection.

Smart Add is part of Hive AI and uses Hive Comment Assist to write new comments. Both are listed under **Business Tools → Hive AI** in the web dashboard.

## How to add a comment with Smart Add

<Steps titleSize="h3">
  <Step title="Open the report and tap Smart Add">
    <a className="hive-ts" href="https://youtu.be/KX44g9UnLyk?t=28" target="_blank" rel="noopener" data-seek="28" data-video="KX44g9UnLyk" aria-label="Jump to 0:28 in the video">0:28</a>

    <img src="https://mintcdn.com/hiveinspect-43c85ed1/pH0NLuDAGXU6y0qi/images/how-tos/smart-add-1.png?fit=max&auto=format&n=pH0NLuDAGXU6y0qi&q=85&s=18abcc972987bfc586e4c8866d3ae8d6" alt="The sections list in the Hive Inspect mobile report editor, with the Smart Add button next to the blue microphone button at the bottom" width="425" height="923" data-path="images/how-tos/smart-add-1.png" />

    * In the Hive Inspect mobile app, open an inspection and go to the **Report Editor**.
    * Select the report. The **Smart Add** button (a sparkle and a plus sign) sits at the bottom of the screen, next to the blue microphone button.
    * It is available on the sections list, inside a section and inside a subsection, so you can use it from wherever you are in the report.
  </Step>

  <Step title="Describe what you found">
    <a className="hive-ts" href="https://youtu.be/KX44g9UnLyk?t=38" target="_blank" rel="noopener" data-seek="38" data-video="KX44g9UnLyk" aria-label="Jump to 0:38 in the video">0:38</a>

    <img src="https://mintcdn.com/hiveinspect-43c85ed1/pH0NLuDAGXU6y0qi/images/how-tos/smart-add-2.png?fit=max&auto=format&n=pH0NLuDAGXU6y0qi&q=85&s=5c44dccf5f82605abec55c5ed90ae9e4" alt="The Smart Add screen in Hive Inspect with the observation 'Defect - window is broken' typed in" width="425" height="923" data-path="images/how-tos/smart-add-2.png" />

    * Type your observation in a sentence or two, for example "Defect - window is broken".
    * Say whether it is an information note, a limitation or a defect. Mention the section or subsection if you know it.
    * Tap **See examples** for sample phrasing.
  </Step>

  <Step title="Add photos or video (optional)">
    <a className="hive-ts" href="https://youtu.be/KX44g9UnLyk?t=48" target="_blank" rel="noopener" data-seek="48" data-video="KX44g9UnLyk" aria-label="Jump to 0:48 in the video">0:48</a>

    <img src="https://mintcdn.com/hiveinspect-43c85ed1/pH0NLuDAGXU6y0qi/images/how-tos/smart-add-3.png?fit=max&auto=format&n=pH0NLuDAGXU6y0qi&q=85&s=12868f50972cdeeba6607e82d1ccc344" alt="Three photos added under Add Media on the Smart Add screen in Hive Inspect, before tapping Continue" width="425" height="923" data-path="images/how-tos/smart-add-3.png" />

    * Under **Add Media**, take a photo or video, or pick from your gallery.
    * Annotate the photos if you like, or skip annotation.
    * Tap **Continue**. The media travels with your observation, and you choose which comment it lands on in the next step.
  </Step>

  <Step title="Review the top matches">
    <a className="hive-ts" href="https://youtu.be/KX44g9UnLyk?t=52" target="_blank" rel="noopener" data-seek="52" data-video="KX44g9UnLyk" aria-label="Jump to 0:52 in the video">0:52</a>

    <img src="https://mintcdn.com/hiveinspect-43c85ed1/pH0NLuDAGXU6y0qi/images/how-tos/smart-add-4.png?fit=max&auto=format&n=pH0NLuDAGXU6y0qi&q=85&s=768cc65b4b61a7a9e1a86eed6ea33ccb" alt="Smart Add in Hive Inspect showing two matching comments called Damaged Window, with 85% and 80% match scores" width="425" height="923" data-path="images/how-tos/smart-add-4.png" />

    * Smart Add searches every comment in the report and shows up to three matches, each with a match score such as 85%.
    * Each card shows the section and subsection the comment lives in.
    * Tap the pencil icon on a card to edit that comment directly, or add a photo to it with the camera icon.
  </Step>

  <Step title="Attach your media to a match and tap Done">
    <a className="hive-ts" href="https://youtu.be/KX44g9UnLyk?t=96" target="_blank" rel="noopener" data-seek="96" data-video="KX44g9UnLyk" aria-label="Jump to 1:36 in the video">1:36</a>

    <img src="https://mintcdn.com/hiveinspect-43c85ed1/pH0NLuDAGXU6y0qi/images/how-tos/smart-add-5.png?fit=max&auto=format&n=pH0NLuDAGXU6y0qi&q=85&s=761e0351972860a2f19a228fefcae483" alt="Smart Add in Hive Inspect with three photos attached to the 95% match, Breaker Incorrectly Wired" width="425" height="923" data-path="images/how-tos/smart-add-5.png" />

    * Tap **Attach photos here** on the comment you want. The card turns green and shows the media as attached.
    * The comment is selected in the report right away, with your photos on it.
    * Tap **Done** to go back to where you were.
  </Step>

  <Step title="No good match? Create a new comment">
    <a className="hive-ts" href="https://youtu.be/KX44g9UnLyk?t=104" target="_blank" rel="noopener" data-seek="104" data-video="KX44g9UnLyk" aria-label="Jump to 1:44 in the video">1:44</a>

    <img src="https://mintcdn.com/hiveinspect-43c85ed1/pH0NLuDAGXU6y0qi/images/how-tos/smart-add-6.png?fit=max&auto=format&n=pH0NLuDAGXU6y0qi&q=85&s=878ef3fea859052c8dc14bddd21de740" alt="Smart Add in Hive Inspect drafting a new comment with Hive Comment Assist for Electrical, Panelboards & Breakers" width="425" height="923" data-path="images/how-tos/smart-add-6.png" />

    * Tap **Create new comment with Hive Comment Assist**.
    * Hive drafts the comment name and description from your observation, the same way Comment Assist does elsewhere in Hive.
    * It also picks the section and subsection, for example Electrical › Panelboards & Breakers, from the ones already in your template.
  </Step>

  <Step title="Review the draft and where it goes">
    <a className="hive-ts" href="https://youtu.be/KX44g9UnLyk?t=112" target="_blank" rel="noopener" data-seek="112" data-video="KX44g9UnLyk" aria-label="Jump to 1:52 in the video">1:52</a>

    <img src="https://mintcdn.com/hiveinspect-43c85ed1/pH0NLuDAGXU6y0qi/images/how-tos/smart-add-7.png?fit=max&auto=format&n=pH0NLuDAGXU6y0qi&q=85&s=9082e8b2832941fb1d19a1c13410565e" alt="The new comment preview in Hive Inspect Smart Add: placement bar, comment name, description, category and the Confirm & Add to Report button" width="425" height="923" data-path="images/how-tos/smart-add-7.png" />

    * Check the comment name, description, category and service. Edit anything you like.
    * The bar at the top shows the section and subsection. Tap **Edit** to choose different ones.
    * Your photos are already attached to the new comment.
  </Step>

  <Step title="Confirm and keep inspecting">
    <a className="hive-ts" href="https://youtu.be/KX44g9UnLyk?t=126" target="_blank" rel="noopener" data-seek="126" data-video="KX44g9UnLyk" aria-label="Jump to 2:06 in the video">2:06</a>

    <img src="https://mintcdn.com/hiveinspect-43c85ed1/pH0NLuDAGXU6y0qi/images/how-tos/smart-add-8.png?fit=max&auto=format&n=pH0NLuDAGXU6y0qi&q=85&s=db11a88fd917511efa6e567113fd8e61" alt="The bottom of the Smart Add preview in Hive Inspect, with Save to Template and the Confirm & Add to Report button" width="425" height="923" data-path="images/how-tos/smart-add-8.png" />

    * Tap **Confirm & Add to Report**.
    * The comment is added under the section and subsection shown, even if you were working somewhere else in the report.
    * You return to the screen you were on, so there is no need to jump between sections.

    ***

    <Tip>
      **Tip:** Write the observation the way you would say it out loud, and name the area or system. "Defect in the detached garage, cracked concrete floor" gives Smart Add more to match on than "crack". New comments follow your organization's Comment Copilot prompt, so they read in your company's voice, and you can tap **Save to Template** before confirming to keep one for future inspections. Smart Add needs an internet connection and is not shown on re-inspection reports.
    </Tip>
  </Step>
</Steps>

<p className="hive-label">Next step</p>

<div className="hive-rows">
  <a className="hive-row" href="/how-tos/saving-comments-to-template">
    <span className="hive-row-main">
      <span className="hive-row-title">Save a comment to a template</span>
      <span className="hive-row-line">Reuse a comment you wrote on site on every future report</span>
    </span>

    <span className="hive-row-meta"><span className="hive-runtime">2:31</span></span>
  </a>
</div>

<p className="hive-label">Related</p>

<div className="hive-rows hive-rows-sm">
  <a className="hive-row" href="/inspections-and-reports/mobile-reports">
    <span className="hive-row-main">
      <span className="hive-row-title">Write the report on your phone</span>
      <span className="hive-row-line">Defects, photos, sections, search, offline and sync</span>
    </span>

    <span className="hive-row-meta"><span className="hive-runtime">4:38</span></span>
  </a>

  <a className="hive-row" href="/inspections-and-reports/web-editor">
    <span className="hive-row-main">
      <span className="hive-row-title">Review and publish a report</span>
      <span className="hive-row-line">Photobank, preview, flags, publish and save to template</span>
    </span>

    <span className="hive-row-meta"><span className="hive-runtime">4:51</span></span>
  </a>
</div>
