| 1 | > **Warning** |
| 2 | > |
| 3 | > ## THIS IS AN AUTOGENERATED FILE. DO NOT EDIT. |
| 4 | > |
| 5 | > ## Please edit the corresponding file in [/packages/mermaid/src/docs/ecosystem/integrations-create.md](../../packages/mermaid/src/docs/ecosystem/integrations-create.md). |
| 6 | |
| 7 | # Integrations - create |
| 8 | |
| 9 | ## Recommendations |
| 10 | |
| 11 | Below are recommendations for creating plugins and integrations with Mermaid. |
| 12 | |
| 13 | ### File Extension |
| 14 | |
| 15 | Applications that support Mermaid files [SHOULD](https://datatracker.ietf.org/doc/html/rfc2119#section-3) use `.mermaid` or `.mmd` file extensions. |
| 16 | |
| 17 | ### MIME Type |
| 18 | |
| 19 | The recommended [MIME type](https://www.iana.org/assignments/media-types/media-types.xhtml) for Mermaid media is [`text/vnd.mermaid`](https://www.iana.org/assignments/media-types/application/vnd.mermaid). |
| 20 | |
| 21 | ## Showcase |
| 22 | |
| 23 | ### Mermaid Discord workspace |
| 24 | |
| 25 | We would love to see what you create with Mermaid. Please share your creations with us in our [Discord](https://discord.gg/sKeNQX4Wtj) server [#showcase](https://discord.com/channels/1079455296289788015/1079502635054399649) channel. |
| 26 | |
| 27 | ### Add to Mermaid Ecosystem |
| 28 | |
| 29 | If you have a plugin or integration that you'd like to add to our [Community integrations](/ecosystem/integrations-community) list, please [open a pull request](https://github.com/mermaid-js/mermaid). |
| 30 | |