# Custom Bots

Dashworks lets you create custom bots in Dashworks for different use cases, for instance:

* `Support Bot` that searches the help center, past tickets, and product wikis.
* `RFP Responder` that searches previously completed RFPs and questionnaires.
* `Onboarding Buddy` that search HR policies and onboarding docs, and tags the HR team in its response if there's no suitable documentation.

{% content-ref url="/pages/bRkaQylZkKCrMpSaIxgk" %}
[Setup Bots](/bots/setup-bots.md)
{% endcontent-ref %}

{% content-ref url="/pages/M3N6i6R9HqGuQJexiCwQ" %}
[Managed Bots](/bots/managed-bots.md)
{% 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://support.dashworks.ai/bots/custom-bots.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.
