# Issues

Something wrong may appear in the page markup. BabelShark will try to indicate the problems.

### Nested \_\_ class

One of the most often issues is a presence of nested elements with `__`class:

```html
<div class="__ parent">
    Some content
    <a href="..." class="__">is here</a>
</div>
```

You may see that inner `__` is located within outer `__` element. This will cause issues while localizing strings.

BabelShark indicates the problem in translations list:

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

To fix this issue, edit your HTML and avoid nested elements with `__` 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.babelshark.net/dev/html-markup/issues.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.
