# Appendix 2. Technical decisions

You will find here the list of the different technical decisions and choices made during the build of the DFC Standard. It is ordered from the most recent one to the oldest one; some of these decisions may sound obsolete or not related to today's specifications but they can help understanding how we build them.

* [Libraries to develop in semantic](https://docs.dfc-standard.org/dfc-standard-documentation/dfc-use-cases/appendixes/technical-decisions/libraries-to-develop-in-semantic)
* [Transition strategy fron current to ideal](https://docs.dfc-standard.org/dfc-standard-documentation/dfc-use-cases/appendixes/technical-decisions/transition-strategy-from-current-to-ideal)
* [Service standard](https://docs.dfc-standard.org/dfc-standard-documentation/dfc-use-cases/appendixes/technical-decisions/service-standard)
* [Serialization](https://docs.dfc-standard.org/dfc-standard-documentation/dfc-use-cases/appendixes/technical-decisions/serialization)
* [Transport layer](https://docs.dfc-standard.org/dfc-standard-documentation/dfc-use-cases/appendixes/technical-decisions/transport-layer)
* [Multi- or single-resource requests?](https://docs.dfc-standard.org/dfc-standard-documentation/dfc-use-cases/appendixes/technical-decisions/multi-or-single-resource-requests)
* [Right delegation between platforms and DFC](https://docs.dfc-standard.org/dfc-standard-documentation/dfc-use-cases/appendixes/technical-decisions/right-delegation-between-platforms-and-dfc)


---

# 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/dfc-use-cases/appendixes/technical-decisions.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.
