> ## Documentation Index
> Fetch the complete documentation index at: https://help.lobyco.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Communication

> Banner, feed, prompt, push and customer feedback endpoints.

The communication services drive the message surfaces in the mobile app and web channels, plus inbound customer feedback.

<Columns cols={2}>
  <Card title="Feed" icon="rss" href="/api-reference/communication/feed">
    The in-app content feed.
  </Card>

  <Card title="Push" icon="bell" href="/api-reference/communication/push">
    Push notifications to customers.
  </Card>

  <Card title="Banner" icon="image" href="/api-reference/communication/banner">
    Banners shown in app and web surfaces.
  </Card>

  <Card title="Prompt" icon="comment" href="/api-reference/communication/prompt">
    In-app prompts.
  </Card>

  <Card title="Customer Feedback" icon="comment-dots" href="/api-reference/communication/customer-feedback">
    Collect and read customer feedback.
  </Card>
</Columns>
