# Usage of Tools

### **Use Tools**

You can use the **tools templates** provided by WorkFX AI, or create and use your own **custom tools**. Additionally, the system includes a set of commonly used **built-in tools** that are readily available for use.

* **Use Tools in AgentFlow**

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

  * Click the “**Add Node**” button on the AgentFlow canvas.
  * Select **“Tools Node”**.
  * In the configuration panel on the right, choose the tool you want to use.
  * Configure the corresponding parameters and settings for the tool.
  * Save the configuration to complete adding the node.

* **Use Tools in Prompt-Based Agent**

  <figure><img src="/files/0GMNQCBiidMTPT3d9eSI" alt=""><figcaption></figcaption></figure>

  * Open the configuration panel of the **Prompt-Based Agent**.
  * Locate the **“Tools”** section in the left navigation panel.
  * Click the **“Add”** button to add a new tool.
  * In the pop-up tool selection dialog, choose the desired tool.
  * Return to the Agent configuration panel and toggle the switch next to the newly created tool to enable it.


---

# 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://docs.workfx.ai/workfx-1.1.x-english/workforce-factory/tools/usage-of-tools.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.
