> 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/constitutional-convention-voting-tool/non-functional-requirements.md).

# Non Functional Requirements

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

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

<table><thead><tr><th width="107">ID</th><th>Non-Functional Requirement</th></tr></thead><tbody><tr><td>1</td><td>The platform can support 200 concurrent voters over multiple days</td></tr><tr><td>2</td><td>The platform can support 10,000 concurrent users (including observers) over multiple days</td></tr><tr><td>3</td><td>The platform has a mobile first UI</td></tr><tr><td>4</td><td>The platform UI looks good on desktop</td></tr><tr><td>5</td><td>Hosting is provided by the vendor during development, up to the end of the convention, and for 2 months after the convention</td></tr><tr><td>6</td><td>The vendor is responsible for collecting on-chain data ( e.g. by running a chain follower)</td></tr><tr><td>7</td><td>The project is open source and the code is published under the Apache 2.0 licence</td></tr><tr><td>8</td><td>If voters are required to use their wallets to login and vote then there must be compatibility with a wide range of wallets.</td></tr><tr><td>9</td><td>The tool must be branded with constitutional convention branding</td></tr><tr><td>10</td><td>Wherever data is being pulled from a database in order to display it then updates to the data must be displayed to the user in under 3 seconds</td></tr><tr><td>11</td><td>The tool can handle up to one active poll at any one time</td></tr></tbody></table>


---

# 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/constitutional-convention-voting-tool/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.
