• Settings
  • <%= link_to 'Profile', settings_profile_index_path, class: 'text-base hover:bg-base-300' %>
  • <%= link_to 'Account', settings_account_path, class: 'text-base hover:bg-base-300' %>
  • <% unless Docuseal.multitenant? %>
  • <%= link_to 'Email', settings_email_index_path, class: 'text-base hover:bg-base-300' %>
  • <%= link_to 'Storage', settings_storage_index_path, class: 'text-base hover:bg-base-300' %>
  • <% end %>
  • <%= link_to 'Signature', settings_esign_index_path, class: 'text-base hover:bg-base-300' %>
  • <%= link_to 'Team', settings_users_path, class: 'text-base hover:bg-base-300' %>
  • <% unless Docuseal.multitenant? %>
  • <%= link_to 'API', settings_api_index_path, class: 'text-base hover:bg-base-300' %>
  • <% end %>
  • <%= link_to 'Console', console_redirect_index_path, class: 'text-base hover:bg-base-300' %>
Need help? Ask a question:
<%= svg_icon('brand_github', class: 'w-8 h-8') %> <%= svg_icon('brand_discord', class: 'w-8 h-8') %> <%= svg_icon('brand_twitter', class: 'w-8 h-8') %>
" target="_blank" class="btn btn-neutral btn-outline w-full mt-5"> <%= svg_icon('send', class: 'h-5 w-5') %> Tell about us <%= Docuseal::SUPPORT_EMAIL %>