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

# The Hugs Layer

- [Overview](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/overview.md): An introduction to the four core elements
- [Multi dApp layer](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/multi-dapp-layer.md): Open infrastructure layer for collaborative working
- [Why build on Curator?](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/why-build-on-curator.md): Scale up fast on a decentralised ecosystem
- [Reviewer System](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/reviewer-system.md): Safeguarding data quality
- [On-Chain Reputation](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/on-chain-reputation.md): Multi-level reputation system
- [User Reputation](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/on-chain-reputation/user-reputation.md): User-owned reputation via Soulbound NFTs
- [Client Reputation](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/on-chain-reputation/client-reputation.md): Reputation building on both ends of the spectrum
- [Reputation Scoring](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/on-chain-reputation/reputation-scoring.md): How a user's Reputation Score is calculated
- [Quantity Scoring](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/on-chain-reputation/quantity-scoring.md): The Impact of Time on Reputation Scoring
- [Quality Scoring](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/on-chain-reputation/quality-scoring.md): Scoring through Consensus and Feedback
- [The Quality Label](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/on-chain-reputation/the-quality-label.md): dApp-specific Reputation
- [User Rewards](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/user-rewards.md): Enabling multi-tier rewards
- [Elastic Reward Pool](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/user-rewards/elastic-reward-pool.md): A token well that never runs dry
- [Secondary Rewards](https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer/user-rewards/secondary-rewards.md): Apps can provide additional rewards


---

# 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, and the optional `goal` query parameter:

```
GET https://hugs-solutions.gitbook.io/hugs-platform/the-hugs-layer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
