# Notifications

<figure><img src="/files/1bfIwmXVWzGsReUDYrfI" alt="" width="310"><figcaption></figcaption></figure>

You can find Notifications in the main nav bar. Notifications will let you know when an asset is ready for review.

<figure><img src="/files/4OagS3hoDrlbk6AUEVSl" alt=""><figcaption></figcaption></figure>

Next to the asset name, you can click on the "Go to Asset" button to open the asset in the Assets page.

<figure><img src="/files/AJi8Cfjn1fiBZPCdrqT9" alt="" width="142"><figcaption></figcaption></figure>

{% hint style="info" %}
If you'd like to receive notifications via email or Discord, see [Notification Settings](/admin/settings/notification-settings.md).
{% 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://docs.kaedim3d.com/notifications.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.
