# Manage tracks

- [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


---

# 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/manage.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.
