# Summary
[Introduction](./introduction.md)
# Getting Started
- [Installation](./installation.md)
- [Quick Start](./quickstart.md)
# Commands Reference
- [Commands Overview](./commands/README.md)
- [gen - Generate IDs](./commands/gen.md)
- [inspect - Analyze IDs](./commands/inspect.md)
- [convert - Convert Formats](./commands/convert.md)
- [validate - Validate IDs](./commands/validate.md)
- [compare - Compare IDs](./commands/compare.md)
- [info - ID Type Information](./commands/info.md)
# ID Types Reference
- [ID Types Overview](./id-types/README.md)
- [UUID Family](./id-types/uuid.md)
- [ULID](./id-types/ulid.md)
- [NanoID](./id-types/nanoid.md)
- [Snowflake ID](./id-types/snowflake.md)
- [Other ID Types](./id-types/others.md)
# Examples
- [Examples Overview](./examples/README.md)
- [Generating IDs](./examples/generation.md)
- [Inspecting IDs](./examples/inspection.md)
- [Converting Formats](./examples/conversion.md)
- [Shell Scripting](./examples/scripting.md)
- [JSON Output](./examples/json-output.md)
# Appendix
- [Encoding Formats](./appendix/encoding-formats.md)
- [ID Types Comparison](./appendix/comparison-table.md)