> 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/it-operations/network-configuration/configuration-template/add-template/ai-assistance.md).

# AI Assistance

AI Assistance helps users generate configuration content while creating templates. It converts user-provided prompts into relevant configuration commands based on the selected template type, vendor, and OS, reducing manual effort during template creation.

This feature is available for **Command Execution, Terraform Script, and Ansible Playbook** template types.

![](/files/53eb1c70d6f12a39fe1dcaeb9083e7c534a206fb)

## **How It Works**

While adding or editing a configuration template, users can open the **AI Assistant** and provide a prompt describing the required configuration. The AI generates suitable configuration content, which can be reviewed, modified, and applied to the template before saving.

![](/files/5cefd243c8fcb69eb9fe781206d640731125f35a)

* Generates configuration content aligned with the selected **template type**
* Helps accelerate template creation
* Generated content is editable before submission

{% hint style="info" %}

* Does not generate **NetConf**, **Ansible**, or unsupported automation commands when used in non-relevant templates
* Does not provide **passwords, tokens, or authentication-related information.**
  {% endhint %}


---

# 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:

```
GET https://docs.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/it-operations/network-configuration/configuration-template/add-template/ai-assistance.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.
