# Noso Documentation

## Noso Documentation

- [Welcome to Noso](https://docs.nosocoin.com/noso-documentation/welcome-to-noso.md)
- [Whitepaper](https://docs.nosocoin.com/noso-documentation/whitepaper.md): PDF Version
- [Noso History and  Roadmap](https://docs.nosocoin.com/noso-documentation/noso-history-and-roadmap.md)
- [FAQs & Troubleshooting](https://docs.nosocoin.com/noso-documentation/faqs-and-troubleshooting.md): FREQUENTLY ASKED QUESTIONS
- [Getting Started](https://docs.nosocoin.com/noso-documentation/overview/getting-started.md)
- [Setup a Wallet](https://docs.nosocoin.com/noso-documentation/overview/setup-a-wallet.md)
- [Nosolite](https://docs.nosocoin.com/noso-documentation/overview/setup-a-wallet/nosolite.md)
- [Noso-Mobile](https://docs.nosocoin.com/noso-documentation/overview/setup-a-wallet/noso-mobile.md)
- [Earn Noso running a Node](https://docs.nosocoin.com/noso-documentation/how-to-earn-noso/earn-noso-running-a-node.md): Contribute to Noso by running a Node and earn some coins in process :)
- [Headless Node](https://docs.nosocoin.com/noso-documentation/how-to-earn-noso/earn-noso-running-a-node/headless-node.md): Learn how to operate a Noso Masternode headless on Linux
- [List of  node commands](https://docs.nosocoin.com/noso-documentation/how-to-earn-noso/earn-noso-running-a-node/list-of-node-commands.md)
- [SharedNode Contracts](https://docs.nosocoin.com/noso-documentation/how-to-earn-noso/sharednode-contracts.md): Coming Very soon !
- [Noso Governance (GVT)](https://docs.nosocoin.com/noso-documentation/governance/noso-governance-gvt.md)
- [GVT polls](https://docs.nosocoin.com/noso-documentation/governance/noso-governance-gvt/gvt-polls.md)
- [Noso Protocol Bug Bounty Program](https://docs.nosocoin.com/noso-documentation/bug-bounty-program/noso-protocol-bug-bounty-program.md)
- [Downloads](https://docs.nosocoin.com/noso-documentation/links/downloads.md): Quick links
- [Socials](https://docs.nosocoin.com/noso-documentation/links/socials.md): Contribute to Noso by following our socials and spreading the word !!!
- [Project Funds](https://docs.nosocoin.com/noso-documentation/donate-to-noso/project-funds.md)
- [Running a Noso JSON-RPC node for development Utilizing Noso's REST API](https://docs.nosocoin.com/noso-documentation/exchanges/running-a-noso-json-rpc-node-for-development-utilizing-nosos-rest-api.md): A Noso Remote Procedure Call (RPC) node is a type server that allows users to read data on the Noso blockchain and manipulate it for various purposes.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.nosocoin.com/noso-documentation/welcome-to-noso.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.
