# API Documentation

- [Getting Started](/api-documentation/getting-started.md): Here we explain how to use the Wale API correctly.
- [Events](/api-documentation/events.md): Wale provides its own event system, among other things, for communication between individual services.
- [Node Notification](/api-documentation/events/node-notification.md)
- [Service Notification](/api-documentation/events/service-notification.md)
- [Network Full](/api-documentation/events/network-full.md)
- [Channel Message](/api-documentation/events/channel-message.md)
- [Listener](/api-documentation/listener.md): Here we explain and demonstrate how you can create and register listeners for Wale events.
- [Executors](/api-documentation/executors.md): Here we describe how you can use the Wale API to send packets, for example, to services to execute events. We handle the sending of the packets using the executor we provided.
- [Channel Executor](/api-documentation/executors/channel-executor.md): The ChannelExecutor was designed for sending channel messages.
- [Player Executor](/api-documentation/executors/player-executor.md): The PlayerExecutor is used to perform interactions with players, such as sending messages, connecting to servers, or retrieving information.
- [Service Executor](/api-documentation/executors/service-executor.md): The ServiceExecutor is used to manage services or obtain information.
