# Commands

The first type of "Messages" that an Axon application is associated with are ***Command Messages (or simply Commands).*** This section of the reference guide intends to cover in detail the capabilities that the Axon Framework provides to help facilitate Command Message Development.

A summary of the various sub-sections is given below.

| Sub-Section                                                                                                                                                                                                            | Purpose                                                                           |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| [Modeling](/reference-guide-feature/axon-framework/axon-framework-commands/modeling.md)                                                                                                                                | Axon Framework provided components to address Aggregate Modeling concerns         |
| [Command Dispatchers](/reference-guide-feature/axon-framework/axon-framework-commands/command-dispatchers.md)/ [Command Handlers](/reference-guide-feature/axon-framework/axon-framework-commands/command-handlers.md) | Functional Development concerns for Command Messages using the Axon Framework     |
| [Implementations](/reference-guide-feature/axon-framework/axon-framework-commands/implementations.md)                                                                                                                  | Non-Functional Development concerns for Command Messages using the Axon Framework |
| [Configuration](/reference-guide-feature/axon-framework/axon-framework-commands/configuration.md)                                                                                                                      | Configuration concerns for Command Messages using the Axon Framework              |

This guide is complemented by a video tutorial which gives a practical demonstration of the concepts explained in this section. The tutorial is available at -> [Axon Coding Tutorial - Command Messages](https://www.youtube.com/watch?v=7oy4w5THFEU\&feature=youtu.be)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.practicalddd.com/reference-guide-feature/axon-framework/axon-framework-commands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
