# ウェブサイト開発者向け情報

ウェブサイトの開発者の方で、ユーザーがKeeperのブラウザ拡張機能の互換性の問題に遭遇している場合、以下の手順をお試しください。

### 間違ったフィールドにロックが表示されている

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

フィールドにロックアイコンを表示するかどうかについては、パターンマッチングを使用して判断されています。フォームフィールドに間違ってロックアイコンが表示されている場合は、以下のようにフォーム要素にCSSクラス`keeper-ignore`を指定します。

```
<input id="user_field" type="text" class="keeper-ignore my_class"/>
```


---

# Agent Instructions: 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:

```
GET https://docs.keeper.io/user-guides/jp/troubleshooting/website-developers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
