# Configuring 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

***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/XiRz0l3sadPnH67WnNgy" alt=""><figcaption></figcaption></figure>

The created guide will now sit here:

<figure><img src="/files/rM9FDkcuDflDf28mzkz8" 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/patuAEkRRRo0SJPvf0Ng" 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/configuring-guide-settings.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.
