# Existing Solution Analysis

{% tabs %}
{% tab title="✓  INSTRUCTIONS & DELIVERABLE" %}
Each team member will contribute one competitive analysis of an existing trivia game that is either available on the Web or as an app. Even though you are not investigating direct competition, you will find the analyses valuable in discovering good ideas that you may incorporate into your team's solution. Keep the context of your game in mind, because this may influence what features are appropriate for a game focused on a particular topic.

**❏ Deliverable**\
Collect your team's competitive analyses into a single document or slide set.
{% endtab %}

{% tab title="⦿ EXAMPLE" %}

![](/files/-LEkFZu9WsckpLafXG5M)
{% endtab %}

{% tab title="★  RUBRIC" %}

| ✓-  Below Standard                                                                               | ✓  At Standard                                                                                                              | ✓+  Above Standard                                                                                                                       |
| ------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| **Competitive analyses** are provided but they reveal limited valuable insight on existing work. | Competitive analyses provide valuable observations about existing work and will contribute to refining the team's solution. | Competitive analyses demonstrate especially keen insight, recognizing gaps in existing work that the team could offer in their solution. |
| {% endtab %}                                                                                     |                                                                                                                             |                                                                                                                                          |
| {% endtabs %}                                                                                    |                                                                                                                             |                                                                                                                                          |


---

# 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.idew.org/project-trivia-app/project-instructions/1-define-problem-and-value-proposition/existing.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.
