# Explore Orchestrator

import DocButton from '~/components/webkit/DocButton.vue';

**Azion Orchestrator** works based on an agent. This agent is installed on your device, making your device, from this moment on, an edge node that [must be authorized](/en/documentation/products/guides/deploy/authorize-an-edge-node/) before starting the orchestration.

[Azion Orchestrator Agent](/en/documentation/products/guides/deploy/install-orchestrator-agent/) presents a list of commands that can be run in the terminal and help you use its features.

The list of commands includes: 

- Install and uninstall.
- Help with general commands.
- Status of the execution of the agent.

<DocButton href="/en/documentation/products/deploy/orchestrator/edge-node/#agent-commands-and-options" label="Go to Orchestrator agent's commands reference" kind="secondary" target="_blank" size="medium" />

You can [check logs](/en/documentation/products/guides/deploy/watch-logs/) related to the edge nodes execution by accessing the file `/var/log/azion/edge-orchestrator.log` and edge services logs in `/var/log/azion/edge-services.log`.

The Orchestrator Agent lets you turn any device into a managed edge node and operate it directly from the terminal, which is useful for hybrid and on-premises deployments that extend Azion's network to your own infrastructure.

## Related resources

- [Install the Orchestrator Agent](/en/documentation/products/guides/deploy/install-orchestrator-agent/)
- [Authorize an edge node](/en/documentation/products/guides/deploy/authorize-an-edge-node/)
- [Watch logs](/en/documentation/products/guides/deploy/watch-logs/)