<% @page_title = "Chat bots" %> <% content_for :nav do %>
<%= link_back_to edit_account_path %>
<% end %>
<%= translation_button(:chat_bots) %>

Chat bots

With Chat bots, other sites and services can post updates directly to Campfire.

<%= link_to new_account_bot_path, class: "btn btn--reversed txt-large", aria: { label: "Add a chat bot" } do %> <%= image_tag "bot.svg", aria: { hidden: "true" }, size: 20 %> <%= image_tag "add.svg", aria: { hidden: "true" }, size: 20 %> <% end %>
<%= render partial: "accounts/bots/bot", collection: @bots %>