# Use API only

- [About this option: API only](https://docs.loginwithlink.com/use-api-only/about-this-option-api-only.md)
- [Lookup email](https://docs.loginwithlink.com/use-api-only/lookup-email.md): Check if user exists on Link network
- [Start verification](https://docs.loginwithlink.com/use-api-only/lookup-email/start-verification.md): "Start verification" means "ask Stripe to send the six-digit code"
- [Authenticate](https://docs.loginwithlink.com/use-api-only/authenticate.md): "Authenticate" means "Let the user enter their 2FA code to Stripe, and tell me if they authenticated correctly"


---

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