# Tracks

- [Manage tracks](https://docs.instruqt.com/tracks/manage.md)
- [Create tracks](https://docs.instruqt.com/tracks/manage/create-tracks.md): Learn how to create tracks.
- [Edit locally](https://docs.instruqt.com/tracks/manage/pull-a-track.md): Edit tracks on your local machine and push changes to Instruqt
- [Test tracks](https://docs.instruqt.com/tracks/manage/test-a-track.md): Test track sandboxes by running simulated plays
- [Track logs](https://docs.instruqt.com/tracks/manage/viewing-logs.md): Inspect track logs and troubleshoot your configurations
- [Track time limits](https://docs.instruqt.com/tracks/manage/time-limits-and-idle-timeouts.md): Learn how to configure track time limits and idle timeouts
- [Pausable tracks](https://docs.instruqt.com/tracks/manage/pausable-tracks.md): Enable learners to pause tracks and resume later, preserving their progress and environment state while optimizing resource usage.
- [Track feedback](https://docs.instruqt.com/tracks/manage/track-feedback.md): Decide when users are able to share feedback about the track.
- [Developer workflow](https://docs.instruqt.com/tracks/manage/maintain-a-developer-workflow.md): Keep your track building under control using CI/CD pipelines
- [Track tags](https://docs.instruqt.com/tracks/manage/tags.md): How to manage tags and add them to your content in order to group related items together.
- [Track authors](https://docs.instruqt.com/tracks/manage/set-the-track-authors.md): Add and remove authors to tracks
- [Delete tracks](https://docs.instruqt.com/tracks/manage/delete-a-track.md): Delete tracks to cleanup your team
- [Custom layouts](https://docs.instruqt.com/tracks/manage/custom-layouts.md): Learn how to enable, and customise your lab layouts and themes. Custom layouts help you create a tailored lab experience for your product.
- [Version control](https://docs.instruqt.com/tracks/manage/version-control.md): Learn how to use version control in your tracks. Version control helps you streamline development processes, enable faster iteration and delivery of tracks.
- [Loading experience](https://docs.instruqt.com/tracks/manage/loading-experience.md): Learn how to configure the loading experience for tracks and challenges
- [Challenges](https://docs.instruqt.com/tracks/challenges.md)
- [Create challenges](https://docs.instruqt.com/tracks/challenges/create-challenges.md): Challenges are the steps in a track a user must complete.
- [Challenge tabs](https://docs.instruqt.com/tracks/challenges/challenge-tabs.md): Configure different tab types in challenges.
- [Challenge order](https://docs.instruqt.com/tracks/challenges/change-the-challenge-order.md): Modify the order of your track's challenges
- [Skip challenges](https://docs.instruqt.com/tracks/challenges/skipping-challenges.md): Enable users to skip challenges in your tracks
- [Add quizzes](https://docs.instruqt.com/tracks/challenges/add-a-quiz-to-a-track.md): Check your learners knowledge with a multiple choice question
- [Assignment display](https://docs.instruqt.com/tracks/challenges/assignment-display-settings.md): Learn how to customise the presentation of your challenge for your users
- [Assignment editor](https://docs.instruqt.com/tracks/challenges/using-markdown-editor.md): Modify the instructions presented to the learner
- [Share tracks](https://docs.instruqt.com/tracks/share.md)
- [Live Events](https://docs.instruqt.com/tracks/share/run-live-events.md): Run live events with the Instruqt Live Event dashboard
- [Instructor tools](https://docs.instruqt.com/tracks/share/run-live-events/instructor-tools.md): This page covers the tools available to instructors to help them facilitate their virtual and in-person events. These tools include messaging, raised hands, and user management through the dashboard.
- [Track invites](https://docs.instruqt.com/tracks/share/track-invite-links.md): Grant learners controlled access to your tracks
- [Form Settings](https://docs.instruqt.com/tracks/share/track-invite-links/form-settings.md)
- [Embed tracks](https://docs.instruqt.com/tracks/share/embed-a-track.md): Integrate Instruqt into your web pages or platform.
- [Landing pages](https://docs.instruqt.com/tracks/share/landing-pages.md): Create a custom page to share your tracks


---

# 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.instruqt.com/tracks.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.
