# Cloud data flow diagrams

A **data flow diagram (DFD)** shows how data is processed within a system based on inputs and outputs. Visual symbols are used to represent the flow of information, data sources and destinations, and where data is stored. There are two main types of notation used for data flow diagrams: Yourdon-Coad and Gane-Sarson, both named after their creators.

There are four main elements of all data flow diagrams: entity, process, data store and data flow.

* **External Entity** is known as actors, sources or sinks, and terminators, external entities produce and consume data that flows between the entity and the system being diagrammed. These data flows are the inputs and outputs of the DFD.
* **Process** is an activity that changes or transforms data flows. In Gane-Sarson notation, a rectangular box is used and may be labeled with a reference number, location of where in the system the process occurs and a short title that describes its function.
* **Data Store** is a data store which does not generate any operations but simply holds data for later access. Input flows to a data store include information or operations that change the stored data. Output flows would be data retrieved from the store.
* **Data Flow** is a movement of data between external entities, processes and data stores is represented with an arrow symbol, which indicates the direction of flow.

#### 1. Data flow diagram for cloud free users <a href="#draftclouddataflowdiagrams-1.dataflowdiagramforcloudfreeusers" id="draftclouddataflowdiagrams-1.dataflowdiagramforcloudfreeusers"></a>

Used Conditions:

* **DFD notation:** Gane-Sarson
* **DFD level:** 2
* **Type:** Cloud Free
* **Products:** SpellCheckAsYouType (SCAYT) and WebSpellChecker Dialog (WSC) plugins for CKEditor 4, WProofreader plugin for WordPress
* **Versions:** [v5.5.7+](https://webspellchecker.com/release-notes/)

The next diagram represents the data flow between client sessions for end users who are using the free version of the WebSpellChecker Cloud services.

<figure><img src="/files/0HAkNy5n6L4FWxIFEXRn" alt=""><figcaption></figcaption></figure>

#### 2. Data flow diagram for Cloud Paid users <a href="#draftclouddataflowdiagrams-2.dataflowdiagramforcloudpaidusers" id="draftclouddataflowdiagrams-2.dataflowdiagramforcloudpaidusers"></a>

Used Conditions:

* **DFD notation:** Gane-Sarson
* **DFD level:** 2
* **Type:** Cloud Paid
* **Products:** Applicable for all types on integrations of the WProofreader, SpellCheckAsYouType (SCAYT) and WebSpellChecker Dialog (WSC) products.
* **Versions:** [v5.5.7+](https://webspellchecker.com/release-notes/)

The next diagram represents the data flow between client sessions for end users who are using the paid version of the WebSpellChecker Cloud services.

<figure><img src="/files/EnobR5LE2CBstD0hDvQk" alt=""><figcaption></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://docs.wproofreader.com/v6.12.0/other/cloud-data-flow-diagrams.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.
