# Policy Workflow Step 18

Next, we add a sequence of policy action steps for the Standard Registry. We do this by first clicking on the top policy field, and then we add a container for all the Standard Registry policy action steps by clicking on the Container button in the top navigation bar.

![](/files/cg4oEYx6RI4A4GCUkFtn)

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

```
// This Policy branch is used by users with the Standard Registry roles.
//Starting with the ContainerBlock.
{
  "tag": "standard_registry_header",
  "defaultActive": true,
  "permissions": [
    "OWNER"
  ],
  "blockType": "InterfaceContainerBlock",
  "uiMetaData": {
    "type": "tabs"
  },
```


---

# 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-18.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.
