# Technical Guide&#x20;

- [VISP Technical Foundation](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation.md): Vingt.io Index and Strategy Protocol
- [Contract Functions](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/contract-functions.md)
- [Set Token](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/contract-functions/set-token.md)
- [SetTokenCreator](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/contract-functions/settokencreator.md)
- [Controller](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/contract-functions/controller.md)
- [IntegrationRegistry](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/contract-functions/integrationregistry.md)
- [BasicIssuanceModule](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/contract-functions/basicissuancemodule.md)
- [DebtIssuanceModuleV3](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/contract-functions/debtissuancemodulev3.md)
- [TradeModule](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/contract-functions/trademodule.md)
- [StreamingFeeModule](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/contract-functions/streamingfeemodule.md)
- [AaveV3LeverageModule](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/contract-functions/aavev3leveragemodule.md)
- [Index Token Manger Guide](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/index-token-manger-guide.md)
- [Creating a Set](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/index-token-manger-guide/creating-a-set.md)
- [Adding a Module](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/index-token-manger-guide/adding-a-module.md)
- [Configuring a Set](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/index-token-manger-guide/configuring-a-set.md)
- [Basic Issuance](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/index-token-manger-guide/basic-issuance.md): and Redemption
- [Trading](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/index-token-manger-guide/trading.md)
- [Via 0x](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/index-token-manger-guide/trading/via-0x.md)
- [Charging a Streaming Fee](https://vingt-io.gitbook.io/vingt.io/technical-guide/visp-technical-foundation/index-token-manger-guide/charging-a-streaming-fee.md)
- [Deployed Contracts](https://vingt-io.gitbook.io/vingt.io/technical-guide/deployed-contracts.md): Smart Contracts Deployed on VISP
- [Multisig Wallets](https://vingt-io.gitbook.io/vingt.io/technical-guide/multisig-wallets.md): Multisig wallets used for different functionalities within the Vingt.io ecosystem


---

# 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://vingt-io.gitbook.io/vingt.io/technical-guide.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.
