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

# Products and Services

- [Governance as a Service (GaaS)](https://docs.governordao.org/products-and-services/governance-as-a-service-gaas.md)
- [Proof of Existence (PoE)](https://docs.governordao.org/products-and-services/proof-of-existence.md): Summary of the Proof of Existence (PoE) Token and its utility.
- [PoE Enrollment User Guide](https://docs.governordao.org/products-and-services/proof-of-existence/poe-portal-user-guide.md): Quick Start Guide
- [Passport Portal / PoE Dispenser](https://docs.governordao.org/products-and-services/proof-of-existence/passport-portal-poe-dispenser.md): A summary detailing the functionality of the Passport Dashboard and self serve PoE dispenser.
- [PoE Integration Overview](https://docs.governordao.org/products-and-services/proof-of-existence/poe-integration-overview.md)
- [How to Integrate PoE to Snapshot](https://docs.governordao.org/products-and-services/proof-of-existence/how-to-integrate-poe-to-snapshot.md): A brief how-to on integrating global PoE (Proof of Existence) token into your project's snapshot or scattershot voting portal.
- [Governor DAO Proof of Existence Use Cases](https://docs.governordao.org/products-and-services/proof-of-existence/governor-dao-proof-of-existence-use-cases.md)
- [PoE VIP Process - 4 Stages](https://docs.governordao.org/products-and-services/proof-of-existence/poe-vip-process-4-stages.md): One pager on the high-level steps to enroll on the VIP Portal to gain a PoE token
- [NFT Launchpad - Provably Fair Mints with PoE](https://docs.governordao.org/products-and-services/nft-launchpad-provably-fair-mints-with-poe.md)
- [PoE for NFT Artists](https://docs.governordao.org/products-and-services/nft-launchpad-provably-fair-mints-with-poe/poe-for-nft-artists.md): Our NFT Launchpad is an incubated, powered by PoE experience where clients can self-select the level of engagement/support from Governor DAO and execute a provably fair NFT mint.
- [Permissioned NFT Sale Scope](https://docs.governordao.org/products-and-services/nft-launchpad-provably-fair-mints-with-poe/permissioned-nft-sale-scope.md): Summary of NFT sale options and considerations when planning sale
- [Liquidity Generation Event (LGE)](https://docs.governordao.org/products-and-services/liquidity-generation-event-lge.md)
- [Governance Vault](https://docs.governordao.org/products-and-services/governance-vault.md): https://vault.governordao.org/
- [Governance Vault User Guide](https://docs.governordao.org/products-and-services/governance-vault/governance-vault-user-guide.md): https://vault.governordao.org/
- [FAQ Governance Vault](https://docs.governordao.org/products-and-services/governance-vault/faq-governance-vault.md): A number of questions have surfaced since the vault has launched. Questions answered below..
- [Governance Vault Deployment Variables](https://docs.governordao.org/products-and-services/governance-vault/governance-vault-deployment-variables.md): Details on vault variables which can be changed in the future under a community vote


---

# 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.governordao.org/products-and-services.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.
