# Collection Types

- [Overview](https://docs.szns.io/collection-types/overview.md): An overview of various SZNS Collection types
- [Fraction SZN](https://docs.szns.io/collection-types/fractionszn.md): Fractionalize one or more NFTs into ERC20 governance tokens and collectively own the underlying assets.
- [Collection Creation Steps](https://docs.szns.io/collection-types/fractionszn/collection-creation-steps.md)
- [DAO SZN](https://docs.szns.io/collection-types/daoszn.md): Quickly launch a token-governed DAO using SZNS with no code.
- [Pool SZN (Coming Soon)](https://docs.szns.io/collection-types/poolszn.md): Pool ETH together with friends or strangers to purchase grail NFTs and manage them together


---

# 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.szns.io/collection-types.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.
