--- id: app-template-v2 title: Apps Template description: Use this template to create an App Catalog doc (/docs/integrations/...). slug: /help/docs/contributing/templates/app-template-v2/ canonical: https://www.sumologic.com/help/docs/contributing/templates/app-template-v2/ --- Use this template to create an [App Catalog](/docs/integrations) doc. Copy and paste this into your new .md file. Refer to the [Style Guide](/docs/contributing/style-guide) if needed. ```md --- id: vendor-name #example: acme title: Vendor Name #example: Acme image: 'https://app_icons.s3.amazonaws.com/dropbox.svg' #replace with your app logo tags: - apps - vendor-name #example: acme description: 'The Sumo Logic app for {{vendor name}} analyzes...' #Aim for 140–160 characters. Example: The Sumo Logic app for Acme analyzes log data from Acme Events, giving you visibility into performance, authentication, audit activity, and user behavior. --- import useBaseUrl from '@docusaurus/useBaseUrl'; \Introduction: The Sumo Logic app for `{{vendor name}}`, which `{{vendor description}}` enables you to `{{verb}}` `{{data type}}` from `{{vendor name}}`. This integration helps you `{{business value, security, performance outcome}}`, providing visibility into `{{specific activities, events, or metrics}}`. With this data in Sumo Logic, you can `{{key use cases}}`.\ ## Log and metric types ### Sample log messages \Insert code snippet\ ### Sample queries \Insert code snippet\ ## Installing the `{{vendor name}}` app import AppInstall2 from '../../reuse/apps/app-install-v2.md'; ## Viewing `{{vendor name}}` dashboards import ViewDashboards from '../../reuse/apps/view-dashboards.md'; ### `{{Dashboard name 1}}` \Dashboard description\ \Dashboard use cases\ \Dashboard screenshot\ ## Create monitors for the `{{vendor name}}` app \This section doesn't apply to all apps; use only where needed.\ import CreateMonitors from '../../reuse/apps/create-monitors.md'; ### `{{vendor name}}` alerts \This section doesn't apply to all apps; use only where needed.\ These alerts are metrics-based and will work for `{{vendor name}}`. ## Upgrade/Downgrade the `{{vendor name}}` app (optional) import AppUpdate from '../../reuse/apps/app-update.md'; ## Uninstalling the `{{vendor name}}` app (optional) import AppUninstall from '../../reuse/apps/app-uninstall.md'; ```