> For the complete documentation index, see [llms.txt](https://help.dscout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dscout.com/interview-studies/conduct-an-interview-session/create-markers-during-an-interview-session.md).

# Create markers during an interview session

Markers let you keep track of important moments that occur during an interview session. Whether you want to remember a key quote said by your participant or want to keep tabs on topics of conversation, markers let you create easy points of reference to come back to during analysis.

{% hint style="info" %}
Session moderators and observers can create markers. When viewing markers, you’ll be able to see who created them.
{% endhint %}

**To create a marker during an interview session:**

{% hint style="info" %}
To quickly create a marker, press **Control/Command + M** on your keyboard.
{% endhint %}

{% stepper %}
{% step %}
During the session, click **Mark time** to the right of the session timeline.
{% endstep %}

{% step %}
(Optional) Add a **marker label**. Then, click **Add label**.

![](/files/aa7d8296127753bdd8754e36bdce1a90721e3f87)
{% endstep %}
{% endstepper %}

Now, you’ve created a session marker. Markers are shown as green lines above the timeline, and you can also view them by opening the **Markers** tab in the right sidebar. Here, you can view who created the marker, the marker’s label, and the marker’s timestamp:

![](/files/70fcb73a0ed2bc4e54169531a401af43631c43cd)

For information on viewing markers while analyzing completed sessions, see [View interview session recordings](/interview-studies/view-interview-session-recordings.md).


---

# 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://help.dscout.com/interview-studies/conduct-an-interview-session/create-markers-during-an-interview-session.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.
