# 6.3 Knowledge Base

## GRX Chain Knowledge Base

The GRX Chain Knowledge Base is your central hub for comprehensive information, detailed guides, and educational resources. It was built to empower both new users and seasoned developers. GRXCHAIN Inc. (BVI) maintains it and updates it regularly to reflect the latest changes across the ecosystem.

### What you’ll find

* **Getting Started Guides**\
  Step-by-step setup for wallets, acquiring GRX, adding the network, and first transactions.
* **Developer Documentation**\
  API/RPC references, SDKs, contract development best practices, deployment tutorials, and sample code.
* **Protocol & Technical Concepts**\
  Core blockchain concepts, GRX Chain’s **DPoS** consensus, network architecture, and tokenomics.
* **Troubleshooting & FAQs**\
  Solutions to common issues and quick answers (see **Section 16.1 — FAQ**).
* **Tutorials**\
  Practical walkthroughs for staking, governance participation, GRXswap usage, and more.
* **Ecosystem Overviews**\
  Highlights of dApps, projects, and partnerships building on GRX Chain.

### Search & navigation

Content is organised with clear categories and tags, plus a fast global search so you can jump directly to what you need. Each page includes a mini table of contents and related links to reduce context-switching.

### Update cadence & versioning

Pages include **“Last updated”** timestamps and a short **Change Log** for material edits. API/RPC/Explorer breaking changes are announced on the **Status**/**Changelog** pages and, where possible, with at least **14 days’ notice** before deprecation.

### Feedback & contributions

If something’s missing or unclear, use the **“Suggest an edit”** link on each page or email **<admingrovex@grovex.io>**. For technical errata, include repro steps, screenshots, and relevant tx hashes or contract addresses.

### Accessibility & localisation

We aim for accessible docs (readable typography, high-contrast code blocks, keyboard navigation). Translations may be provided over time; the controlling language is **English**.

### Source of truth & safety

Only trust contract addresses, RPC endpoints, and links published in the Knowledge Base or the **Official Channels** page. Beware of look-alike domains and unverified guides.\
If you want, I can also add a skinny left-nav structure (categories + top 20 articles) and a templated “How-to Article” layout so your team can keep everything uniform.


---

# 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://docs.grxchain.io/6.3-knowledge-base.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.
