# Copia Copilot

## Introduction

Welcome to the Copia Copilot docs! Copia Copilot is a tier of features that introduces AI-powered enhancements to your workflows across the Copia suite of applications. Copia Copilot currently includes the following products:

1. **Copilot chat:** Copilot chat is an interactive Generative AI assistant designed to help technical Automation and Controls users with their daily tasks. Generate new control code, get assistance in modifying code, and create documentation instantly using this tool.
2. **Copilot for DeviceLink:** Monitor code changes using readable, natural language change summaries for all modified device backups.&#x20;
3. **Copilot for Source Control:** Summarize changes between revisions of project files and generate change descriptions for documentation and commit messages.

Copia Copilot currently supports **Rockwell/Allen Bradley Studio 5000** and **Siemens TIA Portal** projects, but we plan to add support for more project types soon. The chart below shows our support by vendor and feature in greater detail.

| Vendor                             | Copilot Chat         | Copilot for DeviceLink | Copilot for Source Control |
| ---------------------------------- | -------------------- | ---------------------- | -------------------------- |
| Rockwell/Allen Bradley Studio 5000 | :white\_check\_mark: | :white\_check\_mark:   | :white\_check\_mark:       |
| Siemens TIA Portal                 | :white\_check\_mark: | :construction\_site:   | :construction\_site:       |

For information on adding Copilot to your Copia plan, or for information on a trial, please contact your Copia account executive.

{% hint style="success" %}
Copia Copilot is an opt-in tool only accessible to subscribed users. No customer data, including any files uploaded to Copilot, is used to train the LLM model(s) used by Copilot. For more information, see the [Copilot FAQ](/docs/copilot-faq.md).
{% endhint %}

## Additional Copilot Documentation

Follow the links below to view the rest of the Copia Copilot documentation.

{% content-ref url="/pages/oVm9fuDVM01vUZvHBJiv" %}
[Getting Started](/docs/copilot/copilot-chat/getting-started.md)
{% endcontent-ref %}

{% content-ref url="/pages/on0dTCGVNbmK4dOcVPtT" %}
[Using Copilot chat](/docs/copilot/copilot-chat/using-copilot-chat.md)
{% endcontent-ref %}


---

# 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.copia.io/docs/copilot/copia-copilot.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.
