> For the complete documentation index, see [llms.txt](https://docs.intersectmbo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intersectmbo.org/intersect-knowledge-base/archive/cardano-budget-archive/intersect-operational-services/2024-intersect-cdh-and-grant-contracts/2024-cdh-grants/closed-grants/govtool-governance-action-outcome/non-functional-requirements.md).

# Non Functional Requirements

{% hint style="danger" %}
**ARCHIVED**

This page has been archived. It's content might be outdated.
{% endhint %}

### Usability

* This section should be accessible to non-technical users
* This section should be transparent and easy to engage
* Meet WCAG 3.0 AA standards for accessibility
* Development needs to include i18n standards for internationalization

### Scalability

* We expect this tool would need to support at least 250,000 concurrent users

### Performance

* Responsiveness of the tool: Front page load time must be no more than 2 seconds for users that access the website using an LTE mobile connection

### Open source requirements

* Key open source requirements:
  * The section needs to follow the same apache 2.0 of the overall govtool
  * The applicant accepts to create full documentation to allow open contribution
* Use the following boilerplate:
  * <https://github.com/IntersectMBO/web-app-boilerplate-template>

### Technical specification requirements for FE and BE (to ensure integration)

* NodeJS backend
* NextJS frontend
* “Voltaire” Design System based on material UI
* (optional if applicable) Axios

### IP rights

* The code must be open source with an open source license that permits the assets to be changed, redistributed, and used commercially (suggested: Apache 2.0 for code and CC BY 4.0 for other documents and assets)
* Any third party dependencies must not hinder the assets from being changed, redistributed and used commercially
* The assets created for this proposal are universally accessible on a public repository by the time the project has completed
* The assets created for this proposal must migrate into Intersect’s repositories if requested by Intersect

### Deployment and environment requirements

* Other guidance related to deployment, environments requirements will be provided to ensure integration with GovTool


---

# 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://docs.intersectmbo.org/intersect-knowledge-base/archive/cardano-budget-archive/intersect-operational-services/2024-intersect-cdh-and-grant-contracts/2024-cdh-grants/closed-grants/govtool-governance-action-outcome/non-functional-requirements.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.
