> 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/overview.md).

# Overview

Everything you need to integrate AgeGO, understand how age verification works, and manage your configuration, all in one place.&#x20;

AgeGO is a secure and reliable age-verification solution designed to help businesses comply with age-restriction regulations while protecting underage users from accessing restricted content. It enables publishers and service providers to verify user age effectively, while maintaining privacy, security, and a smooth user experience.

Age verification is now a regulatory requirement in many regions. Failure to comply can result in penalties, service restrictions, or reputational risk.

AgeGO helps you meet these requirements by:

* Enforcing compliance with applicable age-verification laws.
* Preventing underage access to restricted content.
* Minimizing friction for legitimate users.
* Handling sensitive data securely and responsibly.

Whether you are a developer, product manager, or compliance lead, these docs will guide you through setting up a secure and compliant age-verification flow in just a few steps.

#### ⚠️ <mark style="color:$info;">Important</mark>

This documentation is intended exclusively for businesses, developers, and partners integrating the AgeGO solution into their websites or platforms.

It does not provide guidance or support for end users completing the age-verification process.


---

# 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/overview.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.
