# Policy Workflow Step 7

Next, we want to add another step to our policy action. To do this we again go back to the Policy Action itself by clicking on the “init\_installer\_steps” Policy Action icon on the left.

Again we need a Send step since we now have to submit the CSD01, the official IREC Participant Application form, as an official verifiable credential.

Note that compared to the previous “Send” step, the Data Type is now a VC since we are submitting the official form as a verifiable credential but not to Hedera. This form is stored on the Guardian for auditors to review in the trust chain.

![](/files/6CBmvovM6YOc3SHZNqK9)

**Programmatically this workflow step looks like this:**

```
    // Finally save the VC document in the vc-documents DB table.
    {
      "tag": "Submission_of_CSD01_Documentation",
      "blockType": "sendToGuardianBlock",
      "dataType": "vc-documents",
      "entityType": "Installer",
      "uiMetaData": {}
    },
    // After the document has been created; the user can access the document with grids.
```


---

# 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://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/creating-a-policy-through-policy-configurator/policy-workflow-step-7.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.
