<%= render "chats/ai_avatar" %>

Hey <%= Current.user&.first_name || "there" %>! I'm an AI/large-language-model that can help with your finances. I have access to the web and your account data.

You can use / to access commands

Here's a few questions you can ask:

<% questions = [ { icon: "chart-area", text: "Evaluate investment portfolio" }, { icon: "wallet-minimal", text: "Show spending insights" }, { icon: "alert-triangle", text: "Find unusual patterns" } ] %>
<% questions.each do |question| %> <% end %>