# About this option: API only

"Use API only" means you build ALL the login forms yourself.

This is what [shop.markmoriarty.com/login](https://shop.markmoriarty.com/login) does.

If you'd like to re-create this, auth flow fully hosted on your website with no redirects, follow this step.

If instead you want an OIDC experience (redirect the user to Log in with Link, just like you'd redirect the user to "Log in with Twitter), see the ["OIDC / OAuth" option](https://docs.loginwithlink.com/oidc-oauth-hosted-login-page/about-this-option-open-id-connect-oidc) instead.


---

# 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.loginwithlink.com/use-api-only/about-this-option-api-only.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.
