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

# dbi

> Automated tasks in Service - dbi

Used for executing your dbi tasks. Can be executed with parameters to see more debug information.

**Usage:** `dbi [OPTION] <domain>`

**Options:**

* -force Try to run all schedules.
* -debug Display debug information.
* -asap \<id> Run dbi schedule \<id> as soon as possible.
* -param \<name>=\<value> Set a dbi parameter from command line.
* -maxDebug Display all debug information (enables debug).
* -dump Dump XML package to console.
* -convert \<id> Convert external datasource to DBI Agent.
* -about Show about.

Example: `dbi -asap 12 -force -debug support.yourdomain.com`


## Related topics

- [DbiControl](/en/automation/crmscript/reference/CRMScript.Native.DbiControl.md)
- [dbi_agent table](/en/database/tables/dbi-agent.md)
- [dbi_agent_field table](/en/database/tables/dbi-agent-field.md)
- [dbi_agent_schedule table](/en/database/tables/dbi-agent-schedule.md)
- [Trigger](/en/automation/trigger/reference/CRMScript.Event.Trigger.md)
- [Void](/en/automation/crmscript/reference/CRMScript.Global.Void.md)
