**Tags**: #Process
## Prefer Markdown for most documentation
Markdown should be used as the default documentation and authoring standard. Markdown has the following characteristics which make it ideal:
- Plain text has a small resource footprint across network, storage, memory, and processing time
- Accessible across all operating systems without proprietary software
- Supports transpilation to other standards (.docx, .pdf, .html)
## Use tags
Tags can be applied to Markdown documents for integration with tools like Obsidian.
Apply tags to Markdown files at the top of the file using the following structure:
```markdown
**Tags**: #Process
```
## Style guide recommendations
Use the [Microsoft Style Guide](https://learn.microsoft.com/en-us/style-guide/top-10-tips-style-voice) as general guidance on writing style.