> For the complete documentation index, see [llms.txt](https://help.inteliwise.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inteliwise.com/chatbot/4-step-approach-to-chatbot-training-development-of-content-and-interaction/step-4-training-ai-chatbot-understanding-capabilities-based-on-nlu-nlp/intents/groups-of-question-response-matching-spiders.md).

# Groups of “question-response” matching (Spiders)

Groups of “question-response” matching (informally called ‘spiders’) are the **lowest level** of Chatbot’s knowledge categorization. Their role is to match the true user input (intent) with the most accurate response from the knowledge base. If the intent is recognized, the right response from the ‘spider’ association will be delivered in text or read by the Chatbot.<br>

![](https://lh6.googleusercontent.com/_7ocXRpiCAgWzGfkyHP3JdmNS49ppkrCAiP3vWsTjZaadC9W_6i6b_w5Ss5SfEPLBJSiV9oxkNcaoSA7TQOQI6WFIlyUmRHAa3CO-KMBlvJLtwnP3OR5YiA244-xIeb-qTVtf9Db=s0)

1. **ACTIONS**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/4-step-approach-to-chatbot-training-development-of-content-and-interaction/step-4-training-ai-chatbot-understanding-capabilities-based-on-nlu-nlp/intents/groups-of-question-response-matching-spiders.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.
