> For the complete documentation index, see [llms.txt](https://docs.b2translate.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2translate.b2broker.com/user-guide/manage-translations/b2translate-pencil.md).

# B2TRANSLATE pencil

In this article, you'll learn how to enable the editing mode in the WebUI of your product. This feature will help you easily find out the identifier of any translation key on a page.

{% stepper %}
{% step %}

### Activate the editing mode

You can activate the editing mode on any page of your product WebUI: In the browser address bar, append `?showTranslateEditor=true` to the page URL and press *Enter*.

You will see the corresponding notification at the top of the page.

<figure><img src="/files/R9FOw4WR2v2QoroKHG9N" alt="Enable the editing mode"><figcaption><p>Enable the editing mode</p></figcaption></figure>

You can switch between WebUI pages: the editing mode remains active until you disable it by clicking the **Exit editing mode**.
{% endstep %}

{% step %}

### Copy a key

In this mode, all available translations on the page are marked with **pencil icons**. Note that elements not shown by default will become visible when hovered over.

Select a translation you want to edit and click the **pencil icon** near it to copy its key to the clipboard.

<figure><img src="/files/pE5BvZ6yYm9i8qTVVtrH" alt="Copy the key identifier"><figcaption><p>Copy the key identifier</p></figcaption></figure>
{% endstep %}

{% step %}

### Locate the key

1. In B2TRANSLATE, on the **Projects** page, select your project.
2. Click the **magnifying glass icon** and paste the copied value to the search field.

The key list will be automatically filtered by the key identifier.
{% endstep %}
{% endstepper %}

Now you can edit the translation. Refer to [Add or modify translations](/user-guide/manage-translations/add-or-modify-translations.md) for details.


---

# 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://docs.b2translate.b2broker.com/user-guide/manage-translations/b2translate-pencil.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.
