# Discovery

A discovery is the first part of a delivery stream.

It allows us to collaborate with the client to explore the mission that has been set for the stream.

A discovery is not a one-off thing. It's required to start a stream of work, but then key points of change or challenge may highlight the need for another discovery.

The process for discovery is:

1. Start with a [Discovery Briefing](/the-convivio-cookbook/client-projects/discovery/discovery-briefing.md)
2. Do [Discovery Planning](/the-convivio-cookbook/client-projects/discovery/discovery-planning.md) to decide which modules are required and how to deliver them
3. Deliver the required [Discovery Modules](/the-convivio-cookbook/client-projects/discovery/discovery-modules.md)
4. Present the [Discovery Findings](/the-convivio-cookbook/client-projects/discovery/discovery-findings.md)
5. Transition to a [Prototyping](/the-convivio-cookbook/client-projects/prototyping.md) phase to test the findings


---

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