> For the complete documentation index, see [llms.txt](https://doc.dinaup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.dinaup.com/producto/recursos-humanos/procesos/alta-de-empleado.md).

# Alta de Empleado

Dar de alta correctamente a un empleado es el primer paso para que pueda ser gestionado dentro del área de **Recursos Humanos**. A continuación te guiamos paso a paso para dejarlo todo configurado y listo para su operativa diaria.

{% stepper %}
{% step %}

#### Agrega al empleado como usuario

Aprende a dar de alta un empleado en [Gestión de Usuarios](/administracion/gestion-de-usuarios.md)
{% endstep %}

{% step %}

#### Activa al empleado

Abre la ficha del empleado y marca la opción `Activo`. Esto es necesario para que aparezca en los menús desplegables del sistema.
{% endstep %}

{% step %}

#### ¿Horario fijo o Fichaje flexible?

\
Si el empleado tiene una jornada estructurada, lo habitual es configurarlo con **horarios fijos**. En ese caso, deberás activar el control horario y asignarle un horario concreto[Control Horario](/producto/recursos-humanos/control-horario.md).\
\
Si, por el contrario, no tiene un horario asignado, el sistema aplicará automáticamente el **fichaje flexible**, permitiendo que registre su jornada al entrar y salir sin restricciones horarias.\
[Broken mention](broken://pages/4V34lUk3fCr0y4RK72dr)<br>
{% endstep %}

{% step %}

#### **Asignar un calendario de festivos**

Si no existen, puedes crearlo en[Agregar Calendario de Festivos](/producto/recursos-humanos/procesos/agregar-calendario-de-festivos.md).

Desde la ficha del empleado, entra en la pestaña `Recursos Humanos` y selecciona el `Calendario de Festivos` correspondiente.
{% endstep %}
{% endstepper %}


---

# 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://doc.dinaup.com/producto/recursos-humanos/procesos/alta-de-empleado.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.
