# Call agent

Allows you to make a request to a previously configured agent in Settings &gt; AI Tools &gt; Agents.

Once you select one of the available agents, all the elements configured in Settings &gt; AI Tools &gt; Agents will be loaded and can be customized.

The agent can perform tasks automatically based on the activated tools and the knowledge it has access to via RAG and LLM.

The **System prompt** can be modified, while operating instructions must be entered in the **User message** field.  
The content of the response is already configured by default in the Returned fields for use in subsequent stages of the process.

Below is an example in which the agent is asked to search for the solution to a request received via a Customer Support ticket using the `user_manual` tool and to write it in a comment.

[![Screenshot 2026-07-08 alle 17.05.47.png](https://usermanual.vtenext.com/uploads/images/gallery/2026-07/scaled-1680-/screenshot-2026-07-08-alle-17-05-47.png)](https://usermanual.vtenext.com/uploads/images/gallery/2026-07/screenshot-2026-07-08-alle-17-05-47.png)Figure 1

<p class="callout info">The user-written prompt is supplemented with additional information to provide context for the request, such as the entities involved in the process (name, module, and crmid). This allows the agent to understand which CRM entity is being referenced.  
Process variables can also be used to further clarify the request:  
e.g., Add a comment to ticket $15-crmid suggesting a solution...</p>