> For the complete documentation index, see [llms.txt](https://convivio.gitbook.io/the-convivio-cookbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://convivio.gitbook.io/the-convivio-cookbook/client-projects/discovery/discovery-principles.md).

# Discovery Principles

When undertaking a Discovery phase, it helps to remember these principles:

* A discovery is not intended to come up with the complete detailed project plan. It is an exploration of a problem and potential solutions. It identifies obstacles and risks, opportunities, ideas and more. But it is just the start of a learning journey — not both the start and end.
* You aren't restricted to only having one discovery. It's healthy to have them regularly. Certainly after six months or more of delivery you're more than likely to need at least a mini discovery as there'll be plenty of change and new learning.
* A discovery is *designed* to find problems. Don't be disheartened if it does, be glad they were discovered now rather than later.
* A discovery needs a full cross-functional team. Don't just get a consultant or business analyst to do it. You need the viewpoints of design and development and so on too.
* The continuity of team is highly beneficial, as the main output is the thinking and learning journey itself, which can't be captured in a document. Don't expect to get one team to do discovery and then hand a fat document to another team to deliver it.
*


---

# 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://convivio.gitbook.io/the-convivio-cookbook/client-projects/discovery/discovery-principles.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.
