> For the complete documentation index, see [llms.txt](https://blurtopian.gitbook.io/dpolls/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blurtopian.gitbook.io/dpolls/readme.md).

# Nero dPolls

Link to official documentation: <https://blurtopian.gitbook.io/dpolls>

* [Roadmap](#roadmap)
* [System Architecture](#system-architecture)
* [User Journey](#user-journey)
* [Prototype](#prototype)

## Roadmap

Moved to <https://github.com/eastmaels/nero-polls-dapp/tree/main>

## Live Demo

<https://dpolls.vercel.app/>

## System Architecture

![SMART dPolls System Architecture](https://github.com/user-attachments/assets/a40c31c7-fc07-4af2-9641-75cb2eb0f7f8)

## User Journey

{% @mermaid/diagram content="flowchart TD
A\[Start] --> B\[Create Poll]
B --> B1\[Add Title/Options]
B1 --> B2\[Configure Settings]
B2 --> B3{Publish?}
B3 -->|Yes| C\[AA Payment]
B3 -->|No| D\[Save Draft]

```
C --> E[User Submits Response]
E --> E1[AA Payment]
E1 --> F[View Results]
F --> G[Share Results]

C --> H[Modify Poll]
H --> H1[Edit Title/Options]
H1 --> H2[Update Poll]

C --> I[Deactivate Poll]
I --> I1[Confirm Closure]
I1 --> J[Poll Archived]" %}
```


---

# 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:

```
GET https://blurtopian.gitbook.io/dpolls/readme.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.
