# Códigos

Los códigos sirven como plantillas que se pueden utilizar durante el flujo!

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LSnqDgLbXBccdKMOdEJ%2F-Lc6eMV6NG2ZWFqc6UaF%2F-Lc6fAgevhjbLMILoGaT%2FScreen%20Shot%202019-04-10%20at%2011.31.37.png?alt=media\&token=a89f0433-8127-4714-8951-097b5d3bf6de)

Siempre que cree un paso de [JavaScript](/bot-builder/flujo-de-conversacion/javascript.md), puede utilizar una de las plantillas de código. Es sólo hacer clic en "Código existente"[<br>](https://help.cosmobots.io/help/bot-builder/explorer)

![](https://blobscdn.gitbook.com/v0/b/gitbook-28427.appspot.com/o/assets%2F-LSnqDgLbXBccdKMOdEJ%2F-Lc6eMV6NG2ZWFqc6UaF%2F-Lc6fOYnGgJdxp-gu3qE%2FScreen%20Shot%202019-04-10%20at%2011.31.05.png?alt=media\&token=21ead02e-c31d-49f6-9991-ac74d14aa088)


---

# 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-es.cosmobots.io/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.
