# Online Auth

tokenproof Online Authentication enables website and application owners to easily integrate tokenproof token gates for seamless proof of ownership.&#x20;

Using a few simple lines of code, Verifiers can display a button or widget labeled "Authenticate with tokenproof", which users can select to begin the authentication flow.

Online Auth will refer to a token gate that has been defined using the [tokenproof Console](/documentation/tokenproof-apps/portal.md) and enables users to authenticate past token gates using their tokenproof Mobile App.&#x20;

Access is available to all users with an active tokenproof account.

<figure><img src="/files/1IRC4StqaSXGsk3d2g26" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/w9yGuvQtUxvZngT9z5LN" alt=""><figcaption></figcaption></figure>


---

# 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.tokenproof.xyz/documentation/tokenproof-apps/online-auth.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.
