# HubSpot Playbooks

### How I can make AI agent only respond to certain topics in HubSpot chat?

To ensure your AI agent in HubSpot only replies to certain topics you can either:

1. Have [handover guidance](/features/improve/guidance.md#handover-and-escalation) in your AI agent to handover for all questions about topics you don't want it to answer on.
2. Or, you can create a [separate path in a chatflow](/features/channels/hubspot.md#how-can-i-add-my-support-agent-as-part-of-a-triaged-chatflow-in-hubspot) where the user self-selects the non-AI topics and they never get connected with the bot.


---

# 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://support.myaskai.com/features/channels/hubspot/hubspot-playbooks.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.
