# Solicitudes

## Haciendo una solicitud

1. Prepárate para llamar al API. Revisa "Usando el SDK" or "Usando el API directamente".
2. Construye el JSON de la solicitud con las opciones que requieras. Para las solicitudes de PDF, es obligatorio que incluyan un documento, pero también pueden incluir cualquiera de las demás opciones:
   1. PDF
   2. Alta de documento
   3. Stickers
   4. Flujos
   5. Código QR
   6. Estampilla de tiempo
3. Procesa la respuesta y recibe notificaciones:
   1. Descripción de la respuesta de solicitud de un documento
   2. Descargar documento
   3. Información del documento
   4. Eliminar documento
   5. Restaurar documento&#x20;
   6. Webhooks
4. Expedientes de documentos.


---

# 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.acertia.mx/untitled.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.
