# How to tag WebView sections of my app?

If you want to tag custom data in the WebView sections of your app, the methods presented in our SDK documentation won't work out of the box.

However, it's possible to implement a system where **the web section of the app sends actions to the native section** of the app, with a JSON (e.g., "action":"trackEvent", parameters: `{"name": "view_page", "label":"settings"}).`

This JSON will be interpreted by the native section of the app, and standardized for both OS to facilitate web development.

{% hint style="info" %}
This is a custom implementation, we will not be able to provide technical support on this integration.
{% endhint %}


---

# 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://doc.batch.com/developer/technical-guides/how-to-guides/mobile/how-to-tag-webview-sections-of-my-app.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.
