# Guides

- [Contribute to Open Source](https://docs.unskript.com/unskript-documentation/guides/contribute-to-open-source.md): How to Submit xRunBooks and Actions to Github
- [Getting started](https://docs.unskript.com/unskript-documentation/guides/getting-started.md): Follow the steps on the next few pages, and you'll be up and running in no time!
- [Sign Up/Install](https://docs.unskript.com/unskript-documentation/guides/getting-started/sign-up-install.md): Use our free Cloud sandbox, or install the Open Source Docker Image
- [Authentication](https://docs.unskript.com/unskript-documentation/guides/getting-started/authentication.md): For our Cloud/Free Trial, you must create an account.
- [Okta configuration](https://docs.unskript.com/unskript-documentation/guides/getting-started/authentication/okta-configuration.md): This page describes the steps required to be done inside Okta to enable SSO.
- [Okta Groups Sync](https://docs.unskript.com/unskript-documentation/guides/getting-started/authentication/okta-configuration/okta-groups-sync.md)
- [Create a Proxy](https://docs.unskript.com/unskript-documentation/guides/getting-started/create-a-proxy.md): Proxies are dedicated runtime environments for your unSkript install
- [Add Credentials to Connect your Resources](https://docs.unskript.com/unskript-documentation/guides/getting-started/add-credentials-to-connect-your-resources.md): Connecting to your external tools
- [Key Terms](https://docs.unskript.com/unskript-documentation/guides/getting-started/key-terms.md): Some definitions to help you get started with unSkript xRunBooks


---

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