# Quick Start

If you haven’t done it yet, [download and install](/ai-coworker/setup.md) Robpod AI CoWorker.

<figure><img src="/files/eetvFz1snDCyRhwTghy1" alt="" width="375"><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Open a Project

Open the CoWorker Project File you want to use. [CoWorker Projects](/ai-coworker/coworker-projects.md) can be developed using Robpod Studio to build custom AI actions. Choose *Default Project* for a simple demo experience.&#x20;
{% endstep %}

{% step %}

### Set the AI Provider

Choose the AI Assistant the you want to use.

<figure><img src="/files/hr1EhVr1w3hmHBJF8tA5" alt="" width="358"><figcaption></figcaption></figure>

Click on **Auto Config** to automatically configure the AI Provider. Or choose **Manual Config** to see the instructions to setup manually the connection with the AI Assistant.&#x20;

{% hint style="info" %}
You can find [here](/ai-coworker/setup.md) the instructions to setup your AI provider.
{% endhint %}
{% endstep %}

{% step %}

### Connect the robot

Select the brand of you robot and specify the robot IP address (robot must be reachable from your PC). Click on **CONNECT.**
{% endstep %}

{% step %}

### Chat with your AI Assistant

Once the robot is connected, you can start chating with your AI assitant.

<figure><img src="/files/NQ0BIEJpSix6ZjmJiSzC" alt="" width="232"><figcaption></figcaption></figure>

{% hint style="info" %}
If you need to perform some motion command, remeber to take first control of the robot.

In case of **Universal Robots** you can take control of the robot enabling the Remote Control mode un robot teach pendant.&#x20;

In case of **Doosan Robotics**, ask to the AI assistant to "take control of the robot", then accpet the notification that will appear on the robot teach pendant.
{% endhint %}

{% hint style="info" %}
Remeber that the *Default Project* is just for simple demonstration&#x73;*,* build a custom [CoWorker Project](/ai-coworker/coworker-projects.md) for real scenario applications.
{% endhint %}
{% endstep %}
{% endstepper %}

{% tabs %}
{% tab title="Universal Robots" %}
{% embed url="<https://youtu.be/-hgk8nBinIU>" %}
{% endtab %}

{% tab title="Doosan Robotics" %}
{% embed url="<https://www.youtube.com/watch?v=qnF3I5X7nUM>" %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.robpod.cloud/ai-coworker/quick-start.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
