# Setup

{% stepper %}
{% step %}

### Download and Install

[Download](https://github.com/robpodcloud/robpod-coworker/releases/latest/download/robpod-ai-coworker-setup.exe) Robpod AI CoWorker setup file. Execute the steup file to install AI Coworker application on you PC.
{% endstep %}

{% step %}

### Install the Robot Plugin (Optional)

If you plan to use AI CoWorker in [automatic mode](/ai-coworker/automatic-mode.md) while a robot program is running, install also the Robpod Plugin on the robot controller.

<table><thead><tr><th width="176.20001220703125">ROBOT</th><th>PLUGIN DOWNLOAD</th><th>INSTRUCTIONS</th></tr></thead><tbody><tr><td><strong>Universal Robots</strong></td><td><a href="http://github.com/robpodcloud/robpod-studio/releases/latest/download/robpod-plugin.urcap" class="button primary" data-icon="square-down">Robpod Plugin URCAP</a></td><td><a data-mention href="/pages/f1LPycD3VYApgqQhKsX6">/pages/f1LPycD3VYApgqQhKsX6</a></td></tr><tr><td><strong>Doosan Robotics</strong></td><td><a href="http://github.com/robpodcloud/robpod-studio/releases/latest/download/robpod-plugin.dm" class="button primary" data-icon="square-down">Robpod Plugin DM</a></td><td><a data-mention href="/pages/CsQoheYZPYQn8SJWgEim">/pages/CsQoheYZPYQn8SJWgEim</a></td></tr></tbody></table>
{% endstep %}

{% step %}

### Setup the AI Provider

Configure the connection with your preferred AI Assistant. See documentation page with instructions for each AI provider below.

{% content-ref url="/pages/0TDk1Of42OE2q29oEP1X" %}
[Mistral AI](/ai-coworker/setup/mistral-ai.md)
{% endcontent-ref %}

{% content-ref url="/pages/DJDcK71iPGV5zC6ZQqBA" %}
[ChatGPT](/ai-coworker/setup/chatgpt.md)
{% endcontent-ref %}

{% content-ref url="/pages/wiL0d3Faoij21Xw5Il5L" %}
[Claude Desktop](/ai-coworker/setup/claude-desktop.md)
{% endcontent-ref %}

{% content-ref url="/pages/o9koVMBQe2p0XRpF9eTs" %}
[LM Studio](/ai-coworker/setup/lm-studio.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ef6uUkHnM3l4JmS6wKdf" %}
[MCP Server](/ai-coworker/setup/mcp-server.md)
{% endcontent-ref %}
{% endstep %}
{% endstepper %}


---

# 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/setup.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.
