# Running the Extraction WorkFlow

The process of running the extraction flow involves several steps, including uploading documents to[ https://app.sagexglobal.ai/](https://app.sagexglobal.ai/), extracting information from the documents, adding and verifying records, and finally exporting the data in a desired format. Once you login, you can go to Operations > Documents and select "Upload" to upload your document. The system will process the document and make it available for extraction under "Assignment". You can then add records by selecting values from the document and inputting them into fields. After all records are added, you can submit for verification and make any necessary edits. Finally, you can export the data in the format of your choice (CSV, JSON or XLSX) under "Operations > Records".

Follow the detailed step-by-step guide below.

* [Upload Documents](/user-manual/welcome/running-the-extraction-workflow/upload-documents.md)
* [Extract Records](/user-manual/welcome/running-the-extraction-workflow/extract-records.md)
* [Verify Records](/user-manual/welcome/running-the-extraction-workflow/verify-records.md)
* [Export Data](/user-manual/welcome/running-the-extraction-workflow/export-data.md)


---

# 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://help.sagexglobal.ai/user-manual/welcome/running-the-extraction-workflow.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.
