> For the complete documentation index, see [llms.txt](https://docs.chatlayer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/facebook/facebook-admin-removal.md).

# Remoção do administrador do Facebook

Se a pessoa que criou o token de acesso à página inicial for removida como administrador da página do Facebook à qual seu bot está vinculado, o token de acesso à página será invalidado, fazendo com que seu bot deixe de estar autorizado a publicar mensagens na página.

Recomendamos que você teste quaisquer alterações nos aplicativos e páginas de desenvolvedor dentro do Facebook no **ambiente de** teste primeiro, antes de alterar qualquer coisa no ambiente de produção.

## Como corrigir este problema

Se você está atualmente enfrentando os problemas descritos acima, siga os passos abaixo para corrigi‑los:

1. No Aplicativo do Facebook em <http://developers.facebook.com>, vá para Produtos > Messenger > Configurações e role para baixo até 'Geração de Token'
2. Selecione a página do Facebook correta e copie o Token de Acesso à Página![](https://mail.google.com/mail/u/1?ui=2\&ik=bc20346786\&attid=0.1\&permmsgid=msg-f:1610849996652561580\&th=165ae3898cea44ac\&view=fimg\&sz=w1600-h1000\&attbid=ANGjdJ9Q2WudzrM5lqpXvkKhmvm_c49tXuVAuCuUd0LUneZ3XktQPf5tZldFNByvltwTU6Y7AGC5c8a-cCDfwK68zFyb3KL3MWLK9evw5FV6SMFuSuSAOy1BWLks1gI\&disp=emb\&realattid=ii_jlqdfyhu2_165ae38425d7c01b)
3. Em nossa plataforma, vá para 'Configurações'
4. Altere o Token de Acesso à Página para aquele que você copiou do Facebook e clique no botão 'Enviar para o bot'.

Se esses passos não resolverem o problema, entre em contato conosco através de nossos [canais de suporte](/chatlayer-documentation-pt-br/support/get-in-touch.md).


---

# 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://docs.chatlayer.ai/chatlayer-documentation-pt-br/channels/all-channels/facebook/facebook-admin-removal.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.
