> For the complete documentation index, see [llms.txt](https://help.simnetonline.com/students/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.simnetonline.com/students/assignments/projects/timed-projects.md).

# Timed Projects

## Completing Timed Projects

![Start Timed Project](/files/-M9sWrPrqItJEvnO6J-N)

When you open a timed project assignment for the first time, you will be required to acknowledge that you have read the best practices guide before you can continue to the timed project. View the :point\_right: [Best Practices](/students/assignments/projects/best-practices.md) section for details.

After you have acknowledged that you have read the Best Practices guide, the Timed Project Start page will display the number of given attempts, attempts you have left, the time limit, and the Start Timed Project button. When you click the Start Project button, the timer will begin to count down from the given amount of time to zero.

## Completing a Timed Project

![The Timed Project assignment view](/files/-M9sX7-I4dvRy-wQ-umB)

### 1. :arrow\_down: Download start file

When you first start your timed project the start file automatically downloads. You can also begin working on a timed project by clicking the **Start File** link to download the file you will be working with.

{% hint style="warning" %}
**Warning:** The amount of time it takes to download the file is included in the time it takes to complete the project.
{% endhint %}

### 2. :stopwatch: Attempts and timer

The date and time by which the project should be completed appears at the top of the instructions page of the timed project. The timer appears below this, and counts down to zero from the given amount of time for the project.

### 3. :arrow\_up: Upload and submit file for grading

When you have finished the timed project and it is time to submit, you can upload your work for a grade by dragging your saved file onto the page, or by clicking the **Upload and Submit** button. This will submit your Timed Project to your instructor.

{% hint style="info" %}
**Note**: Timed projects automatically submit your project for grading once the upload completes.
{% endhint %}


---

# 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.simnetonline.com/students/assignments/projects/timed-projects.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.
