# Overview

- [Introduction](https://usyc.docs.hashnote.com/overview/introduction.md)
- [Investor Onboarding](https://usyc.docs.hashnote.com/overview/investor-onboarding.md)
- [Subscription & Redemption](https://usyc.docs.hashnote.com/overview/subscription-and-redemption.md)
- [Product Structuring](https://usyc.docs.hashnote.com/overview/product-structuring.md)
- [Token Price](https://usyc.docs.hashnote.com/overview/token-price.md)
- [Fees](https://usyc.docs.hashnote.com/overview/fees.md)
- [Smart Contracts](https://usyc.docs.hashnote.com/overview/smart-contracts.md)
- [Web2 API](https://usyc.docs.hashnote.com/overview/web2-api.md): Below is a list of the HTTP endpoints that can be used instead of smart contract calls. These endpoints are public and do not require authentication.
- [Service Providers](https://usyc.docs.hashnote.com/overview/service-providers.md)


---

# 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://usyc.docs.hashnote.com/overview.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.
