# tiun.

## Overview

- [What is tiun](https://docs.tiun.io/readme.md)
- [How it works](https://docs.tiun.io/how-it-works.md)
- [Quickstart](https://docs.tiun.io/quickstart.md)
- [FAQ](https://docs.tiun.io/faq.md)

## Guides

- [Guides](https://docs.tiun.io/guides/overview.md)
- [Create a profile](https://docs.tiun.io/guides/getting-started/create-a-profile.md)
- [Set up your environment](https://docs.tiun.io/guides/getting-started/set-up-environment.md)
- [Create your first product](https://docs.tiun.io/guides/getting-started/creating-first-product.md)
- [Authenticate your user](https://docs.tiun.io/guides/authentication/authenticate-your-user.md)
- [Verify authentication server-side](https://docs.tiun.io/guides/authentication/verify-server-side.md)
- [Monetize with subscriptions](https://docs.tiun.io/guides/subscriptions/monetize-with-subscriptions.md)
- [Verify subscriptions server-side](https://docs.tiun.io/guides/subscriptions/verify-server-side.md)
- [Charge for time-based sessions](https://docs.tiun.io/guides/time-based-billing/charge-for-time-based-sessions.md)
- [Verify sessions server-side](https://docs.tiun.io/guides/time-based-billing/verify-server-side.md)
- [Agent integration](https://docs.tiun.io/guides/agent-integration/agent-integration.md)
- [Test flows](https://docs.tiun.io/guides/testing/test-flows.md)
- [Debugging](https://docs.tiun.io/guides/testing/debugging.md)

## Reference

- [Products](https://docs.tiun.io/reference/generic/products.md)
- [Sandbox](https://docs.tiun.io/reference/generic/sandbox.md)
- [How it works](https://docs.tiun.io/reference/authentication/how-it-works.md)
- [User object](https://docs.tiun.io/reference/authentication/user-object.md)
- [Protecting content](https://docs.tiun.io/reference/authentication/protecting-content.md)
- [How it works](https://docs.tiun.io/reference/checkout/how-it-works.md)
- [Product access](https://docs.tiun.io/reference/checkout/product-access.md)
- [Subscriptions](https://docs.tiun.io/reference/checkout/subscriptions.md)
- [How it works](https://docs.tiun.io/reference/time-based/how-it-works.md)
- [Sessions](https://docs.tiun.io/reference/time-based/sessions.md)
- [Access](https://docs.tiun.io/reference/time-based/access.md)
- [Protecting content](https://docs.tiun.io/reference/time-based/protecting-content.md)

## SDK

- [Overview](https://docs.tiun.io/sdk/getting-started/readme.md)
- [Installation](https://docs.tiun.io/sdk/getting-started/installation.md)
- [Initialization](https://docs.tiun.io/sdk/getting-started/initialization.md)
- [Core Methods](https://docs.tiun.io/sdk/reference/core-methods.md)
- [Properties](https://docs.tiun.io/sdk/reference/properties.md)
- [Events](https://docs.tiun.io/sdk/reference/events.md)
- [Vue](https://docs.tiun.io/sdk/examples/vue.md)
- [React](https://docs.tiun.io/sdk/examples/react.md)
- [Vanilla JS](https://docs.tiun.io/sdk/examples/vanilla-js.md)
- [Nuxt (SSR)](https://docs.tiun.io/sdk/examples/nuxt.md)
- [Mobile and Native](https://docs.tiun.io/sdk/examples/native.md)

## API Reference

- [Session](https://docs.tiun.io/api-reference/session.md)
- [UserVerification](https://docs.tiun.io/api-reference/userverification.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.tiun.io/readme.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.
