# Creating a flow

Under EasyDetect, a drop-down menu offering various functionalities. To create a flow, click on "Fraud Flows" to get started.

<figure><img src="/files/6jqXBRl186zZqVluGpsP" alt=""><figcaption><p>Fraud flows </p></figcaption></figure>

The "Create a Flow" feature allows businesses to design fraud detection processes, setting criteria for flagging suspicious activities in their users' journey.

<figure><img src="/files/FB6RxMT33hQinm0nMCBU" alt=""><figcaption><p>  Create a fraud flow</p></figcaption></figure>

By clicking the "Create Flow" button, a side pop-up appears. This allows businesses to enter information about the fraud flow to be created. Required details include the flow name, selecting an app, the use case, and a description of the flow.

<figure><img src="/files/N1GjWbzMk3D7L4kUC7cV" alt=""><figcaption><p>Enter fraud flows information</p></figcaption></figure>

After entering all required fields, the fraud flow is created on the table. The fraud flow can be edited and also viewed to check analysis, events, cases, and settings.

<figure><img src="/files/dh00z5NLMcLNgphHYogg" alt=""><figcaption><p>Fraud flows table</p></figcaption></figure>

You will notice that your app is "Not connected". To connect your app, click on the pencil icon on the flow, it leads to the an array of navigations

<figure><img src="/files/20joo7dRjGqOWaJRVaxb" alt=""><figcaption><p>Analysis and other sections</p></figcaption></figure>

Navigate towards the settings section to be able to make changes such as editing your flow name, description of flow, etc. &#x20;

To connect your app, copy the real-time URL  and integrate them into your codebase in order to connect your app.

<figure><img src="/files/WfHZpXkDvueIjkuB2MGy" alt=""><figcaption><p>     Settings Section</p></figcaption></figure>


---

# 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://guides.dojah.io/user-manual/fraud-monitoring/easydetect/creating-a-flow.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.
