# Edit Lock機能

Dashcombは、複数の開発者ユーザーの変更が競合することがないように、Edit Lock機能を備えています。

編集中の画面はロックされ、別の開発者ユーザーはその画面を編集できません。

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

編集を行っているユーザーが編集を完了すると「編集が可能になりました。」のポップアップが表示されます。

「編集をリクエストする」ボタンをクリックすると、画面が再読み込みされ編集が可能になります。

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


---

# 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.dashcomb.com/dashcomb-help-center/ide/edit-lock-ji-neng.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.
