> For the complete documentation index, see [llms.txt](https://docs.authgear.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.authgear.com/get-started/regular-web-app.md).

# Regular Web App

If your application is a traditional web app running on a server, for example, **Java EE, Express, PHP, GO, Laravel, or** [**ASP.NET**](http://asp.net/) **Core MVC,** you can leverage the OpenID Connect (OIDC) protocol to authenticate users via Authgear. A wide range of plug-and-play libraries can be found that simplify the integration process. These libraries handle crucial tasks such as authentication requests, session management, and redirecting users back to your application seamlessly.

{% content-ref url="/pages/B8pK11upMfo3w4xZG7F8" %}
[Express](/get-started/regular-web-app/express.md)
{% endcontent-ref %}

{% content-ref url="/pages/8nQYH8fElKTHw2uaS1RL" %}
[Next.js](/get-started/regular-web-app/nextjs.md)
{% endcontent-ref %}

{% content-ref url="/pages/xP3aVpZFt0cFH9Q7ren6" %}
[Python Flask App](/get-started/regular-web-app/python-flask-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/X6ybf9cw2VmVHwEFrPQU" %}
[Java Spring Boot](/get-started/regular-web-app/java-spring-boot.md)
{% endcontent-ref %}

{% content-ref url="/pages/In5P7U3NT4JygKlUsZUR" %}
[ASP.NET Core MVC](/get-started/regular-web-app/asp.net-core-mvc.md)
{% endcontent-ref %}

{% content-ref url="/pages/glHG4YqXTwGYNDxNZcI3" %}
[Laravel](/get-started/regular-web-app/laravel.md)
{% endcontent-ref %}

{% content-ref url="/pages/DZiHpOE5zjDh639ONAKm" %}
[PHP](/get-started/regular-web-app/php.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.authgear.com/get-started/regular-web-app.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.
