> For the complete documentation index, see [llms.txt](https://ajuda.norux.chat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ajuda.norux.chat/admin/configuracao-e-administracao/youtube-configuracao-apps.md).

# Youtube - Configuração Apps

## Youtube - Configuração Apps

{% hint style="info" %}
**Disponível para o perfil:** Administrador
{% endhint %}

Nesta página você visualiza os canais YouTube conectados ao Norux via OAuth Google. Cada canal aparece como um card com banner, foto e estatísticas atualizadas diretamente da API do YouTube.

***

**Como acessar**

No painel administrativo, acesse **Configurações → Apps → YouTube**.

***

**Conectando um canal**

A conexão é feita via OAuth Google na página de **Sessões** — não há formulário de app nesta tela.

1. Acesse **Configurações → Sessões** (ou clique em **Ir para Sessões** nesta página)
2. Crie um canal do tipo YouTube e autorize o acesso via OAuth Google
3. Após autorizar, o canal aparece automaticamente nesta lista

***

**O que você verá**

Cada canal conectado é exibido como um card com:

* Banner e foto do canal
* Nome, inscritos, número de vídeos e total de visualizações
* Status da conexão (ativa ou expirada)

**Ações disponíveis:**

| Ação             | O que faz                                                                       |
| ---------------- | ------------------------------------------------------------------------------- |
| **Sincronizar**  | Atualiza os metadados do canal (inscritos, vídeos, visualizações) direto da API |
| **Link externo** | Abre o canal no YouTube em nova aba                                             |
| **Atualizar**    | Recarrega todos os canais conectados                                            |

{% hint style="info" %}
A sincronização busca sempre dados frescos da API — as estatísticas não são armazenadas permanentemente no banco de dados.
{% endhint %}

***

**Páginas relacionadas**

* Canal YouTube — conectar a conta YouTube ao Norux
* Comentários YouTube — visualizar e responder comentários dos vídeos

***


---

# 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://ajuda.norux.chat/admin/configuracao-e-administracao/youtube-configuracao-apps.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.
