# Credits, thanks & license

Trialogue is created and maintained by [Philo van Kemenade](https://phivk.com/).

Development of Trialogue started at the [Slovak National Gallery](https://www.sng.sk/sk), while working on the [Filla Fulla Chat project](https://fillafulla.sng.sk/?lang=en#). Functionality and documentation have been significantly improved as part of the [Tolerant Futures project](https://chatterpast.tolerantfutures.com/) in collaboration with the [University of Edinburgh](https://www.ed.ac.uk/) and [Durham University](https://www.durham.ac.uk/), supported by the [UK Arts and Humanities Research Council](https://www.ukri.org/councils/ahrc/).

Trialogue is free and open-source software. You can study, copy and remix its source code to fit your needs and create your own stories.&#x20;

Thanks to everyone who has contibuted ideas, issues or pull requests to the project. \
You are warmly invited to submit issues and pull requests via the [GitHub repo](https://github.com/phivk/trialogue).

### License

Trialogue is licensed under the [MIT licence](https://github.com/phivk/trialogue/blob/main/LICENSE).


---

# 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://phivk.gitbook.io/trialogue/credits-thanks-and-license.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.
