> For the complete documentation index, see [llms.txt](https://docs.infraon.io/infraon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/bots/bots-assistance.md).

# Bots assistance

Bots can be used to assist in real-time problem-solving AI. Admins can leverage pre-built AI bots for common queries based on various departments, including Finance, HR, IT, Legal, and Operations, or create custom bots tailored to particular needs across various departments.

Default bots with their functionalities are stated below:

**Bots | Fields**

<table data-header-hidden><thead><tr><th width="184"></th><th></th></tr></thead><tbody><tr><td><strong>Label</strong></td><td><strong>Description</strong></td></tr><tr><td>Finance</td><td>Offers instant access to comprehensive information topics on company policies and procedures, including financial management, expense reimbursements, accounts payable/receivable, credit &#x26; collection, cash handling &#x26; management, purchasing &#x26; procurement, financial reporting &#x26; compliance, tax Assistance, and even payroll.</td></tr><tr><td>HR Assistant</td><td>The HR Assistance Bot provides instant access to all your company's HR policies and procedures, including the Employee Handbook, EEO policy, anti-harassment and anti-discrimination policies, code of conduct, workplace safety, attendance, leave, performance management, compensation, privacy, social media, termination, training, remote work, travel, expenses, and even dress code topics.</td></tr><tr><td>IT Assistance</td><td>The IT Assistance Bot provides instant access to information and support for essential policies and procedures, including security, data protection, network access, backup &#x26; recovery, equipment acquisition, BYOD, and remote work. Boost your productivity by getting quick answers and streamlining IT processes.</td></tr><tr><td>Legal Assistance</td><td>The Legal Assistance Bot provides instant access to all your company's legal documents and policies, including incorporation agreements, shareholder agreements, ethics code, contract management, intellectual property, litigation, regulatory compliance, confidentiality agreements, recordkeeping, and employment law. Get quick answers and avoid legal confusion.</td></tr><tr><td>OPs Assistance</td><td>The Operations Assistance Bot provides instant info on all your company's operational policies and procedures, including inventory management, quality control, data privacy, supply chain &#x26; vendor management, and facilities management. Get quick answers and streamline your day-to-day operations.</td></tr></tbody></table>

{% hint style="info" %}
**Note:** Admins can customize default bots for specific departments to align with their terminology and compliance requirements.
{% endhint %}

## **Instructions to add Bot Assistance**

* Navigate to Infraon configuration -> Bots -> Bots Assistance.
* At the top right corner of the page, click on “Create New Bot.”
* Add the necessary details.

**Bots Configuration | Fields**

<table data-header-hidden><thead><tr><th width="277"></th><th></th></tr></thead><tbody><tr><td><strong>Label</strong></td><td><strong>Description/ Example</strong></td></tr><tr><td>Bot Name</td><td>Add a suitable to the respective created bot.</td></tr><tr><td>Description</td><td>Add a brief description of the bot.</td></tr><tr><td>Topics</td><td>Expand the bot's understanding by adding diverse and relevant topics to its content library. This will enable it to provide more accurate and informative responses.</td></tr></tbody></table>

{% hint style="info" %}
**Note:** To ensure compatibility, please limit the uploads to plain text, PDF, or Microsoft Word files.
{% endhint %}

* Click on Validate to continue.
* Ensure the compliance of at least five bot responses by conducting a thorough review.
* Click to create the respective bot successfully.

### **Instructions to Initiate a Bot Assistance**

* Navigate to any one of the default bot assistance and select on “Click to Initiate” option.
* Now attach the related content for the respective predefined topics. (This will enable Bot to provide more accurate and informative responses.)
* Click on Validate to continue.
* Ensure the compliance of at least five bot responses by conducting a thorough review.
* Click to initiate the respective bot successfully.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/bots/bots-assistance.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
