# Tool configurations

## 1. Script

### Type: Template&#x20;

<figure><img src="/files/OHWnCjOMr4JW4T12JT6W" alt=""><figcaption><p>Tool Configurations - Script (Template)</p></figcaption></figure>

<table data-header-hidden><thead><tr><th width="195"></th><th></th></tr></thead><tbody><tr><td>Template</td><td>Browse through templates by keywords and select available tools. </td></tr><tr><td>Permission</td><td><p>Filter available tools by Permission settings </p><ul><li><p>Public</p><p>Tools published as services, available to everyone on the Firstbot platform.  </p></li><li>Private <br>Tools published by you privately, available only to you.</li></ul></td></tr></tbody></table>

### Type: Node.js

<figure><img src="/files/SxhtzEWYuICNFR22CCBR" alt=""><figcaption><p>Tool Configurations - Script (Node.js)</p></figcaption></figure>

<table data-header-hidden><thead><tr><th width="195"></th><th></th></tr></thead><tbody><tr><td>Dependencies </td><td>Specify any external libraries, modules, or other dependencies that your function script requires. This ensures that the necessary components are available for your function to execute properly.</td></tr><tr><td>Script </td><td>This is where you'll provide the code for your custom function.<br>Languages currently supported: Javascript (Node JS)</td></tr><tr><td>Properties</td><td>Define any input parameters, return values, or other metadata associated with your function. This helps the Firstbot engine understand how to properly integrate your custom logic into the overall workflow.</td></tr></tbody></table>

## 2. Configurations&#x20;

<figure><img src="/files/Yy0LKY8Y1CDQwh7RehXC" alt=""><figcaption><p>Tool Configurations - Configurations</p></figcaption></figure>

<table data-header-hidden><thead><tr><th width="187"></th><th></th></tr></thead><tbody><tr><td>Name</td><td>Enter a name or title for your tool. (If an existing plugin was chosen, the line will automatically take the name of the the plugin).</td></tr><tr><td>Description</td><td>Enter a basic description of your tool and how you expect the bot to use it with input parameters.</td></tr></tbody></table>


---

# 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://doc.firstbot.tech/engine/tools/tool-configurations.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.
