> For the complete documentation index, see [llms.txt](https://docs.agego.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agego.com/general/glossary.md).

# Glossary

This section defines the key roles and terms used throughout the AgeGO documentation.

#### <mark style="color:$info;">AgeGO Business Account</mark>

A business account created to access AgeGO services, configure Sites, and manage integrations. This account is intended for **clients** (businesses) and not for end users.

#### <mark style="color:$info;">Client</mark>

A business, publisher, platform, or service provider that integrates AgeGO as an age-verification solution on their website or application. Clients are responsible for integrating AgeGO and enforcing age restrictions according to applicable regulations.

#### <mark style="color:$info;">Cross-site Automatic Verification</mark>

A mechanism that allows a previously verified user to be recognized across multiple AgeGO-enabled Sites using a secure verification token, reducing the need for repeated age-verification prompts.

#### <mark style="color:$info;">End User</mark>

An individual who visits a website or application that uses AgeGO and is asked to verify their age in order to access age-restricted content or services.

#### <mark style="color:$info;">Returning User</mark>

An end user who has already completed age verification and can be recognized without repeating the full verification flow, depending on the integration and session context.

#### <mark style="color:$info;">Site</mark>

A website or application operated by a Client and integrated with AgeGO.

Each Site is identified by a unique ASI value and represents a single integration context.

#### <mark style="color:$info;">Underage User</mark>

An end user who does not meet the required age threshold and is therefore denied access to age-restricted content or services.

#### <mark style="color:$info;">Verification Flow</mark>

The sequence of steps an end user goes through once age verification is triggered, from the initial prompt to a successful or failed outcome.

#### <mark style="color:$info;">Verification Method</mark>

A specific mechanism used by AgeGO to assess whether an end user meets the required age threshold (for example: selfie-based estimation, credit card verification, or digital identity checks).


---

# 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.agego.com/general/glossary.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.
