# LCC

LCC is a collection of services that enable clients and services to receive push notifications on document updates (create, update and delete) in near real time.&#x20;

<table><thead><tr><th width="150">Service</th><th>Description</th></tr></thead><tbody><tr><td><a href="/pages/5fh3xYH9J9UhgUognwUd">Infocaster</a></td><td>Enables web and mobile clients to receiving data that is HTTP POSTed to a Webhook URL. </td></tr><tr><td><a href="/pages/j13PNHbRYQKZiZpIPlzC">Native Push</a></td><td>Wrapper around AWS SNS that handles both broadcast and singlecast of push notifications to iOS and Android devices. Since 2021 it also supports Huawei.</td></tr><tr><td><a href="/pages/opYE1ul157P7taHosCvs">QueryStreamer</a></td><td>Event engine. Receives document events from OC and matches (and forwards) the events to clients based on client defined queries. Can forward events to Infocaster clients and Native Push.</td></tr><tr><td><a href="https://play.lcc.infomaker.io">Play</a></td><td>Web based playground to test out Infocaster and QueryStreamer. No registration required.<br><br>Uses the stage environment.</td></tr></tbody></table>


---

# 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.navigaglobal.com/live-content-cloud/master.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.
