# NodeGo Documentation

## NodeGo Documentation

- [Welcome](https://docs.nodego.ai/readme.md)
- [OverView](https://docs.nodego.ai/introduction/quickstart.md)
- [Mission and Vision](https://docs.nodego.ai/introduction/mission.md)
- [$GO Token](https://docs.nodego.ai/introduction/usdgo-token.md)
- [Tokenomics](https://docs.nodego.ai/introduction/usdgo-token/tokenomics.md): GO Token($GO) is the native token of the NodeGo network with the total supply will remain fixed at 1,000,000,000 tokens.
- [OverView](https://docs.nodego.ai/nodego-ecosystem/overview.md)
- [Core Components](https://docs.nodego.ai/nodego-ecosystem/core-components.md)
- [Services](https://docs.nodego.ai/nodego-ecosystem/services.md)
- [Community & Governance](https://docs.nodego.ai/nodego-ecosystem/community-and-governance.md)
- [Business Model](https://docs.nodego.ai/how-it-work/integrations.md)
- [Contribute to Earn](https://docs.nodego.ai/how-it-work/contribute-to-earn.md)
- [Rent Resource](https://docs.nodego.ai/how-it-work/rent-resource.md)
- [Infrastructure Design](https://docs.nodego.ai/technical-architecture/infrastructure-design.md)
- [Resource Allocation & Management](https://docs.nodego.ai/technical-architecture/resource-allocation-and-management.md)
- [Security & Blockchain Integration](https://docs.nodego.ai/technical-architecture/security-and-blockchain-integration.md)
- [API Integration](https://docs.nodego.ai/developer-guide/integrations.md): How to integrate NodeGo API in to your AI application.
- [Building Applications on NodeGo](https://docs.nodego.ai/developer-guide/building-applications-on-nodego.md)
- [DAO Structure](https://docs.nodego.ai/community-and-governance/integrations.md)
- [Voting Process](https://docs.nodego.ai/community-and-governance/integrations-1.md)
- [Reputation System](https://docs.nodego.ai/community-and-governance/integrations-2.md)
- [FAQs](https://docs.nodego.ai/support-and-resources/faqs.md)
- [Troubleshooting](https://docs.nodego.ai/support-and-resources/troubleshooting.md)
- [Official Links](https://docs.nodego.ai/support-and-resources/official-links.md)
- [Privacy Policy](https://docs.nodego.ai/privacy-policy.md)
- [Contact](https://docs.nodego.ai/contact.md): Contact Information
- [Media Kit](https://docs.nodego.ai/media-kit.md)


---

# 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.nodego.ai/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.
