> For the complete documentation index, see [llms.txt](https://docs.idew.org/project-chatbot/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-chatbot/project-instructions/1-discover-and-define-problem/1.3-background-research.md).

# 1.3 Background Research

{% tabs %}
{% tab title="✓  INSTRUCTIONS & DELIVERABLE" %}
Each team member will conduct background research on at least one topic to understand the scope of of possibilities for each (like current trends, statistics, and impact) and the opportunities to provide value to a chatbot visitor. It is important to look at each topic through the lens of how a chatbot may be of value.&#x20;

* How knowledgeable is the general public on the topic right now?&#x20;
* How much could the community benefit from learning some key information through a chatbot?&#x20;
* What is the potential for generating social movement, sometimes called "viral"?
* Will you have access to the communities regarding the topic for further research and testing your chatbot?

As a team, discuss all the research and determine which topic will be your focus. If your team is still undecided, you may use the interviews in the next task to help you finalize your decision.

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

{% tab title="★  RUBRIC" %}

| ✓-  Below Standard                                                            | ✓  At Standard                                                                                                          | ✓+  Above Standard                                                                                                               |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| **Background research** is provided but reveals limited insight on the topic. | Background research provides valuable data and context on the topic and will contribute to framing the team's solution. | Background research demonstrates especially diligent work, mapping a clear understanding of the context and available knowledge. |
| {% 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-chatbot/project-instructions/1-discover-and-define-problem/1.3-background-research.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.
