> For the complete documentation index, see [llms.txt](https://2deadfrog.gitbook.io/simpletext-pt-br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2deadfrog.gitbook.io/simpletext-pt-br/instalacao.md).

# Instalação

## :tv: Tutorial em vídeo

{% embed url="<https://vimeo.com/399699587>" %}

## :man\_walking: Passo a Passo

### After Effecs CC 2019 ou superior

* A partir do After Effects CC 2019 é possível instalar scripts clicando no seguinte menu.

> File > Scripts > Install Script UI Panel...

* Selecione o arquivo **SimpleText.jsxbin**.
* Feche o After Effects e abra novamente.

### After Effects CS 6 a CC 2018

* Copie o arquivo **SimpleText.jsxbin** na pasta de scripts do After Effects.

> Mac OS: `Applications\After Effects<version>\Scripts\ScriptUI Panels`
>
> Windows: `Program Files\Adobe\Adobe After Effects <version>\Support Files\Scripts\ScriptUI Panels`

* Caso o After Effects esteja aberto, feche e abra novamente.

### :punch: Iniciando o Simple Text pela primeira vez

Inicie o script através do menu de scripts do After Effects.&#x20;

> Window > SimpleText.jsxbin

Caso seja solicitado, habilite a opção **Allow Scripts to Write Files and Access Network**.

Posicione o script como achar necessário, clicando e arrastando sobre o nome do painel.

### :rocket: Ajustes para garantir o melhor desempenho

* Caso tenha uma placa gráfica compatível, habilite **GPU Acceleration**.

> File > Project Settings... > Video Rendering and Effects

* No After CC 2019 ou superior habilite o **JavaScript Expression Engine**.

> File > Project Settings... > Expressions

O script está pronto para uso! :clap:&#x20;


---

# 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://2deadfrog.gitbook.io/simpletext-pt-br/instalacao.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.
