> For the complete documentation index, see [llms.txt](https://docs.kaedim3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaedim3d.com/notifications.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
