# Notification View

```javascript
<a href="w2n://notification-screen">Open Notification Screen</a>
```

We offer several query parameters to tailor this screen to your preferences:

* “title” : Defaults to "Notifications"
* "titleBarContentColor": Specifies the color for the title text and back icon button, with the default set to #111111.
* "titleBarBgColor": Sets the background color of the title bar, with the default being #FFFFFF

You can include these options as query parameters in the link, like so:

```javascript
w2n://notification-screen?title=Notifications&titleBarContentColor=#abcdef
```

The URL mentioned above can be utilised within an anchor tag or any URL field in WebToNative. For instance, you can incorporate this URL in the floating action button URL or bottom navigation item URL.

<div><figure><img src="/files/pNZXol1GYm0jnGvD11l3" alt=""><figcaption><p>IOS</p></figcaption></figure> <figure><img src="/files/eaDcCIRRqZODRAe5d9MT" alt=""><figcaption><p>Android</p></figcaption></figure></div>

Note : For iOS, notifications that are clicked will only be retained and will be displayed in this Notification Screen.


---

# 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.webtonative.com/javascript-apis/notification-view.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.
