# Connector

The DFC connector is a tool designed to help developers to implement the DFC standard in their applications as they don't need any particular semantic web skills. It takes the form of a library providing data conforming to the DFC ontology and taxonomies.

Like applications are developed in different programming languages, we provide the connector in several programming languages. Instead of making these versions by hand (which would be a huge effort), we are generating them thanks to a source code generator.

The source code generator takes a UML model as input and produce valid ready-to-run source code as output.

The following pages specify the connector tool chain:

* Model specifications:
* Semantizer specifications:
* Connector specifications:


---

# 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.dfc-standard.org/dfc-standard-documentation/connector.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.
