> For the complete documentation index, see [llms.txt](https://docs.humanity.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.humanity.org/starter-templates-and-examples/sdk-integration-templates/connect-sdk-examples.md).

# connect-sdk-examples

In the following repository you will find examples on how to integrate with Humanity SDK for most common use cases.

{% embed url="<https://github.com/humanity-developers/connect-sdk-examples>" %}

## Included examples&#x20;

### newsletter-app&#x20;

A showcase application demonstrating how to build personalized content experiences using Humanity's Connect SDK. Users authenticate with Humanity, and the app extracts their connected social accounts and verified credentials to personalize their news feed.

### next-backend-auth

A complete example showing how to integrate Humanity OAuth with your own backend JWT authentication system. This is the recommended pattern for production applications.

### next-oauth

Simple example on how to integrate Humanity OAuth into a Next.js application.

### quickloan

A loan platform demo that shows instant eligibility based on verified financial data using the Humanity SDK query engine.

### trustmarket

A marketplace demo showing how to verify sellers are real humans using the Humanity SDK. Buyers can trust that every verified seller has completed human and biometric verification.\ <br>


---

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