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

# Recursos

- [Tutoriales página de ARCA](https://docs.afipsdk.com/recursos/tutoriales-pagina-de-arca.md)
- [Habilitar administrador de certificados de testing](https://docs.afipsdk.com/recursos/tutoriales-pagina-de-arca/habilitar-administrador-de-certificados-de-testing.md)
- [Obtener certificado de testing](https://docs.afipsdk.com/recursos/tutoriales-pagina-de-arca/obtener-certificado-de-testing.md)
- [Autorizar web service de testing](https://docs.afipsdk.com/recursos/tutoriales-pagina-de-arca/autorizar-web-service-de-testing.md)
- [Habilitar administrador de certificados de producción](https://docs.afipsdk.com/recursos/tutoriales-pagina-de-arca/habilitar-administrador-de-certificados-de-produccion.md)
- [Obtener certificado de producción](https://docs.afipsdk.com/recursos/tutoriales-pagina-de-arca/obtener-certificado-de-produccion.md)
- [Autorizar web service de producción](https://docs.afipsdk.com/recursos/tutoriales-pagina-de-arca/autorizar-web-service-de-produccion.md)
- [Crear punto de venta](https://docs.afipsdk.com/recursos/tutoriales-pagina-de-arca/crear-punto-de-venta.md)
- [Delegar web service](https://docs.afipsdk.com/recursos/tutoriales-pagina-de-arca/delegar-web-service.md)
- [Aceptar delegación de web service](https://docs.afipsdk.com/recursos/tutoriales-pagina-de-arca/aceptar-delegacion-de-web-service.md)
- [Otros métodos útiles](https://docs.afipsdk.com/recursos/otros-metodos-utiles.md)
- [Preguntas frecuentes](https://docs.afipsdk.com/recursos/preguntas-frecuentes.md): Aquí encontraras las preguntas más frecuentes que se hacen los desarrolladores al utilizar los web services de AFIP.
- [Errores frecuentes](https://docs.afipsdk.com/recursos/errores-frecuentes.md): Aquí encontraras solución a los errores más frecuentes al utilizar los web services de Afip.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.afipsdk.com/recursos.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
