.. _track: ========== Track Page ========== A track lists the relavent :ref:`Steps ` a user can take to accomplish something. Tracks also have an optional survey you can create to help a user narrow down their list of things to do and focus on what they can feasibly get done. Here's what the editing template of a Track looks like: .. image:: ../_static/wagtail/track_admin_1.png :alt: The first section of the editing admin for a Track page .. image:: ../_static/wagtail/track_admin_2.png :alt: The second section of the editing admin for a Track page .. image:: ../_static/wagtail/track_admin_3.png :alt: The third section of the editing admin for a Track page Track pages contain a list of Step pages. This is what your file structure should look like: .. image:: ../_static/wagtail/track_page_with_steps.png :alt: A track page with a list of steps That's how we know what Steps to automatically list on the Track page: .. image:: ../_static/wagtail/track_page_fields.png :alt: A track page with the fields documented If you want to defined a form (aka survey) on the page, then these fields map to these values. Please read our full tutorial about :doc:`creating the Track page Options form. <../tutorial/create_track_form>` .. image:: ../_static/wagtail/track_page_with_form.png :alt: A track page with the form fields documented