> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/policies/creating-a-policy-navigation-stepper.md).

# Creating a Policy Navigation (Stepper)

This guide outlines the process of adding a navigation stepper to a policy using the Managed Guardian Service interface.

#### 1. Accessing the Policy

* Navigate to the **Policies** tab within the Managed Guardian Service dashboard.
* Select the policy to which you wish to add a navigation stepper.

#### 2. Editing the Policy

* Click on the **Edit** button associated with the selected policy.
* This action will open the policy in the configuration editor.

#### 3. Adding the Navigation Stepper

* In the configuration editor, locate the section labeled **Navigation**.

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

* Click on **Add Step** to insert a new step into the navigation.

<figure><img src="/files/ZIN4lwqjoax11UEifq0y" alt=""><figcaption></figcaption></figure>

* For each step, provide the following details:
  * **Step Name**: A descriptive name for the step.
  * **Associated Block**: Select the block that corresponds to this step.
  * **Level**: Creating sub-menu items for the stepper.

<figure><img src="/files/fjzgFfOkQbif44sx6sWW" alt=""><figcaption></figcaption></figure>

#### 4. Configuring Step Order

* Add the steps in the desired sequence by adding several levels.

<figure><img src="/files/r6r21UAXwx9zhLFx3gaJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/t83PrrP39o0ae0mKRv1i" alt=""><figcaption></figcaption></figure>

#### 5. Saving the Configuration

* After configuring the navigation steps, click on the **Save** button to apply the changes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/policies/creating-a-policy-navigation-stepper.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
