# FAQ

### What languages are supported?

The current version of the Fimio Platform (MVP) is designed to support Python 3:10. If you are familiar with Docker you will notice you *\*can\** build projects in any language, however we advise that you stick to Python for now. The Docker containers automatically pin to Python 3:10.

### Can I run builds from both public and private repos?

Yes! For now (MVP), if the repository is public, the **Docker containers generated are also public** and go to [this DockerHub repo](https://hub.docker.com/u/fimiodev). If you build from private projects, the containers stay only on the Fimio platform. (Future feature: shipping the container to your container registry).

### How long is the live preview build environment available?

60 mins from when the container is created.&#x20;

### How do I submit bug reports or feature requests?

Get in touch through our [feedback repo on GitHub](https://github.com/fimio-xyz/feedback). We'd love to hear from you!&#x20;


---

# 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://fimio.gitbook.io/fimio-documentation/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.
