# DecisionRules Academy

## DecisionRules Academy

- [DecisionRules Academy Introduction](https://academy.decisionrules.io/getting-started/decisionrules-academy-introduction.md): Discover the capabilities of DecisionRules
- [Create an Account](https://academy.decisionrules.io/getting-started/create-an-account.md): Find out how you can immediately start using DecisionRules
- [Log in](https://academy.decisionrules.io/account/log-in.md): Get to know more about log in options
- [Plans](https://academy.decisionrules.io/account/plans.md): Discover the benefits and differences between individual Plans that we offer
- [How to change your subscription](https://academy.decisionrules.io/account/plans/how-to-change-your-subscription.md): Do you want to switch to a higher plan or turn on a new addon, find out how to do that
- [Billing Information](https://academy.decisionrules.io/account/billing-information.md): How to fill out your billing information
- [What Is a Space](https://academy.decisionrules.io/spaces/what-is-a-space.md): Find out how you can differentiate rules for individual teams, departments or projects
- [Space Side Menu](https://academy.decisionrules.io/spaces/space-side-menu.md): Find out the main settings of your Space
- [Users in Spaces](https://academy.decisionrules.io/spaces/users-in-spaces.md): Get to know more about how you can limit control access and permissions for all users of DecisionRules
- [Invitations](https://academy.decisionrules.io/spaces/users-in-spaces/invitations.md): How to invite your colleagues to collaborate
- [Roles](https://academy.decisionrules.io/spaces/users-in-spaces/roles.md): Manage access and permissions for users within the space
- [What is a Rule?](https://academy.decisionrules.io/rules/what-is-a-rule.md): Understand what is a rule, its types, and how you can create and manage it
- [Export & Import of the Rules](https://academy.decisionrules.io/rules/export-and-import-of-the-rules.md): How to migrate and share your rules
- [Export Rule](https://academy.decisionrules.io/rules/export-and-import-of-the-rules/export-rule.md)
- [Import Rule](https://academy.decisionrules.io/rules/export-and-import-of-the-rules/import-rule.md)
- [Decision Tables](https://academy.decisionrules.io/rule-types/decision-tables.md)
- [Create a Simple Decision Table](https://academy.decisionrules.io/rule-types/decision-tables/create-a-simple-decision-table.md): This tutorial will walk you through the creation of a simple Decision Table.
- [Decision Trees](https://academy.decisionrules.io/rule-types/decision-trees.md)
- [Create Simple Decision Tree](https://academy.decisionrules.io/rule-types/decision-trees/create-simple-decision-tree.md): This tutorial will walk you through the creation of a simple Decision Tree.
- [Scripting Rules](https://academy.decisionrules.io/rule-types/scripting-rules.md)
- [Create Simple Scripting Rule](https://academy.decisionrules.io/rule-types/scripting-rules/create-simple-scripting-rule.md): This tutorial will walk you through the creation of a simple Scripting Rule.
- [Decision Flow](https://academy.decisionrules.io/rule-types/decision-flow.md): This page introduces the DecisionRules Decision Flow feature, highlighting its key capabilities and applications.
- [Create a Decision Flow](https://academy.decisionrules.io/rule-types/decision-flow/create-a-decision-flow.md): Discover how to navigate Decision Flow features, understand its components, and follow a step-by-step guide to create a simple Decision Flow rule.
- [Integration Flow](https://academy.decisionrules.io/rule-types/integration-flow.md): This page introduces the DecisionRules Integration Flow feature, highlighting its key capabilities and applications.
- [Create an Integration Flow](https://academy.decisionrules.io/rule-types/integration-flow/create-an-integration-flow.md): Discover how to navigate Integration Flow features, understand its components, and follow a step-by-step guide to create a simple Integration Flow rule.
- [Lookup Tables](https://academy.decisionrules.io/rule-types/lookup-tables.md)
- [Create a Simple Lookup Table](https://academy.decisionrules.io/rule-types/lookup-tables/create-a-simple-lookup-table.md): This tutorial will walk you through the creation of a simple Lookup Table.
- [Rule Flow](https://academy.decisionrules.io/rule-types/rule-flow.md)
- [Create Simple Rule Flow](https://academy.decisionrules.io/rule-types/rule-flow/create-simple-rule-flow.md): This tutorial will walk you through the creation of a Rule Flow.
- [How to Create a Support Ticket](https://academy.decisionrules.io/get-help/how-to-create-a-support-ticket.md): Learn how to create a support ticket to quickly find a solution to your problems


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://academy.decisionrules.io/getting-started/decisionrules-academy-introduction.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.
