# Copilot FAQ

**Q: How secure is Copia Copilot?**

Copia Copilot leverages the same cloud-based infrastructure that other Copia applications use. Copia is [SOC 2 Type II compliant](https://www.copia.io/blog/copia-automation-achieves-soc2-type-2-compliance).

**Q: Does Copia use customer data or user-submitted data to train Copilot?**

No customer data, including any files uploaded to Copilot, is used to train the models used by Copilot.

**Q: What programming languages does Copilot support?**

Currently, Copilot supports Rockwell (Studio 5000) and Siemens (TIA Portal) Ladder Logic and Structured Text. We plan to expand support for additional languages in the future.


---

# 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-faq.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.
