# How-to Guides

- [Logging in and Authorization](/how-to-guides/logging-in-and-authorization.md): Overview
- [Activate Your Account From an Invitation](/how-to-guides/logging-in-and-authorization/activate-your-account-from-an-invitation.md)
- [Log in to Rulecube](/how-to-guides/logging-in-and-authorization/log-in-to-rulecube.md)
- [Change Your Password](/how-to-guides/logging-in-and-authorization/change-your-password.md)
- [Recover Your Password](/how-to-guides/logging-in-and-authorization/recover-your-password.md)
- [Two-factor authentication (2FA)](/how-to-guides/logging-in-and-authorization/two-factor-authentication-2fa.md): Two-factor authentication (2FA) increases the security of your account. Even if somebody guesses your password, they won’t be able to access your account.
- [Invite Other Users to Rulecube](/how-to-guides/logging-in-and-authorization/invite-other-users-to-rulecube.md)
- [Edit a User's Role](/how-to-guides/logging-in-and-authorization/edit-a-users-role.md)
- [Delete a User](/how-to-guides/logging-in-and-authorization/delete-a-user.md)
- [Permissions](/how-to-guides/logging-in-and-authorization/permissions.md): These are the permissions you can use when defining a Role.
- [Ruleset Development](/how-to-guides/ruleset-development.md)
- [Create a Ruleset](/how-to-guides/ruleset-development/create-a-ruleset.md): This chapter will guide you through all aspects of creating Rulesets.
- [Set the Input for a Ruleset](/how-to-guides/ruleset-development/set-the-input-for-a-ruleset.md)
- [Create a Rule](/how-to-guides/ruleset-development/create-a-rule.md)
- [Generate Alerts](/how-to-guides/ruleset-development/generate-alerts.md)
- [Try out a Ruleset](/how-to-guides/ruleset-development/try-out-a-ruleset.md)
- [Call a Ruleset from Your Software](/how-to-guides/ruleset-development/call-a-ruleset-from-your-software.md)
- [Entities](/how-to-guides/ruleset-development/entities.md)
- [Create an Entity](/how-to-guides/ruleset-development/entities/create-an-entity.md)
- [Drag and Drop a JSON Schema or XSD to create entities](/how-to-guides/ruleset-development/entities/drag-and-drop-a-json-schema-or-xsd-to-create-entities.md)
- [Entity instantiation](/how-to-guides/ruleset-development/entities/entity-instantiation.md): A quick explanation of how new instances of entities can be created during execution.
- [Persisted Entities](/how-to-guides/ruleset-development/entities/persisted-entities.md)
- [Constants](/how-to-guides/ruleset-development/constants.md)
- [Constant Tables](/how-to-guides/ruleset-development/constants/constant-tables.md)
- [Functions](/how-to-guides/ruleset-development/functions.md)
- [Built-in Functions](/how-to-guides/ruleset-development/built-in-functions.md)
- [Create and Run a Testcase](/how-to-guides/ruleset-development/create-and-run-a-testcase.md)
- [Delete a Ruleset or Components](/how-to-guides/ruleset-development/delete-a-ruleset-or-components.md)
- [Debugging your Ruleset](/how-to-guides/ruleset-development/debugging-your-ruleset.md): Tips and tricks for debugging your rulesets. Explains how console.log can be used in your code.
- [Create a Workflow](/how-to-guides/create-a-workflow.md)
- [Workflow step types](/how-to-guides/create-a-workflow/workflow-step-types.md)
- [Working with documents in a workflow](/how-to-guides/create-a-workflow/working-with-documents-in-a-workflow.md)
- [Work with (Environment) Variables](/how-to-guides/work-with-environment-variables.md)
- [Call a Ruleset via Its API From Postman](/how-to-guides/call-a-ruleset-via-its-api-from-postman.md)
- [Creating input from JSON Schema](/how-to-guides/creating-input-from-json-schema.md)
- [Use a Ruleset from Your Software](/how-to-guides/use-a-ruleset-from-your-software.md)
- [Ruleset Productivity Tips](/how-to-guides/ruleset-productivity-tips.md)
- [Create an Ockto workflow](/how-to-guides/create-an-ockto-workflow.md)
- [Alert aggregation](/how-to-guides/alert-aggregation.md)
- [Forms](/how-to-guides/forms.md)
- [Introduction and overview](/how-to-guides/forms/introduction-and-overview.md)
- [Create a Data table](/how-to-guides/forms/create-a-data-table.md)
- [Webhooks](/how-to-guides/webhooks.md): This chapter describes how the Rulecube Webhooks system works, how to define webooks, and how to use webhooks to receive events from third-party systems.
- [Trigger webhook](/how-to-guides/webhooks/trigger-webhook.md)
- [Workflow webhook](/how-to-guides/webhooks/workflow-webhook.md)
- [DocAI](/how-to-guides/docai.md)
