# White Paper

A White Paper is a means of [documentation](https://trusteddapps.gitbook.io/blockchain/projects/documentation), communication and advertisement for many blockchain projects. A good White Paper should give it's readers a factual (buzz free) overview of the project, and a detailed problem/solution description.

Questions a White Paper should answer:

* What business problem will the project solve ?
* Who is behind the project ?
* What is the technological architecture ?
* What milestones have been reached ?
* Roadmap


---

# 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://trusteddapps.gitbook.io/blockchain/projects/documentation/white-paper.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.
