> For the complete documentation index, see [llms.txt](https://docs.idew.org/project-internet-of-things/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.4-competitive-analysis.md).

# 1.4 Competitive Analysis

{% tabs %}
{% tab title="✓ TASK" %}
Research existing products (IoT and non-IoT) that perform similar tasks as your team’s smart device concept. Summarize the features of 3-4 competing products, and analyze the competing products to identify opportunities to make your team’s smart device innovative compared to the competition.

{% hint style="warning" %}
**IMPORTANT:** If your research and analysis reveals that your team’s smart device concept will NOT be unique or an improvement over existing solutions, your team will need to revise your concept or select a different concept from your list of ideas.
{% endhint %}

Gather information to summarize the following for each competing product:

* What is the product's **name** and its **specific context of use**? (include product image)
* What are the **key functions and features** of the product?
* What are the **key parts (inputs, outputs, etc.)** that the product uses to perform its tasks?
* Does the product use an **internet or network connection** to send or receive data with apps, databases, or other devices? If so, what functions or features does this provide?
* What are the **strengths and weaknesses** of the product?
* What **information sources** were used in your research? (include links to sources)

### **❏ Deliverable**

Submit a document or presentation that summarizes each competing product and identifies opportunities for your team’s smart device to be innovative compared to the competition.
{% endtab %}

{% tab title="➤ EXAMPLE" %}
![Competitive Analysis of Smart Light Product](/files/-LKTSXlys5QtuWGjJo3s)

{% endtab %}

{% tab title="★ RUBRIC" %}

| **✓- Below Standard**                                                                                                            | **✓ Meets Standard**                                                                                                                                                              | **✓+ Exceeds Standard**                                                                                                                                                                                                        |
| -------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Competitive analysis is incomplete, lacking clarity, or fails to identify opportunities for team to develop innovative solution. | Competitive analysis provides clear, concise, and complete information for 3-4 relevant competing products, and identifies opportunities for team to develop innovative solution. | Competitive analysis demonstrates especially keen or creative insight in recognizing gaps in existing products that the team could address with their solution or other opportunities for team to develop innovative solution. |
| {% endtab %}                                                                                                                     |                                                                                                                                                                                   |                                                                                                                                                                                                                                |
| {% endtabs %}                                                                                                                    |                                                                                                                                                                                   |                                                                                                                                                                                                                                |


---

# 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://docs.idew.org/project-internet-of-things/project-instructions/1-discover-and-define-problem/1.4-competitive-analysis.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.
