# Códigos

{% hint style="info" %}
Na área de Códigos é listado todos os códigos que você utiliza no seu fluxograma, sempre que você criar uma etapa de [JavaScript](/help/bot-builder/fluxo-da-conversa/javascript.md) irá gerar um novo objeto na área de Códigos, com ele você pode analisar os códigos existentes ou até mesmo reutilizar os mesmos sem a necessidade de procurar a etapa nos fluxogramas.
{% endhint %}

{% hint style="info" %}
Para reutilizar os códigos existentes no fluxograma do seu robô, acompanhe o passo a passo a baixo, detalhando cada etapa.
{% endhint %}

&#x20; 1 - Crie uma etapa de Javascript.

![Criando etapa Javascript](/files/3u8jgRPDOFL6NCiET289)

&#x20; 2 - Acessando campo de Código Existente

![Área em que fica listado todos os códigos existentes](/files/qXncSGFB59uS7MAgkCt9)

&#x20; 3 - Selecione o código Existente desejado e Salve.

![Escolhendo um código e salvando a opção](/files/an21vBz2U30blbxkfANU)

{% hint style="info" %}
Para analisar os códigos existentes no seu fluxograma, observe o passo a passo a seguir.
{% endhint %}

&#x20; 1 - Acesse a área de Explorer - Códigos.

![Acessando área de Códigos Existentes](/files/zfnKj1gg8HJbhodpAMq3)

&#x20; 2 - Análise qualquer código presente no seu fluxograma, caso queira, acesse o mesmo de forma ⠀⠀⠀ Dinâmica.

![Área de Códigos existentes](/files/jKRJmjpQGsmr5vS3NvxP)

{% hint style="info" %}
Caso você queira, é possível criar códigos na área de Códigos existentes, além de claro, analisar os códigos já criados ou existentes na plataforma.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://help.cosmobots.io/help/bot-builder/explorer/codigos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
