> For the complete documentation index, see [llms.txt](https://pmse.gitbook.io/pmse-dhdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pmse.gitbook.io/pmse-dhdk/2.-software-requirement-specification/2.3-domain-models.md).

# 2.3 Domain Models

## Domain and Sector

The project operates within the cultural heritage sector, specifically under the Ministry of Culture, which oversees the preservation, management, and promotion of Italy’s cultural and artistic heritage. The integration of advanced software solutions into this domain is pivotal for enhancing accessibility, efficiency, and innovation in managing cultural assets.

## Target Audience

The target audience for the project includes a diverse range of stakeholders who interact with Geoportale (GNA). This includes ministry officials responsible for policy and administrative tasks, researchers delving into historical and cultural studies, archaeologists exploring Italy's ancient heritage, and scholars conducting specialized academic inquiries. The chatbot caters to users who rely on the GNA platform for information retrieval, data analysis, and resource management, thereby enhancing their overall experience.

## Content Delivery Model

The content delivery model ensures seamless access to the chatbot through an integrated section within the GNA platform. This centralized approach allows users to interact with the system directly from the platform, ensuring that the tool is intuitive, accessible, and fully embedded into their existing workflows. The chatbot's functionality will be tailored to meet the specific needs of its user base, streamlining access to information and resources.

## Stakeholder Entities

The project's stakeholders encompass a variety of entities invested in its development. These include the Ministry of Culture and ICCD as the primary authorities overseeing the initiative, technical teams responsible for development and maintenance, and external service providers supporting infrastructure and AI integration. Additionally, academic institutions, cultural organizations, and private sector collaborators may have a vested interest in the chatbot's capabilities and its potential to enhance cultural heritage management and research.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://pmse.gitbook.io/pmse-dhdk/2.-software-requirement-specification/2.3-domain-models.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
