> For the complete documentation index, see [llms.txt](https://docs.letr.ai/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.letr.ai/en/use_edtior/5-issue-registration-and-management.md).

# #5 Issue registration and management

While working on a project, workers can communicate with owners or managers through issue registration.

And for registered issues, owners and managers can write responses to resolve workers' issues.

## Registration and Cancellation

1. Activate sentences or subtitles that require issue registration.
2. Click the ‘Enter issue’ area at the bottom to write the issue.

&#x20;

<figure><img src="/files/Gxg7z6RUHrQhJBMw07UJ" alt=""><figcaption><p>Register a new issue - Text editor</p></figcaption></figure>

<figure><img src="/files/LoiBbXFGMZXqi3alT3bW" alt=""><figcaption><p>New issue registration - Video editor</p></figcaption></figure>

3. Select one of four issue types (typo, mistranslation, omission, other).

<figure><img src="/files/741akQjH8SvfU7qJZFyj" alt=""><figcaption><p>Enter issue - Activate input window</p></figcaption></figure>

4. Press the ‘Register’ button or ‘Enter key’ to complete issue registration.
5. You can cancel the issue entry by clicking the ‘Cancel’ button.

{% hint style="info" %}
**Where can I check the issues?**

You can check issues by pressing the ‘arrow (↘️)’ button in the issue area at the top right of the editor.
{% endhint %}

## Check and resolve

<figure><img src="/files/RL7igdUvY6DtCbrbGDVc" alt=""><figcaption><p>Check and resolve issues</p></figcaption></figure>

1. Press the ‘arrow (↘️)’ button in the issue area at the top right of the editor to activate the issue area.
2. Check the content of each issue and the issue type indicated In the hashtag form at the bottom (example: #mistranslation)
3. You can use the filter function to find issues by type.
4. Issues confirmed to be resolved are completed by clicking the ‘Issue resolved’ button.

{% hint style="info" %}
**Can anyone resolve the issue resolution?**

Any user participating in the project can register an issue, but only the project administrator can change the issue status.
{% endhint %}


---

# 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.letr.ai/en/use_edtior/5-issue-registration-and-management.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.
