> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/es/cuenta-y-facturacion/settings/security.md).

# Seguridad

La seguridad en Morphic te permite administrar cómo inicias sesión y controlar el acceso a tu cuenta.

Aquí tienes un breve tutorial sobre cómo administrar la seguridad en Morphic:

### Acceder a Seguridad

1. En la vista del panel, haz clic en el logotipo de Org en la esquina superior izquierda.
2. En el menú desplegable, selecciona Configuración.
3. En 'Cuenta' en la barra lateral izquierda, haz clic en 'Seguridad'.

O ve directamente allí: [studio.morphic.com/settings/security](https://studio.morphic.com/settings/security)

### Claves de acceso

Una clave de acceso te permite iniciar sesión sin contraseña, usando lo que ya desbloquea tu dispositivo, como una huella digital, tu rostro o el PIN de tu dispositivo. Es más rápido que escribir una contraseña, y no hay ninguna contraseña que pueda adivinarse o reutilizarse.

1. Abre 'Seguridad'
2. Haz clic en 'Añadir clave de acceso'
3. Sigue las indicaciones de tu navegador o dispositivo para confirmar

### Conviene saber

* Tu dispositivo almacena la clave de acceso, así que añade una en cada dispositivo desde el que inicies sesión con regularidad.
* Una clave de acceso está vinculada a lo que ya desbloquea ese dispositivo, así que no hay ninguna contraseña que pueda adivinarse, reutilizarse o ser objeto de phishing.

Así es como administras la seguridad en Morphic. Añadir una clave de acceso te ofrece un inicio de sesión más rápido y una cuenta más segura.

***

Si tienes algún problema o alguna pregunta, no dudes en ponerte en contacto. Estaremos encantados de ayudarte. Escríbenos a [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/es/cuenta-y-facturacion/settings/security.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.
