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

# Jobs

- [Creación de oferta](https://help.join.com/spanish/jobs/creacion-de-oferta.md): Esta guía explica cómo usar el Editor de oferta de JOIN. Aprende a crear un anuncio de empleo con IA o introduciendo los datos manualmente.
- [Resumen de ofertas](https://help.join.com/spanish/jobs/resumen-de-ofertas.md): Encuentra, ordena y visualiza tus ofertas de forma eficiente con filtros y opciones de diseño. Tanto si gestionas dos ofertas como veinte, estas herramientas te ayudan a mantenerlo todo organizado.
- [Estados de la oferta](https://help.join.com/spanish/jobs/estados-de-la-oferta.md): Understand the different job statuses and how they help you manage job visibility, candidate flow, and job limits effectively.
- [Equipo de contratación](https://help.join.com/spanish/jobs/equipo-de-contratacion.md): Aprende a asignar miembros del equipo de contratación a empleos y a elegir el rol adecuado para cada persona.
- [Optimización de oferta](https://help.join.com/spanish/jobs/optimizacion-de-oferta.md): Optimiza una oferta para crear anuncios de alto rendimiento. Llega a más candidatos y atrae mejores solicitudes. Consejos para mejorar la visibilidad en job boards.
- [Guías para crear ofertas de empleo](https://help.join.com/spanish/jobs/optimizacion-de-oferta/guias-para-crear-ofertas-de-empleo.md): Este artículo explica cómo crear ofertas eficaces en JOIN para atraer candidatos de calidad y mejorar la tasa de respuesta. Sigue estas buenas prácticas para optimizar tus resultados.
- [Visibilidad de la oferta de empleo](https://help.join.com/spanish/jobs/optimizacion-de-oferta/visibilidad-de-la-oferta-de-empleo.md): Entiende cómo JOIN distribuye tus ofertas de empleo en los portales y aprende a atraer a más candidatos relevantes por ubicación.


---

# 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://help.join.com/spanish/jobs.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.
