{% extends "base.html" %} {% block title %}{{ _("help.page_title") }} – DocuElevate{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

{{ _("help.heading") }}

{{ _("help.subheading") }}

{{ _("help.quickstart_heading") }}

{{ _("help.quickstart_upload") }}

{{ _("help.quickstart_upload_desc") }}

{{ _("help.quickstart_storage") }}

{{ _("help.quickstart_storage_desc_full") }}

{{ _("help.quickstart_workflows") }}

{{ _("help.quickstart_workflows_desc") }}

{{ _("help.sources_heading") }}

{{ _("help.sources_web_upload") }}

{{ _("help.sources_web_upload_desc") }}

{{ _("help.sources_email_ingestion") }}

{{ _("help.sources_email_ingestion_desc") }}

{{ _("help.sources_rest_api") }}

{{ _("help.sources_rest_api_desc") }}

{{ _("help.sources_scanner") }}

{{ _("help.sources_scanner_desc_full") }}

{{ _("help.destinations_heading") }}

{{ _("help.destinations_dropbox") }}

{{ _("help.destinations_dropbox_desc") }}

{{ _("help.destinations_google_drive") }}

{{ _("help.destinations_google_drive_desc") }}

{{ _("help.destinations_onedrive") }}

{{ _("help.destinations_onedrive_desc") }}

SharePoint

Upload to SharePoint Online document libraries via Graph API.

{{ _("help.destinations_s3") }}

{{ _("help.destinations_s3_desc") }}

{{ _("help.destinations_nextcloud") }}

{{ _("help.destinations_nextcloud_desc") }}

{{ _("help.destinations_paperless") }}

{{ _("help.destinations_paperless_desc") }}

{{ _("help.destinations_sftp") }}

{{ _("help.destinations_sftp_desc") }}

{{ _("help.destinations_email") }}

{{ _("help.destinations_email_desc") }}

{{ _("help.destinations_webhook") }}

{{ _("help.destinations_webhook_desc") }}

{{ _("help.workflows_heading") }}

{{ _("help.workflows_what_is") }}

{{ _("help.workflows_definition") }}

{{ _("help.workflows_typical_steps") }}

  1. {{ _("help.workflows_step_1_full") }}
  2. {{ _("help.workflows_step_2_full") }}
  3. {{ _("help.workflows_step_3_full") }}
  4. {{ _("help.workflows_step_4") }}

{{ _("help.workflows_creating") }}

  1. {{ _("help.workflows_step_1_create") }}
  2. {{ _("help.workflows_step_2_create") }}
  3. {{ _("help.workflows_step_3_create") }}
  4. {{ _("help.workflows_step_4_create") }}
  5. {{ _("help.workflows_step_5_create") }}

{{ _("help.ingestion_heading") }}

{{ _("help.ingestion_curl") }}

{{ _("help.ingestion_curl_desc") }}

curl -X POST https://your-instance/api/upload \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -F "file=@/path/to/document.pdf"

{{ _("help.ingestion_watched_folders") }}

{{ _("help.ingestion_watched_folders_desc") }}

{{ _("help.ingestion_scanners") }}

{{ _("help.ingestion_scanners_desc") }}

{{ _("help.ingestion_mobile") }}

{{ _("help.ingestion_mobile_desc") }}

{{ _("help.ingestion_zapier") }}

{{ _("help.ingestion_zapier_desc") }}

{{ _("help.faq_heading") }}

{{ _("help.faq_1_a") }}
{{ _("help.faq_2_a") }}
{{ _("help.faq_3_a") }}
{{ _("help.faq_4_a") }}
{{ _("help.faq_5_a_pre") }}{{ _("help.privacy_notice") }}{{ _("help.faq_5_a_post") }}

{{ _("help.support_heading") }}

{{ _("help.support_description") }}

{% if support_email %} {% endif %} {% if zammad_chat_enabled and zammad_url %}
{{ _("help.support_live_chat") }}
{% endif %}
{% if zammad_form_enabled and zammad_url %}

{{ _("help.support_ticket_heading") }}

{{ _("help.support_ticket_desc") }}

{% elif not zammad_form_enabled and not support_email and not zammad_chat_enabled %}

{{ _("help.support_admin_message") }}

{% endif %}
{% endblock %} {% block scripts %} {% if zammad_url and zammad_form_enabled %} {% endif %} {% if zammad_url and zammad_chat_enabled %} {% endif %} {% endblock %}