Display a brief notice on the chat page informing users that the built-in chat has limited functionality and is primarily intended for quick, lightweight interactions — not as a full-featured chat client.
Hints:
- A small banner or info box near the top of the chat area (or in the sidebar) works well — not a blocking modal
- Suggested text: something like "This chat is intended for quick interactions. For advanced features, use a dedicated client with the API."
- Could link to the API docs or the services page if available
- Make it dismissible (store dismissal in
localStorage) so it does not appear on every visit after the first
- Ensure the notice is accessible:
role="note" or aria-label as appropriate
Display a brief notice on the chat page informing users that the built-in chat has limited functionality and is primarily intended for quick, lightweight interactions — not as a full-featured chat client.
Hints:
localStorage) so it does not appear on every visit after the firstrole="note"oraria-labelas appropriate