# Build with the SDK / API

- [SDK QuickStart](https://docs.humanity.org/build-with-humanity/build-with-the-sdk-api/sdk-quickstart.md): Add Sign in with Humanity to your React app in under 10 minutes — same OAuth pattern as Google or GitHub, with biometric human verification built in.
- [SDK OAuth Scopes and Presets](https://docs.humanity.org/build-with-humanity/build-with-the-sdk-api/sdk-oauth-scopes-and-presets.md): Configure what user data your app can access using OAuth scopes. Complete list available presets including identity, KYC, financial, and social data.
- [@humanity-org/react-sdk](https://docs.humanity.org/build-with-humanity/build-with-the-sdk-api/humanity-org-react-sdk.md): React-first setup, core components and hooks, authentication flow, and essential usage patterns for the Humanity React SDK.
- [Components](https://docs.humanity.org/build-with-humanity/build-with-the-sdk-api/humanity-org-react-sdk/components.md): In-depth component reference: UI building blocks, required props, customization options, and composition patterns for the Humanity React SDK.
- [Hooks](https://docs.humanity.org/build-with-humanity/build-with-the-sdk-api/humanity-org-react-sdk/hooks.md): In-depth hooks reference: data fetching and mutations, cache behavior, auth/session hooks, and common usage patterns for the Humanity React SDK.
- [Error handling](https://docs.humanity.org/build-with-humanity/build-with-the-sdk-api/humanity-org-react-sdk/error-handling.md): In-depth error handling: error types, retry strategies, user messaging, and recovery patterns for the Humanity React SDK.
- [@humanity-org/connect-sdk](https://docs.humanity.org/build-with-humanity/build-with-the-sdk-api/humanity-org-connect-sdk.md): In-depth SDK reference: TypeScript interfaces, query engine documentation, error handling, and advanced usage patterns for the Humanity Connect SDK.
- [SDK / API Integration Overview](https://docs.humanity.org/build-with-humanity/build-with-the-sdk-api/humanity-org-connect-sdk/sdk-api-integration-overview.md): Complete guide to Humanity's API surface, SDK capabilities, OAuth flows, and use cases for web2 authentication and verification.
- [SDK Environments & Tooling](https://docs.humanity.org/build-with-humanity/build-with-the-sdk-api/humanity-org-connect-sdk/sdk-environments-and-tooling.md): Sandbox vs production environments, API credentials, test data, debugging tools, and developer portal access for SDK integration.


---

# 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/build-with-humanity/build-with-the-sdk-api.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.
