Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed docs file path and page content #2640

Merged
merged 2 commits into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description: An overview of Ballerine's risk management platform and its modules

Ballerine is a risk management platform for performing all types of risk flows and processes. To do so, Ballerine provides the risk modules needed to build custom risk flows. You can use all modules, combinations of some modules, or just one module to perform a desired risk process.

For example:
- **Build a full KYB flow** using data collection flow, 3rd party vendors, risk rules, and the case management.
- **Build a simple KYC** using 3rd party vendors, risk rules, and the case management.
- **Build a simple digital form** using data collection flow.
For example:
- **Build a full KYB flow** using data collection flow, 3rd party vendors, risk rules, and the case management.
- **Build a simple KYC** using 3rd party vendors, risk rules, and the case management.
- **Build a simple digital form** using data collection flow.
- **Manually review documents** using the case management.
- Etc.

Expand Down Expand Up @@ -61,15 +61,15 @@ The Rules Engine applies risk rules to assign risk scores, present risk indicato
[Calculation Risk Scores](/en/learn/calculating_risk_scores)

## Case Managment
The Case Management module provides a user interface for manual decision-making processes, such as approving, rejecting, or requesting re-submission of cases. It offers customizable layouts and information presentation, allowing users to efficiently handle and review cases.
The Case Management module provides a user interface for manual decision-making processes, such as approving, rejecting, or requesting re-submission of cases. It offers customizable layouts and information presentation, allowing users to efficiently handle and review cases.

**Learn more about case management**

[Overview of case management](/en/learn/case_management_overview)
[Overview of case management](/en/learn/case_management_overview)

[Using the case management dashboard](/en/learn/using_the_case_management_dashboard)
[Using the case management dashboard](/en/learn/using_the_case_management_dashboard)

[Add and Customize Workflows in the Case Management](/en/learn/add_and_customize_workflows_in_the_case_management.md)
[Add and Customize Workflows in the Case Management](/en/learn/add_and_customize_workflows_in_the_case_management)


<img title="Case Management" alt="Case Management" src="https://uploads-ssl.webflow.com/62a3bad46800eb4715b2faf1/669eb373c7708310d2b4ac61_Case%20managment%20example.png">
Expand All @@ -95,12 +95,12 @@ Ballerine's plugins enables deep integration with your existing systems, allowin

**Learn more about plugins**

[Using Plugins](/en/learn/plugins)
[Using Plugins](/en/learn/plugins)


## Webhooks
Webhooks in Ballerine allow for real-time communication and integration with external systems. They enable the system to send automated messages or information to other systems as events occur within Ballerine.

**Learn more about webhooks**

[Using webhooks](/en/learn/how_to_use_webhooks)
[Using webhooks](/en/learn/how_to_use_webhooks)
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Adding a child workflow to your workflow
description: A step-by-step guide for setting up and running child workflows in your workflows.
---

# Adding a child workflow to your workflow
## TODO
Loading