• 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? %> <% if can?(:read, EncryptedConfig.new(key: EncryptedConfig::EMAIL_SMTP_KEY, account: current_account)) %>
  • <%= link_to 'Email', settings_email_index_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% if can?(:read, EncryptedConfig.new(key: EncryptedConfig::FILES_STORAGE_KEY, account: current_account)) %>
  • <%= link_to 'Storage', settings_storage_index_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% if can?(:read, EncryptedConfig.new(key: 'submitter_invitation_sms', account: current_account)) %>
  • <%= link_to 'SMS', settings_sms_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% end %> <% if can?(:read, AccountConfig) %>
  • <%= link_to 'Notifications', settings_notifications_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% if can?(:read, EncryptedConfig.new(key: EncryptedConfig::ESIGN_CERTS_KEY, account: current_account)) %>
  • <%= link_to 'E-Signature', settings_esign_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% if can?(:read, User) %>
  • <%= link_to 'Team', settings_users_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% if Docuseal.demo? || !Docuseal.multitenant? %> <% if can?(:read, AccessToken) %>
  • <%= link_to 'API', settings_api_index_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% if can?(:read, EncryptedConfig.new(key: EncryptedConfig::WEBHOOK_URL_KEY, account: current_account)) %>
  • <%= link_to 'Webhooks', settings_webhooks_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% end %> <% if can?(:read, AccountConfig) %>
  • <%= link_to 'Personalization', settings_personalization_path, class: 'text-base hover:bg-base-300' %>
  • <% end %> <% unless Docuseal.demo? %>
  • <%= link_to Docuseal.multitenant? ? console_redirect_index_path : Docuseal::CONSOLE_URL, class: 'text-base hover:bg-base-300', data: { prefetch: false } do %> Console New <% end %>
  • <% end %>
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 %>