> For the complete documentation index, see [llms.txt](https://docs.codeyourfuture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codeyourfuture.io/archive/archived-pages/cyf-products-final-projects/roles/business-owner-final-projects.md).

# Business Owner (Lauch Module)

Business Owner is the main contact for Launch Module teams to get the guidance, answer questions and support with prioritisation of the tasks.

It is a role that needs to be able to attend a weekly/bi-weekly meeting with our teams but we should consider daily availability since questions could come up at any time and could block the delivery.

The Business Owner is not involved in daily meetings or catch-ups but supports and guides the team whenever they are stuck or want approval.

#### **Your Role**

The Business Owner must be knowledgeable about the product being built and understand the user's needs and the organisation's strategy. This role must have the authority to make decisions and support the team daily, so must be someone with knowledge about the product's context, users and strategy.

#### **You will:**

* [ ] Be available via e-mails, chats or phone to answer questions within a 0.5-1 working day.
* [ ] Responsible for unblocking the team with making necessary decisions
* [ ] Be able to attend a weekly/bi-weekly meeting with our teams.
* [ ] Be in a position to advise the prioritisation of features in the project.
  * [ ] e.g. Should we prioritise Feature A or Feature B?
  * [ ] e.g. We should remove Feature B because it's no longer needed.
* [ ] Have realistic expectations of what our trainees can build in the time given to them
* [ ] It would be very helpful if you could join our internal instant messaging tool (Slack) to speak to our trainees more regularly.


---

# 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.codeyourfuture.io/archive/archived-pages/cyf-products-final-projects/roles/business-owner-final-projects.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.
