> For the complete documentation index, see [llms.txt](https://scudo.gitbook.io/scudo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scudo.gitbook.io/scudo/antes-de-iniciar/como-ingresar-a-scudo.md).

# ¿Cómo ingresar a Scudo?

1. Digite su número documento o documento que brindó para crear su usuario.
2. Digite su contraseña.
3. Haga clic en "Iniciar sesión".

{% hint style="warning" %}
Si es su primera vez ingresando a Scudo, en el campo "contraseña" digite la clave temporal que llega a su correo de bienvenida, luego Scudo le solicitará cambiarla.
{% endhint %}

Scudo le va a mostrar la empresa en la que está relacionado.

{% hint style="info" %}
Si está relacionado en varias empresas, aparecerá el listado de opciones para que seleccione la empresa a la que desea ingresar.
{% endhint %}

<figure><img src="https://683539851-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE1w27hQBbw9yM1TSfwsU%2Fuploads%2FLjelwt44vy9xcmcSo1UD%2FWhatsApp%20Image%202026-06-02%20at%2011.03.26%20PM.jpeg?alt=media&amp;token=6707efd3-beb6-498f-87b5-6718f01fbadd" alt=""><figcaption></figcaption></figure>

Una vez que la seleccione, haga clic en "entrar".


---

# 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://scudo.gitbook.io/scudo/antes-de-iniciar/como-ingresar-a-scudo.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.
