# Mistral AI

**Mistral&#x20;*****Le Chat*** is the **multilingual conversational AI assistant (chatbot)** built by the French AI company Mistral AI — think of it as their version of ChatGPT that you can use for questions, writing, coding, research and more.

It runs on Mistral’s own language models, offers a user-friendly interface (including web and mobile apps), and comes in both free and enterprise versions with customization and privacy controls.

{% stepper %}
{% step %}

### Create a Mistral AI Account

Create a free [Mistral Le Chat](https://chat.mistral.ai/chat) account.
{% endstep %}

{% step %}

### Setup AI CoWorker

Open [Robpod AI CoWorker](/ai-coworker/introduction.md) on your PC.&#x20;

Select **Mistral AI** as AI provider.&#x20;

Copy the **MCP URL**.

{% hint style="info" %}
The **MCP URL** enables a cloud-based AI assistant to access your local robot over the internet. Do not share this link with anyone.
{% endhint %}

Click on **CONNECT**.

&#x20;<img src="/files/ujTN0lkvjM4wPsNkSOb4" alt="" data-size="original">
{% endstep %}

{% step %}

### Add Robpod Connector to Mistral AI

Inside Mistral AI, click on **Intelligence → Connectors → + Add Connector**.

<figure><img src="/files/XbsUFWtuR5mwqQlGjS22" alt=""><figcaption></figcaption></figure>

Select **Custom MCP Connector**.&#x20;

Give the connector a name, i.e. Robpod.

Paste the MCP URL in the **Connector Server** field.

Click on **Connect**.

<figure><img src="/files/6dFZWo9hGoK8OV0VCabG" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the MCP link is not used for an extended period (for example, several days), it may change. In that case, copy the new MCP URL from the Robpod CoWorker application and update the connector configuration.
{% endhint %}
{% endstep %}

{% step %}

### Chat with Mistral AI

If connector is created successfully, you can start chating with the AI assisant.
{% endstep %}
{% endstepper %}

{% embed url="<https://youtu.be/LuiSgF7sajI>" %}


---

# 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/mistral-ai.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.
