# #1 Text editor

## Basic functions

<figure><img src="/files/GiviHULviCszWr8pr0D0" alt=""><figcaption><p>Text editor - Translation screen</p></figcaption></figure>

* Basic search and advanced search
* Check the number of characters and words
* Show text area icon
  * Green check - Indication of completion of original text/translation work
  * Red exclamation mark - Indicates that the original text/translation work is not complete
* Terminology (TB)
* Check terminology (TB) for any mismatch within sentences
  * Cases where the source and translation match completely are highlighted in green.
  * Missing or inconsistent translations are marked in red.
* Check MT(Machine Translation)
* Check Translation Memory (TM)
  * You can select one sentence from MT (Machine Translation) or Translation Memory (TM) with a shortcut key
  * Check the source of Translation Memory (TM)
* Issue registration and management

{% hint style="info" %}
**When using the shortcut key**

When using the task completion shortcut key (Ctrl/Command + ↓↑) in the sentence/subtitle, a green check mark will be displayed, and a message (moving to the next sentence) will be displayed on the screen.
{% endhint %}

## Exclude translation function

* Translation exclusion function - specify words and areas
  * In the editor, use the special character double curly braces {{example}} to specify words or areas to exclude from translation.
  * Excluded specified words or areas will not be translated.


---

# 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.letr.ai/en/use_edtior/1-text-editor.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.
