# Using Chatbot Tools

Wonderchat Tools allow users to interact with external apps using simple language.

This feature is particularly useful for integrating real-time data or triggering specific processes based on user input. This document will guide you through creating, configuring, and utilizing WonderChat Tools.

All Chatbot Tools set-up on Wonderchat will have the following functions:

1. Translating user requests into API-friendly format
2. Choosing the right API call
3. Executing the call
4. Presenting results in plain language

## In this Section:

{% content-ref url="using-chatbot-tools/set-up-custom-chatbot-tools" %}
[set-up-custom-chatbot-tools](https://docs.wonderchat.io/setup-guides/using-chatbot-tools/set-up-custom-chatbot-tools)
{% endcontent-ref %}

\\


---

# 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.wonderchat.io/setup-guides/using-chatbot-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.
