# Introduction to Open Pioneer Trails

## What is Open Pioneer Trails (OPT) ?&#x20;

Open Pioneer Trails, or simply OPT, is an open-source framework for creating client-side, GeoIT applications. The architecture consists of a set of packages, which can be used across different applications, or developed within a single application. The technology stack within the OPT framework is composed of the following: <br>

* Vite is used as the development environment and application bundler.&#x20;
* Vitest runs tests
* React provides the foundation for the UI&#x20;
* Chakra UI is used for components
* Internationalization is supported through FormatJS
* Framework code is in TypeScript. It is recommended, but not required, to use TypeScript for application development as well.&#x20;
* PNPM is the package manager.&#x20;
* Applications are shipped as Web Components.&#x20;

For more information on the OPT framework, please visit the official [Github repository](https://github.com/open-pioneer).&#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://directed-eu.gitbook.io/data-fabric-manual/adding-and-developing-features/introduction-to-open-pioneer-trails.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.
