# Getting started

Automating your CloudOps toil has never been easier. With unSkript's prebuilt [Actions](https://docs.unskript.com/unskript-documentation/actions/actions) and [RunBooks](https://docs.unskript.com/unskript-documentation/guides/broken-reference), you can be automating in minutes.

1. [Install or sign up](https://docs.unskript.com/unskript-documentation/guides/getting-started/sign-up-install).  What's the difference?
   1. Our Docker container is open source and free to install
   2. Our SaaS [Free Trial](https://us.app.unskript.io/) is 100% free, but hosted in the cloud.
2. Try a prebuilt [RunBook](https://docs.unskript.com/unskript-documentation/guides/broken-reference). &#x20;
   1. Each RunBook has [input parameters](https://docs.unskript.com/unskript-documentation/runbooks/xrunbooks/create-a-parameter).
   2. RunBooks are made of [Actions](https://docs.unskript.com/unskript-documentation/actions/actions) that perform a basic task.
      1. Each Action requires a [credential](https://docs.unskript.com/unskript-documentation/runbooks/xrunbooks/create-a-credential) to authenticate to a service. They also have [input parameters](https://docs.unskript.com/unskript-documentation/actions/actions/action-configuration/configure-action-inputs) that must be added to complete the action.  These can be hardcoded, or variables from previous Actions.&#x20;
   3. Once the Parameters and Credentials are added to the RunBook, it is ready to go!
3. Questions?  Join our [Slack Community](https://communityinviter.com/apps/cloud-ops-community/awesome-cloud-automation)!
4. Create new RunBooks or Actions.
   1. Share your work with a PR in our [Awesome-CloudOps-Automation](https://github.com/unskript/Awesome-CloudOps-Automation).  Show your appreciation by giving the repo a ⭐️ star!


---

# Agent Instructions: 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.unskript.com/unskript-documentation/guides/getting-started.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.
