# Automatic Mode

In many real-world applications, a robot program is already running on the robot in automatic mode, and the goal is simply to allow the user to interact with the robot through an AI Assistant.

To achieve this behavior, you can develop the actions that the AI Assistant can execute in a [CoWorker project](https://docs.robpod.cloud/ai-coworker/coworker-projects), following the standard guidelines. Then, in the robot program, you can use the AI CoWorker block to add the AI actions to your existing application without changing its core logic.

{% hint style="info" %}
[Robpod plguin](https://docs.robpod.cloud/ai-coworker/setup) must be intalled on your robot to use the Automatic Mode.
{% endhint %}

{% tabs %}
{% tab title="Universal Robots" %}

1. Develop your [CoWorker Project](https://docs.robpod.cloud/ai-coworker/coworker-projects) with Robpod Studio.
2. [Connect](https://docs.robpod.cloud/robot/robot-toolbar/connect-the-robot) the robot and ![](https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2F4eP35WIUFMN2yvUGcaH7%2Fsynchronize.png?alt=media\&token=762a6f7a-935e-4c02-b7c8-d9d9f194bf21) **Synchronize** the project.&#x20;

   <figure><img src="https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2F5keSEI7DNidlYpu1RZxi%2Fsynchronize%20project.png?alt=media&#x26;token=777b7693-3fac-4762-8e41-e2db164a1aa0" alt=""><figcaption></figcaption></figure>
3. Inside Polyscope add the **AI CoWorker** command to the robot program, select the CoWorker project you want to use.&#x20;

   <figure><img src="https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2FnkdmbhLdh727RfBqyCSj%2Fimmagine.png?alt=media&#x26;token=d3b48d01-7b67-4b3a-a524-9d67347cda1b" alt=""><figcaption></figcaption></figure>
4. Execute the program.
5. Open Robpod [CoWorker App](https://docs.robpod.cloud/ai-coworker/quick-start) on your PC and select the same CoWorker project file used in the robot program. Click on **CONNECT**.&#x20;

   <figure><img src="https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2FY1hRzqZmFNjolWofLIh3%2Fimmagine.png?alt=media&#x26;token=c064419e-68e1-4ea0-8f51-16808c0b2fb1" alt="" width="232"><figcaption></figcaption></figure>
6. Chat with your AI Assistant.
   {% endtab %}

{% tab title="Doosan Robotics" %}

1. Develop your [CoWorker Project](https://docs.robpod.cloud/ai-coworker/coworker-projects) with Robpod Studio.
2. Open Robpod App on robot teach Pendant.&#x20;
3. Inside Robpod Studio, [c](https://docs.robpod.cloud/robot/robot-toolbar/connect-the-robot)[onnect](https://docs.robpod.cloud/robot/robot-toolbar/connect-the-robot) the robot and ![](https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2F4eP35WIUFMN2yvUGcaH7%2Fsynchronize.png?alt=media\&token=762a6f7a-935e-4c02-b7c8-d9d9f194bf21) **Synchronize** the project.&#x20;

   <figure><img src="https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2FxDEScC2oFJdkauVjbOKA%2Fsynchronize%20project%20dr.png?alt=media&#x26;token=de7922c4-549c-46e9-a559-c0084d5454bd" alt=""><figcaption></figcaption></figure>
4. Inside Task Editor add the **AI CoWorker** command to the robot program, select the CoWorker project you want to use.&#x20;

   <figure><img src="https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2FRi7ouAYSwRZdB4xhMNTm%2FImmagine%202026-01-08%20201407.png?alt=media&#x26;token=7f1943f5-ac85-4204-b17f-ea38f8205c80" alt=""><figcaption></figcaption></figure>
5. Execute the program.
6. Open Robpod [CoWorker App](https://docs.robpod.cloud/ai-coworker/quick-start) on your PC and select the same CoWorker project file used in the robot program. Click on **CONNECT**.&#x20;

   <figure><img src="https://175138337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fvxlh3prlGsBGF30oqbYW%2Fuploads%2F90N0M0T4tjZY5befTWys%2Fimmagine.png?alt=media&#x26;token=b2ec76a9-c3d0-472b-bc43-37cd71b7791f" alt="" width="232"><figcaption></figcaption></figure>
7. Chat with your AI Assistant.
   {% endtab %}
   {% endtabs %}
