> For the complete documentation index, see [llms.txt](https://docs.greytrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greytrix.com/creatio-add-ons/field-service-manager-for-creatio/user-guide/creatio-ai-agent.md).

# Creatio AI Agent

The Field Service Scheduling Agent can be accessed directly from within the Field Service Manager module in Creatio. Follow the steps below to use each capability.

1. Create a Job
   * Launch the **Field Service Scheduling Agent** from the AI Agent panel.
   * Type a prompt such as: *"Create a new job for HVAC maintenance at ABC Corp."*
   * The AI Agent will confirm the job details and create the record automatically.
   * Verify the created job in the **Jobs** module.
2. Summarize Job Details
   * Open the relevant **Job** record in Creatio.
   * Launch the **Field Service Scheduling Agent** from the AI Agent panel.
   * Type a prompt such as: *"Summarize this job"*
   * The AI Agent will return a structured summary including job type, location, status, assigned engineer, and key dates.
3. Get Planned Date Suggestions
   * Open the relevant **Job** record or launch the agent from the module.
   * Launch the **Field Service Scheduling Agent**.
   * Type a prompt such as: *"Suggest a planned date for this job."*
   * The AI Agent will analyze job requirements and relevant factors, and return recommended scheduling dates.
   * Select a suggested date and confirm to update the job record.
4. Get Service Engineer Recommendations
   * Open the relevant **Job** record.
   * Launch the **Field Service Scheduling Agent**.
   * Type a prompt such as: *"Recommend a service engineer for this job."*
   * The AI Agent will evaluate available engineers based on skills, availability, and location, and return a ranked recommendation.
   * Review the suggestion and assign the engineer.


---

# 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.greytrix.com/creatio-add-ons/field-service-manager-for-creatio/user-guide/creatio-ai-agent.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.
