> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yafai.in/llms.txt
> Use this file to discover all available pages before exploring further.

# Commands

> Core Engine for Multi Agent Orchestration

> Yafai-Core has few commands and options to run the core engine.

```bash theme={null}

#once Installed. try yafai-core -h for options
yafai-core -h

yafai-core # intitalizes the default configuration for the core engine


yafai-core load <path to workspace configuration yaml file> # this loads the workspace configuration file

yafai-core -m tui  # this starts a terminal chat ui below are the screenshots
yafai-core -m link  # this starts the grpc link service only, without the terminal UI.

```

## Terminal UI

<Frame>
  <img src="https://mintcdn.com/yafai/IO5m3MJSvbpjG5L1/images/tui-mode.png?fit=max&auto=format&n=IO5m3MJSvbpjG5L1&q=85&s=6a942d9cd6f8671afd3d2ea4272568f4" alt="Terminal UI" width="1565" height="975" data-path="images/tui-mode.png" />
</Frame>
