> For the complete documentation index, see [llms.txt](https://docs.hivel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivel.ai/hybrid-hivel-agent/3.-prerequisites-and-set-up/step-8-run-first-sync.md).

# Step 8 - Run first sync

```
./hivel-agent --config config.yml --env-file .env sync --verbose
```

A TUI dashboard launches automatically in interactive terminals. To disable it:

```
./hivel-agent --config config.yml --env-file .env sync --no-progress
```

To sync only one provider from a multi-provider config:

```
./hivel-agent --config config.yml --env-file .env sync --provider github --verbose
```

{% columns %}
{% column %} <a href="/hybrid-hivel-agent/3.-prerequisites-and-set-up/step-7-add-jira-custom-fields-to-config.md" class="button primary" data-icon="backward">Step 7</a>
{% endcolumn %}

{% column %}

{% endcolumn %}

{% column %} <a href="/hybrid-hivel-agent/3.-prerequisites-and-set-up/step-9-scheduling.md" class="button primary" data-icon="forward">Step 9</a>
{% endcolumn %}
{% endcolumns %}
