# STEP 5: Functions

By using the functions, you can integrate with most platforms that provide their API. You can create functions that will be responsible for retrieving information from your external websites, then they can be processed by the chatbot and sent back to the website together with your user's response.

![](/files/uxyl1LOSeymzqk45bH2h)

You can set up several functions, each responsible for a different process, and then manage them from there.


---

# 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.inteliwise.com/chatbot/how-to-set-up-your-chatbot/step-5-functions.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.
