# Using Multiple Webhooks

A common misconception that people have when using Capri is assuming that there is only a single "bot" that's being used. In actuality, every single webhook that you have in your CRM can be their own individual "bot", each with their own settings, prompt, or even API key if you'd like! As a result, you can set up multiple workflows or webhooks with their own purposes!

For example, what you could do is set up a situation where, depending on if a contact has a specific tag or not, they reach a different webhook! You could do this by having an if/else branch inside of a workflow that checks to see if that tag is on the contact or not!

<figure><img src="/files/7v5G3gh3Lm7mKXFjdVye" alt=""><figcaption></figcaption></figure>

Each of these branches would then have their own individual webhooks, each with their own prompts, spreadsheets, etc!

<figure><img src="/files/2G2PEyKd9FSfNF9EYHmz" alt=""><figcaption></figcaption></figure>


---

# 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.capriai.us/integrating-with-crm-and-webhook-information/using-multiple-webhooks.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.
