# More Use Cases

From simplifying administrative tasks to providing specialized support for various areas - these use cases demonstrate the flexibility and utility of a Knowledge Bot. Each example illustrates the bot's role, the knowledge base it draws from, and the specific ways it helps in executing tasks or solving problems.

| Knowledge Bot            | Knowledge Base                                                                         | Application Case                                            |
| ------------------------ | -------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| Administrative Assistant | Employee handbooks, company processes                                                  | Optimization of internal administrative and HR tasks        |
| IT Support               | Troubleshooting guides, software tutorials, FAQs                                       | Support for frequent IT and technical issues                |
| Machine Handbook         | Handbooks for machines and equipment, safety protocols                                 | Provides step-by-step instructions for operating machines   |
| Legal Contract Analyst   | Contracts, requirements, terms, legal guidelines                                       | Analysis, summarization and comparison of legal documents   |
| Marketing Content Bot    | Branding guidelines, style guides, previous content                                    | Support in creating marketing materials                     |
| Onboarding Assistant     | Onboarding materials, HR documents, company policies                                   | Facilitation of onboarding processes for new employees      |
| Customer Support         | Documentation for customer support, established procedures, frequently asked questions | Provision of immediate answers to common customer inquiries |
| Research Analyst         | Reports, market studies, news articles, contextual conditions                          | Compilation and summarization of relevant research findings |
| Sales Assistant          | Product catalogs, sales training, customer personas                                    | Provision of product information and sales tips             |
| Hotel-Housekeeping-Bot   | Cleaning protocols, employee plans, training documents                                 | Training and coordination of housekeeping tasks             |

Here are some examples of how the interaction with the bot could look like in practice:

<figure><img src="/files/7a7NYYWysYhPnsn1Xdre" alt=""><figcaption><p>Example: Admin Assistant</p></figcaption></figure>

<figure><img src="/files/bFFbkY6MjUaej3cy1C6o" alt=""><figcaption><p>Example: IT Support</p></figcaption></figure>

<figure><img src="/files/4v5Yloz8t3SkiGxEDYl5" alt=""><figcaption><p>Example: Customer Support</p></figcaption></figure>

<figure><img src="/files/OyNYtrYNPHnDPWs1Cb9z" alt=""><figcaption><p>Example: Research Analyst</p></figcaption></figure>

<figure><img src="/files/wp1GFQ30oSJzGfFyHD7v" alt=""><figcaption><p>Example: Hotel Housekeeping</p></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://docs.en.theblockbrain.ai/use-cases/more-use-cases.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.
