# Documentation

- [Commands](/documentation/commands.md): In this section, we go over even more ways to set up commands. Including name aliases, overloads and optional parameters. As mentioned before, the \[Command] attribute is used on any method or property
- [Static commands](/documentation/commands/static-commands.md)
- [Non-static commands](/documentation/commands/non-static-commands.md)
- [Dynamic commands](/documentation/commands/dynamic-commands.md)
- [Overloads](/documentation/commands/overloads.md)
- [Parameters](/documentation/commands/parameters.md)
- [Additional attributes](/documentation/commands/additional-attributes.md)
- [Suggestions](/documentation/suggestions.md): When typing in the command field, a list will appear with suggestions based on your input. These work both for the name of the command you type at the start, as well as the parameters for the command.
- [Suggestion attributes](/documentation/suggestions/suggestion-attributes.md)
- [Suggestor methods](/documentation/suggestions/suggestor-methods.md)
- [Converters](/documentation/converters.md): Ghost Commands comes with built-in support for primitive types as well as popular Unity types such as Vector3, Quaternion, Color and more. However, there may arise instances where you'd want to extend
- [Custom parameter types](/documentation/converters/custom-parameter-types.md)
- [Using the ArgumentReader](/documentation/converters/using-the-argumentreader.md)
- [Multiple ways to interpret an argument](/documentation/converters/multiple-ways-to-interpret-an-argument.md)
- [Processors](/documentation/processors.md): We expect the input to follow the general syntax, but in some cases we might want to alter what is being submitted to support custom functionality.
- [Creating a processor](/documentation/processors/creating-a-processor.md)
- [Setting priorities](/documentation/processors/setting-priorities.md)
- [Cheat codes example](/documentation/processors/cheat-codes-example.md)
- [Macros](/documentation/macros.md)
- [Settings](/documentation/settings.md)
- [Customization](/documentation/customization.md)
- [Included Commands](/documentation/included-commands.md)
