> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/input-features/stickpins-function/overview.md).

# ピン打ち機能の概要

## **ピン打ち機能の概要**

建設・建築、製造などの多くのi-Reporterユーザーから 要望をいただいてきましたピン打ち機能を実装しました。

{% hint style="warning" %}
ピン打ち機能は、iPhoneでは使用できません。
{% endhint %}

**想定される用途**

* **建設・建築**\
  マンション、分譲・注文住宅などの完成検査などで、完成図面に対して指摘された不具合の記録を残す業務を想定。不具合箇所は写真を撮影。
* **製造**\
  目視検査などで、図面に手書きでピン打ちして、不具合の箇所と個数などを不具合箇所を記録する業務などを想定。不具合箇所は写真を撮影。

**ピン打ち機能だけの専用機能、固定帳票ではありません。**

通常のi-Reporterの帳票の任意のページに自由にピン打ち機能を配置することができます。\
帳票のデザインは、自由自在。ピン打ち機能だけが使えるのでなく、i-Reporterの全てのクラスターの機能を一緒に使うことが可能です。

### **ピン打ちとは**

**紙で行っている作業手順**

図面上でその場所を●などでマークし、その場所から線を引き図面の外に番号を書く。\
別表にその番号を書き、その場所の不具合内容の詳細を記載する。\
必要であればその不具合箇所の写真を撮影する。

などを想定。

<div align="left"><figure><img src="/files/2LvekVAPyXmarvVuSa5P" alt=""><figcaption></figcaption></figure></div>

**ピン打ち帳票のイメージ**

<div align="left"><figure><img src="/files/QZsFwm8sZE6C44mNRjys" alt=""><figcaption></figcaption></figure></div>


---

# 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://manuals.i-reporter.jp/input-features/stickpins-function/overview.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.
