> For the complete documentation index, see [llms.txt](https://wiki.codeandcompile.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.codeandcompile.com/factory-automation/digital-twin/factory-io.md).

# FACTORY IO

### ⚙ Download the software

The software used in this course is FACTORY I/O which you can download from the link here:[Hardware and Software](/resources/hardware-and-software.md). The software is available for 30 days trial period and if you want to extend the license, you can order here for as low as 15€/month.

{% embed url="<https://codeandcompile.com/factory-io>" %}
Weblink to order your software license
{% endembed %}

### 💻 Online Course

If you are not enrolled in the Factory Automation using PLC course then join at&#x20;

{% embed url="<https://codeandcompile.com/course/factory-automation>" %}
**E-Learning course**
{% endembed %}

### ✅ FACTORY IO Scene and CONTROL IO program

In the following page, you will find the solutions for the tasks which are solved in the E-Learning course. In the solution, you will find the FACTORY IO scene and CONTROL IO program. You must open them together to start the simulation

[Tasks and Solutions](/factory-automation/digital-twin/factory-io/tasks-and-solutions.md)

FACTORY IO Scenes

{% hint style="info" %}
💡 Feel free to revert back to <compiletocode@gmail.com> if you find any bug in the download link or document
{% endhint %}

### More information

Check the online documentation of FACTORY IO at this page [Books and Guides](/resources/books-and-guides.md)where you will learn how to integrate various PLCs or SoftPLCs with FACTORY IO.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.codeandcompile.com/factory-automation/digital-twin/factory-io.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
