# Tips3: What Are Some of the Things That Are Produced in a Project（outputs/deliverables）

Many things are produced in a project, and distinguishing the names according to the meaning and granularity of each of them can facilitate communication among team members and help the project succeed.

In this article, it will explain "outputs" and "deliverables" as used in Project Sprint.

#### Outputs

Outputs are tangible, **tangible things** that are produced as a result of team members completing their assigned work (tasks). It is the smallest unit in the term that describes what is produced through a project.

#### Deliverables

A deliverable is **a collection of outputs** that should have been produced at the completion of a milestone. Milestone "outcomes" are composed of "deliverables" and "desired state"


---

# 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://www.projectsprint.org/en/v2.0/tips/tips3.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.
