# In-App Replies

- [Show Replies List](https://docs.luciq.ai/references/in-app-replies/show-replies-list.md)
- [Push Notifications](https://docs.luciq.ai/references/in-app-replies/push-notifications.md)
- [Register Push Token](https://docs.luciq.ai/references/in-app-replies/push-notifications/register-push-token.md)
- [Show Notification](https://docs.luciq.ai/references/in-app-replies/push-notifications/show-notification.md)
- [Set Channel ID](https://docs.luciq.ai/references/in-app-replies/push-notifications/set-channel-id.md)
- [Enable or Disable Push Notifications](https://docs.luciq.ai/references/in-app-replies/push-notifications/enable-or-disable-push-notifications.md)
- [Set Notification Icon](https://docs.luciq.ai/references/in-app-replies/push-notifications/set-notification-icon.md)
- [In-app Notifications](https://docs.luciq.ai/references/in-app-replies/in-app-notifications.md)
- [Managing Sounds](https://docs.luciq.ai/references/in-app-replies/in-app-notifications/managing-sounds.md)
- [Enable or Disable In-App Notifications](https://docs.luciq.ai/references/in-app-replies/in-app-notifications/enable-or-disable-in-app-notifications.md)
- [Check for Existing Chats](https://docs.luciq.ai/references/in-app-replies/check-if-user-has-chats.md)
- [Get Unread Count](https://docs.luciq.ai/references/in-app-replies/get-unread-count.md)
- [Enable or Disable Replies](https://docs.luciq.ai/references/in-app-replies/enable-or-disable-replies.md)


---

# 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.luciq.ai/references/in-app-replies.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.
