> For the complete documentation index, see [llms.txt](https://manageiq.gitbook.io/mastering-cloudforms-automation-addendum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manageiq.gitbook.io/mastering-cloudforms-automation-addendum/preface.md).

# Preface

## Preface

This book is an addendum to the [Mastering Automation in CloudForms 4.2 and ManageIQ Euwe](https://pemcg.gitbooks.io/mastering-automation-in-cloudforms-4-2-and-manage/content/) book, covering the new automate features and functionality available with CloudForms 4.5 & 4.6 (ManageIQ *Fine* & *Gaprindashvili*).

The author welcomes any feedback, suggestions for content, or notifications of errors, omissions or inaccuracies to <pemcg@redhat.com>.

## Acknowledgements

Much of the content for this book has been taken and edited from various sources both inside and outside of Red Hat. Many people have contributed to the original articles and code samples, and have offered explanations and ideas to this addendum. The author would like to thank Christian Jung, Fabien Dupont, Franck Grosjean, Jeff Warnica, Ian Tewksbury, Brant Evans, Samson Wick, John Hardy, Brad Ascar, Greg McCullough, Madhu Kanoor, Bill Wei, Bill Fitzgerald, Tina Fitzgerald, Drew Uhlmann, Jason Ritenour, Kevin Morey, Victor Estival Lopez, Olive Power, Loic Avenel, Luke Couzens, Matthew Parkinson, Cameron Wyatt, Brett Thurber, and many others for their original work and support in the production of this book.

## Conventions Used in This Addendum

The following typographical conventions are used in this book:

* *Italic*\
  Indicates new terms, URLs, email addresses, filenames, and file extensions, path and object names within the Automate Datastore, Schema field values.
* **Bold**\
  Indicates WebUI components, event names, Schema field names.
* `Constant width`\
  Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

> **Note**
>
> This icon signifies a general note.
>
> **Tip**
>
> This icon signifies a tip or suggestion
>
> **Warning**
>
> This icon indicates a warning or caution.


---

# 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://manageiq.gitbook.io/mastering-cloudforms-automation-addendum/preface.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.
