# Creating a new Guide

Sign in to the Adopt Management Console with your credentials

1. Click on the name of the Space you want to work on
2. Click Guides from the menu pane on the left
3. Click **Create Guide** in the top right corner of the screen&#x20;

You will be given options to choose from.&#x20;

• Tour&#x20;

• Tooltips&#x20;

• Playlists

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

## **Guide Settings**

The process for configuring a Tour, Tooltip or Playlist guide is the same. In this example we will use a Tour.

1. From the Create Guide button, select **Tour**
2. Name the Guide
3. Provide an initial URL&#x20;

***Note:** This URL will be used to navigate to the application where you can start modifying your guide in **editor mode**. We recommend you add a brief description for your future reference. This will come in handy to keep track of the guides as you add more to cover all the journeys that a user might take in your application.*

4. Once you have filled the information in, click **Create**

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

The created guide will now sit here:

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

Now that you have created a new guide, either repeat the process to create other guides for different parts of your application or add steps to the guide and define its parameters. Click **Open in Editor** and you will be redirected to the Adopt Editor where you can modify your guide with many personalization settings provided.

<figure><img src="/files/3cXOeUdQiVi7TfXywiW0" alt=""><figcaption></figcaption></figure>

***Note:** At this stage, newly created guides do not have any steps, meaning the guide does not yet know where to start or what the next step is.*


---

# 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://docs-adopt.nexthink.com/in-application-guidance/creating-and-managing-guides/creating-a-new-guide.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.
