> For the complete documentation index, see [llms.txt](https://docs.hectagon.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hectagon.finance/product.md).

# Hectagon Product

- [Overview](https://docs.hectagon.finance/product/overview.md): Explanation of every components in Hectagon
- [Contracts](https://docs.hectagon.finance/product/contracts.md)
- [SmartContract Audit](https://docs.hectagon.finance/product/smartcontract-audit.md)
- [User Manual](https://docs.hectagon.finance/product/user-manual.md)
- [1. Dashboard](https://docs.hectagon.finance/product/user-manual/1.-dashboard.md): All the number in this screen is for illustration purpose only
- [2. Invest](https://docs.hectagon.finance/product/user-manual/2.-invest.md): The easiest way to benefit from Crypto Growth
- [3. Stake](https://docs.hectagon.finance/product/user-manual/3.-stake.md): The easiest way to benefit from Crypto Growth
- [4. Profile](https://docs.hectagon.finance/product/user-manual/4.-profile.md)
- [5. Investment Portal](https://docs.hectagon.finance/product/user-manual/5.-investment-portal.md)
- [6. Governance](https://docs.hectagon.finance/product/user-manual/6.-governance.md)
- [7. pHECTA holder](https://docs.hectagon.finance/product/user-manual/7.-phecta-holder.md)
- [8. Exit](https://docs.hectagon.finance/product/user-manual/8.-exit.md): How to buy your new Lambo?
- [9. Redeem NFT](https://docs.hectagon.finance/product/user-manual/9.-redeem-nft.md): How to redeem your TigerTribe NFT for HECTA
- [How the System works](https://docs.hectagon.finance/product/how-the-system-works.md)
- [System Overview](https://docs.hectagon.finance/product/how-the-system-works/system-overview.md): A systemized vehicle designed for the capture, amplification and distribution of growth to its portfolio and communities.
- [Everything about HECTA](https://docs.hectagon.finance/product/how-the-system-works/everything-about-hecta.md): HECTA is the vehicle to engage retail investors in the long game of investment thus benefit every participants within Hectagon ecosystem.
- [Investment Portal](https://docs.hectagon.finance/product/how-the-system-works/investment-portal.md): SmartContract Investment and its promise to change blockchain investment forever.
- [Rewards System](https://docs.hectagon.finance/product/how-the-system-works/rewards-system.md): Rewards system encourage value add activity and give birth to the human social on-chain identity


---

# 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://docs.hectagon.finance/product.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.
