# Serverless

- [Vercel Functions](https://docs.afipsdk.com/integracion/serverless/vercel-functions.md): Aprendé cómo usar Afip SDK con Vercel Functions.
- [Supabase Edge Functions](https://docs.afipsdk.com/integracion/serverless/supabase-edge-functions.md): Aprendé cómo usar Afip SDK con Supabase Edge Functions.
- [Cloudflare Workers](https://docs.afipsdk.com/integracion/serverless/cloudflare-workers.md): Aprendé cómo usar Afip SDK con Cloudflare Workers.
- [Deno Deploy](https://docs.afipsdk.com/integracion/serverless/deno-deploy.md): Aprendé cómo usar Afip SDK con Deno Deploy.
- [AWS Lambda](https://docs.afipsdk.com/integracion/serverless/aws-lambda.md): Aprendé cómo usar Afip SDK con AWS Lambda.


---

# 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.afipsdk.com/integracion/serverless.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.
