# Elements to localize

By default, BabelShark localizes all Tilda blocks available on the page.

This can be undesirable so there are two options to control blocks localization:

### Exclude specific blocks

Add `uc-bshark-ignore` CSS class to the block: Block settings -> CSS Class Name

### Localize specific blocks only

1. First, disable localization for whole page first: open page settings -> Head HTML code -> Add\
   `<meta name="babelshark" content="notranslate">`
2. Then add `uc-bshark-translate`CSS class for blocks to translate.


---

# 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/integrations/tilda-publishing/elements-to-localize.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.
