--- id: partner-app-doc title: Partner App Template description: Use this template to create a Sumo Logic Partner app doc (/docs/integrations/partner-ecosystem-apps). slug: /help/docs/contributing/templates/partner-app-doc/ canonical: https://www.sumologic.com/help/docs/contributing/templates/partner-app-doc/ --- Use this template to create a [Sumo Logic Partner app](/docs/integrations/partner-ecosystem-apps) 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 title: Vendor Name description: Short description. --- import useBaseUrl from '@docusaurus/useBaseUrl'; `Thumbnail icon` (Introduction about the app) \Add the description from the app description above\ ## Log types and metrics The `{AppName}` App uses... \Enter a list of log types, usually hyperlinked to vendor docs.\ ## Sample log and metrics messages ### Log message ```json title="Log message" \ ``` ### Metric message ```json title="Metric message" \ ``` ## Sample queries ### Log query ```sql title="Log query" \ ``` ### Metric query ```sql title="Metric query" \ ``` ## Prerequisites (optional) \Any steps like permissions or roles that the user should have for configuring the collection steps.\ ## Collection configuration and app installation \This section instructions for collecting logs, metrics, or logs and metrics. You can also give link to collection docs if they are hosted publicly. Include a diagram, as appropriate. For an example, see [Collection process for GCP services](/docs/integrations/google/app-engine/#collection-process-for-gcp-services).\ ### Step 1. \step description\ ### Step 2. \step description\ ### Step n. \step description\ ## Install the `{AppName}` app import AppInstall from '../../reuse/apps/app-install.md'; ## Viewing the `{AppName}` dashboards import FilterDashboards from '../../reuse/filter-dashboards.md'; ### Dashboard 1 \Descriptions of each app dashboard.\ \This section has dashboard description, use cases, and screenshot for each dashboard.\ The Overview Dashboard provides a quick snapshot of .... Use this dashboard to: - \use-case-1\ - \use-case-2\ ### Dashboard 2 View stats and metrics related to ... Use this dashboard to: - \use-case-1\ - \use-case-2\ ## Support This application has been developed and is supported by `{app-owner-name}`. In case of any technical queries, contact support at `support contact`. ```