> For the complete documentation index, see [llms.txt](https://docs-adopt.nexthink.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-adopt.nexthink.com/in-application-guidance/defining-conditions-for-completing-a-step/accessing-the-guide.md).

# Accessing the guide

1. Sign in to the [Adopt Management Console](https://cloud.applearn.tv/console/) with your credentials
2. Click on the name of the application you want to work on
3. Click **Guides** from the menu pane on the left
4. Click **Open in Editor** for the guide where you want to define a step completion condition

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

5. Hover your mouse over the step you want to edit and click the gear icon to open **Step Properties**

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

6. Click on the **Triggers** tab. On this tab, you can set up what are the triggers of this particular step. The left column represents the activators of the step and the right column represents step completion parameters.

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


---

# 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-adopt.nexthink.com/in-application-guidance/defining-conditions-for-completing-a-step/accessing-the-guide.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.
