> 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/br/conta-e-faturamento/settings/security.md).

# Segurança

A segurança no Morphic permite que você gerencie como faz login e controle o acesso à sua conta.

Aqui está um tutorial rápido sobre como gerenciar a segurança no Morphic:

### Acessando a Segurança

1. Na visualização do Painel, clique no logo da Org no canto superior esquerdo.
2. No menu suspenso, selecione Configurações.
3. Em 'Conta' na barra lateral esquerda, clique em 'Segurança'.

Ou vá direto para lá: [studio.morphic.com/settings/security](https://studio.morphic.com/settings/security)

### Chaves de acesso

Uma chave de acesso permite que você faça login sem senha, usando o que já desbloqueia seu dispositivo, como impressão digital, reconhecimento facial ou o PIN do dispositivo. É mais rápido do que digitar uma senha, e não há senha para ser adivinhada ou reutilizada.

1. Abra 'Segurança'
2. Clique em 'Adicionar chave de acesso'
3. Siga as instruções do seu navegador ou dispositivo para confirmar

### Bom saber

* Seu dispositivo armazena a chave de acesso, então adicione uma em cada dispositivo de que você faz login regularmente.
* Uma chave de acesso está vinculada ao que já desbloqueia esse dispositivo, então não há senha para ser adivinhada, reutilizada ou sofrer phishing.

É assim que você gerencia a segurança no Morphic. Adicionar uma chave de acesso oferece um login mais rápido e uma conta mais segura.

***

Se você tiver algum problema ou alguma dúvida, entre em contato. Teremos prazer em ajudar. Escreva para nós em [**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/br/conta-e-faturamento/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.
