> For the complete documentation index, see [llms.txt](https://help.curseduca.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.curseduca.com/conteudos/produtos/produto-versao-1/gestao-de-direitos-autorais.md).

# Gestão de Direitos Autorais

## Video

Para colocar *Marca D'água* em seus vídeos você deve estar logado em sua conta e na página de configuração de conteúdo vá em configurações.

<figure><img src="/files/uiijZLgqtDi3TTGoYMIK" alt=""><figcaption><p>Criação avançada ou edição de conteúdo</p></figcaption></figure>

Após selecionar a opção ***Exibir Marca D'água*** e escolha o modelo que deseja aplicar em seu video.

<figure><img src="/files/1GZVbvzQGzYDyYYq983u" alt=""><figcaption><p>Exibir marca d'água sempre</p></figcaption></figure>

Segue o exemplo de como ficaria em seu conteúdo utilizando os diferentes tipos de *Marcas D'água*.

{% tabs %}
{% tab title="Logotipo" %}
![Logotipo](/files/kZCsvdfOkHriqLvDNNXX)
{% endtab %}

{% tab title="Nome do Aluno" %}
![Nome do Aluno](/files/QWEmGjYN7jUq1FL3Igvj)
{% endtab %}

{% tab title="Email do Aluno" %}
![Email do Aluno](/files/7xFZkorC3fqNCH75F5vj)
{% endtab %}

{% tab title="Todas opções" %}
![Todas as opções](/files/vP4971z7kzim9QauvtwZ)
{% endtab %}
{% endtabs %}

Disponibilizamos em nossa plataforma um sistema para exibir Marca D'água em momentos aleatórios, para utilizar basta selecionar ***Exibir Marca D'água em Intervalos**.*

<figure><img src="/files/nNI2oCwShzosZKFwm5zt" alt=""><figcaption><p>Exibir marca d'água em intervalos</p></figcaption></figure>

## PDF

### Marca D'água

Para utilização de *Marca D'água* ou a encriptação de seus conteúdos, siga os passos:

Logado em sua conta, vá em ***Novo Conteúdo** > **Escolha o tipo de Conteúdo** > **Conteúdo** > **Documento*** e adicione seu ***PDF**.*

Essa opção também esta disponível para materiais complementares, podendo adicionar **Marca** **D'água** e deixando seus arquivos mais seguros.

<figure><img src="/files/QPo0VRJkhGsqDlB38Pdy" alt=""><figcaption><p>Documento</p></figcaption></figure>

<figure><img src="/files/SD798PHQWgyKw3Y4Vr0B" alt=""><figcaption><p>PDF > Marca D'água.</p></figcaption></figure>

### Senha

Após inserir seu PDF, você poderá inserir uma senha, preenchendo o campo senha para PDF. Esta será uma senha para bloqueio de **Edição** do arquivo:

<figure><img src="/files/s2gxochMxGGto1J0n1ef" alt=""><figcaption></figcaption></figure>

Após esses passos, seu conteúdo estará pronto para ser acessado pelos seus alunos na plataforma de modo mais seguro.


---

# 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://help.curseduca.com/conteudos/produtos/produto-versao-1/gestao-de-direitos-autorais.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.
