# Starter Templates & Examples

- [SDK Integration Templates](https://docs.humanity.org/starter-templates-and-examples/sdk-integration-templates.md): Framework-specific starter templates with Humanity SDK pre-configured: Next.js, React, Vue, Express, and full-stack examples.
- [connect-sdk-examples](https://docs.humanity.org/starter-templates-and-examples/sdk-integration-templates/connect-sdk-examples.md): GitHub repository collection with working examples: authentication flows, preset usage, query patterns, and production-ready templates you can clone and deploy.
- [react-sdk-examples](https://docs.humanity.org/starter-templates-and-examples/sdk-integration-templates/react-sdk-examples.md): GitHub repository collection with working examples such as full sdk capabilities exploration or  identity-gated access.
- [On-Chain Templates](https://docs.humanity.org/starter-templates-and-examples/on-chain-templates.md): Smart contract templates and scaffold projects for building decentralized applications with Humanity verification.
- [Scaffold Humanity](https://docs.humanity.org/starter-templates-and-examples/on-chain-templates/scaffold-humanity.md): Full-stack application based on Scaffold-ETH to build on-chain dApps with Humanity.


---

# 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.humanity.org/starter-templates-and-examples.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.
